Shades of Orchid #EA72CF
Tints of Orchid #EA72CF
RGB
CMYK
RGB Variations
Color information
#EA72CF (or 0xEA72CF) is known color: Orchid. HEX triplet: EA, 72 and CF. RGB value is (234,114,207). Sum of RGB (Red+Green+Blue) = 234+114+207=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72CF is #158D30. Grayscale: #A0A0A0. Windows color (decimal): -1412401 or 13595370. OLE color: 13595370.
HSL color Cylindrical-coordinate representation of color #EA72CF: hue angle of 313.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72CF is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 207 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.08 |
| HSL | 313.5º | 0.74% | 0.68% | - |
| HSV(B) | 313.5º | 0.51% | 0.92% | - |
| XYZ | 51.21 | 34.03 | 62.9 | - |
| YUV | 160.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 207 | 0 | 0.51 | 0.12 | 0.08 | 313.5 | 0.74 | 0.68 |
| Hex | EA | 72 | CF | 0 | 33 | C | 8 | 13A | 4A | 44 |
| Octal | 352 | 162 | 317 | 0 | 63 | 14 | 10 | 472 | 112 | 104 |
| Binary | 11101010 | 1110010 | 11001111 | 0 | 110011 | 1100 | 1000 | 100111010 | 1001010 | 1000100 |
Color Harmonies of #EA72CF
Complementary color
Monochromatic Colors of #EA72CF
Black with #EA72CF
Text Example
Text Example
White with #EA72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA72CF; }
p { color: rgb(234,114,207); }
H1.HeaderClassName
{
color: #EA72CF;
}
.AnyTagClassName
{
color: #EA72CF;
}
</style>
background-color css
<style>
a { background-color: #EA72CF; }
a { background-color: rgb(234,114,207); }
div.DivClassName
{
background-color: #EA72CF;
}
.BgClassName
{
background-color: #EA72CF;
}
</style>
border-color css
<style>
span { border-color: #EA72CF; }
span { border-color: rgb(234,114,207); }
td.TdClassName
{
border-color: #EA72CF;
}
.TagClassName
{
border-color: #EA72CF;
}
</style>