Shades of Orchid #EA72DE
Tints of Orchid #EA72DE
RGB
CMYK
RGB Variations
Color information
#EA72DE (or 0xEA72DE) is known color: Orchid. HEX triplet: EA, 72 and DE. RGB value is (234,114,222). Sum of RGB (Red+Green+Blue) = 234+114+222=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72DE is #158D21. Grayscale: #A1A1A1. Windows color (decimal): -1412386 or 14578410. OLE color: 14578410.
HSL color Cylindrical-coordinate representation of color #EA72DE: hue angle of 306º 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 #EA72DE is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 222 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.08 |
| HSL | 306º | 0.74% | 0.68% | - |
| HSV(B) | 306º | 0.51% | 0.92% | - |
| XYZ | 53.13 | 34.8 | 73.02 | - |
| YUV | 162.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 222 | 0 | 0.51 | 0.05 | 0.08 | 306 | 0.74 | 0.68 |
| Hex | EA | 72 | DE | 0 | 33 | 5 | 8 | 132 | 4A | 44 |
| Octal | 352 | 162 | 336 | 0 | 63 | 5 | 10 | 462 | 112 | 104 |
| Binary | 11101010 | 1110010 | 11011110 | 0 | 110011 | 101 | 1000 | 100110010 | 1001010 | 1000100 |
Color Harmonies of #EA72DE
Complementary color
Monochromatic Colors of #EA72DE
Black with #EA72DE
Text Example
Text Example
White with #EA72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA72DE; }
p { color: rgb(234,114,222); }
H1.HeaderClassName
{
color: #EA72DE;
}
.AnyTagClassName
{
color: #EA72DE;
}
</style>
background-color css
<style>
a { background-color: #EA72DE; }
a { background-color: rgb(234,114,222); }
div.DivClassName
{
background-color: #EA72DE;
}
.BgClassName
{
background-color: #EA72DE;
}
</style>
border-color css
<style>
span { border-color: #EA72DE; }
span { border-color: rgb(234,114,222); }
td.TdClassName
{
border-color: #EA72DE;
}
.TagClassName
{
border-color: #EA72DE;
}
</style>