Shades of Orchid #EA6EE4
Tints of Orchid #EA6EE4
RGB
CMYK
RGB Variations
Color information
#EA6EE4 (or 0xEA6EE4) is known color: Orchid. HEX triplet: EA, 6E and E4. RGB value is (234,110,228). Sum of RGB (Red+Green+Blue) = 234+110+228=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EE4 is #15911B. Grayscale: #A0A0A0. Windows color (decimal): -1413404 or 14970602. OLE color: 14970602.
HSL color Cylindrical-coordinate representation of color #EA6EE4: hue angle of 302.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6EE4 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 228 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.08 |
| HSL | 302.9º | 0.75% | 0.67% | - |
| HSV(B) | 302.9º | 0.53% | 0.92% | - |
| XYZ | 53.51 | 34.25 | 77.19 | - |
| YUV | 160.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 228 | 0 | 0.53 | 0.03 | 0.08 | 302.9 | 0.75 | 0.67 |
| Hex | EA | 6E | E4 | 0 | 35 | 3 | 8 | 12F | 4B | 43 |
| Octal | 352 | 156 | 344 | 0 | 65 | 3 | 10 | 457 | 113 | 103 |
| Binary | 11101010 | 1101110 | 11100100 | 0 | 110101 | 11 | 1000 | 100101111 | 1001011 | 1000011 |
Color Harmonies of #EA6EE4
Complementary color
Monochromatic Colors of #EA6EE4
Black with #EA6EE4
Text Example
Text Example
White with #EA6EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6EE4; }
p { color: rgb(234,110,228); }
H1.HeaderClassName
{
color: #EA6EE4;
}
.AnyTagClassName
{
color: #EA6EE4;
}
</style>
background-color css
<style>
a { background-color: #EA6EE4; }
a { background-color: rgb(234,110,228); }
div.DivClassName
{
background-color: #EA6EE4;
}
.BgClassName
{
background-color: #EA6EE4;
}
</style>
border-color css
<style>
span { border-color: #EA6EE4; }
span { border-color: rgb(234,110,228); }
td.TdClassName
{
border-color: #EA6EE4;
}
.TagClassName
{
border-color: #EA6EE4;
}
</style>