Shades of Orchid #EA72D0
Tints of Orchid #EA72D0
RGB
CMYK
RGB Variations
Color information
#EA72D0 (or 0xEA72D0) is known color: Orchid. HEX triplet: EA, 72 and D0. RGB value is (234,114,208). Sum of RGB (Red+Green+Blue) = 234+114+208=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72D0 is #158D2F. Grayscale: #A0A0A0. Windows color (decimal): -1412400 or 13660906. OLE color: 13660906.
HSL color Cylindrical-coordinate representation of color #EA72D0: hue angle of 313º 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 #EA72D0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 208 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.08 |
| HSL | 313º | 0.74% | 0.68% | - |
| HSV(B) | 313º | 0.51% | 0.92% | - |
| XYZ | 51.33 | 34.08 | 63.55 | - |
| YUV | 160.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 208 | 0 | 0.51 | 0.11 | 0.08 | 313 | 0.74 | 0.68 |
| Hex | EA | 72 | D0 | 0 | 33 | B | 8 | 139 | 4A | 44 |
| Octal | 352 | 162 | 320 | 0 | 63 | 13 | 10 | 471 | 112 | 104 |
| Binary | 11101010 | 1110010 | 11010000 | 0 | 110011 | 1011 | 1000 | 100111001 | 1001010 | 1000100 |
Color Harmonies of #EA72D0
Complementary color
Monochromatic Colors of #EA72D0
Black with #EA72D0
Text Example
Text Example
White with #EA72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA72D0; }
p { color: rgb(234,114,208); }
H1.HeaderClassName
{
color: #EA72D0;
}
.AnyTagClassName
{
color: #EA72D0;
}
</style>
background-color css
<style>
a { background-color: #EA72D0; }
a { background-color: rgb(234,114,208); }
div.DivClassName
{
background-color: #EA72D0;
}
.BgClassName
{
background-color: #EA72D0;
}
</style>
border-color css
<style>
span { border-color: #EA72D0; }
span { border-color: rgb(234,114,208); }
td.TdClassName
{
border-color: #EA72D0;
}
.TagClassName
{
border-color: #EA72D0;
}
</style>