Shades of Orchid #EA6FCF
Tints of Orchid #EA6FCF
RGB
CMYK
RGB Variations
Color information
#EA6FCF (or 0xEA6FCF) is known color: Orchid. HEX triplet: EA, 6F and CF. RGB value is (234,111,207). Sum of RGB (Red+Green+Blue) = 234+111+207=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FCF is #159030. Grayscale: #9E9E9E. Windows color (decimal): -1413169 or 13594602. OLE color: 13594602.
HSL color Cylindrical-coordinate representation of color #EA6FCF: hue angle of 313.17º 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 #EA6FCF is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 207 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.08 |
| HSL | 313.17º | 0.75% | 0.68% | - |
| HSV(B) | 313.17º | 0.53% | 0.92% | - |
| XYZ | 50.88 | 33.37 | 62.79 | - |
| YUV | 158.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 207 | 0 | 0.53 | 0.12 | 0.08 | 313.17 | 0.75 | 0.68 |
| Hex | EA | 6F | CF | 0 | 35 | C | 8 | 139 | 4B | 44 |
| Octal | 352 | 157 | 317 | 0 | 65 | 14 | 10 | 471 | 113 | 104 |
| Binary | 11101010 | 1101111 | 11001111 | 0 | 110101 | 1100 | 1000 | 100111001 | 1001011 | 1000100 |
Color Harmonies of #EA6FCF
Complementary color
Monochromatic Colors of #EA6FCF
Black with #EA6FCF
Text Example
Text Example
White with #EA6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6FCF; }
p { color: rgb(234,111,207); }
H1.HeaderClassName
{
color: #EA6FCF;
}
.AnyTagClassName
{
color: #EA6FCF;
}
</style>
background-color css
<style>
a { background-color: #EA6FCF; }
a { background-color: rgb(234,111,207); }
div.DivClassName
{
background-color: #EA6FCF;
}
.BgClassName
{
background-color: #EA6FCF;
}
</style>
border-color css
<style>
span { border-color: #EA6FCF; }
span { border-color: rgb(234,111,207); }
td.TdClassName
{
border-color: #EA6FCF;
}
.TagClassName
{
border-color: #EA6FCF;
}
</style>