Shades of Orchid #EA70E0
Tints of Orchid #EA70E0
RGB
CMYK
RGB Variations
Color information
#EA70E0 (or 0xEA70E0) is known color: Orchid. HEX triplet: EA, 70 and E0. RGB value is (234,112,224). Sum of RGB (Red+Green+Blue) = 234+112+224=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA70E0 is #158F1F. Grayscale: #A0A0A0. Windows color (decimal): -1412896 or 14708970. OLE color: 14708970.
HSL color Cylindrical-coordinate representation of color #EA70E0: hue angle of 304.92º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA70E0 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 224 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.08 |
| HSL | 304.92º | 0.74% | 0.68% | - |
| HSV(B) | 304.92º | 0.52% | 0.92% | - |
| XYZ | 53.18 | 34.46 | 74.37 | - |
| YUV | 161.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 224 | 0 | 0.52 | 0.04 | 0.08 | 304.92 | 0.74 | 0.68 |
| Hex | EA | 70 | E0 | 0 | 34 | 4 | 8 | 131 | 4A | 44 |
| Octal | 352 | 160 | 340 | 0 | 64 | 4 | 10 | 461 | 112 | 104 |
| Binary | 11101010 | 1110000 | 11100000 | 0 | 110100 | 100 | 1000 | 100110001 | 1001010 | 1000100 |
Color Harmonies of #EA70E0
Complementary color
Monochromatic Colors of #EA70E0
Black with #EA70E0
Text Example
Text Example
White with #EA70E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA70E0; }
p { color: rgb(234,112,224); }
H1.HeaderClassName
{
color: #EA70E0;
}
.AnyTagClassName
{
color: #EA70E0;
}
</style>
background-color css
<style>
a { background-color: #EA70E0; }
a { background-color: rgb(234,112,224); }
div.DivClassName
{
background-color: #EA70E0;
}
.BgClassName
{
background-color: #EA70E0;
}
</style>
border-color css
<style>
span { border-color: #EA70E0; }
span { border-color: rgb(234,112,224); }
td.TdClassName
{
border-color: #EA70E0;
}
.TagClassName
{
border-color: #EA70E0;
}
</style>