Shades of Orchid #EA6FD3
Tints of Orchid #EA6FD3
RGB
CMYK
RGB Variations
Color information
#EA6FD3 (or 0xEA6FD3) is known color: Orchid. HEX triplet: EA, 6F and D3. RGB value is (234,111,211). Sum of RGB (Red+Green+Blue) = 234+111+211=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FD3 is #15902C. Grayscale: #9E9E9E. Windows color (decimal): -1413165 or 13856746. OLE color: 13856746.
HSL color Cylindrical-coordinate representation of color #EA6FD3: hue angle of 311.22º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FD3 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 211 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.08 |
| HSL | 311.22º | 0.75% | 0.68% | - |
| HSV(B) | 311.22º | 0.53% | 0.92% | - |
| XYZ | 51.37 | 33.56 | 65.4 | - |
| YUV | 159.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 211 | 0 | 0.53 | 0.10 | 0.08 | 311.22 | 0.75 | 0.68 |
| Hex | EA | 6F | D3 | 0 | 35 | A | 8 | 137 | 4B | 44 |
| Octal | 352 | 157 | 323 | 0 | 65 | 12 | 10 | 467 | 113 | 104 |
| Binary | 11101010 | 1101111 | 11010011 | 0 | 110101 | 1010 | 1000 | 100110111 | 1001011 | 1000100 |
Color Harmonies of #EA6FD3
Complementary color
Monochromatic Colors of #EA6FD3
Black with #EA6FD3
Text Example
Text Example
White with #EA6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6FD3; }
p { color: rgb(234,111,211); }
H1.HeaderClassName
{
color: #EA6FD3;
}
.AnyTagClassName
{
color: #EA6FD3;
}
</style>
background-color css
<style>
a { background-color: #EA6FD3; }
a { background-color: rgb(234,111,211); }
div.DivClassName
{
background-color: #EA6FD3;
}
.BgClassName
{
background-color: #EA6FD3;
}
</style>
border-color css
<style>
span { border-color: #EA6FD3; }
span { border-color: rgb(234,111,211); }
td.TdClassName
{
border-color: #EA6FD3;
}
.TagClassName
{
border-color: #EA6FD3;
}
</style>