Shades of Orchid #EA6EE0
Tints of Orchid #EA6EE0
RGB
CMYK
RGB Variations
Color information
#EA6EE0 (or 0xEA6EE0) is known color: Orchid. HEX triplet: EA, 6E and E0. RGB value is (234,110,224). Sum of RGB (Red+Green+Blue) = 234+110+224=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EE0 is #15911F. Grayscale: #9F9F9F. Windows color (decimal): -1413408 or 14708458. OLE color: 14708458.
HSL color Cylindrical-coordinate representation of color #EA6EE0: hue angle of 304.84º 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 #EA6EE0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 224 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.08 |
| HSL | 304.84º | 0.75% | 0.67% | - |
| HSV(B) | 304.84º | 0.53% | 0.92% | - |
| XYZ | 52.96 | 34.03 | 74.3 | - |
| YUV | 160.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 224 | 0 | 0.53 | 0.04 | 0.08 | 304.84 | 0.75 | 0.67 |
| Hex | EA | 6E | E0 | 0 | 35 | 4 | 8 | 131 | 4B | 43 |
| Octal | 352 | 156 | 340 | 0 | 65 | 4 | 10 | 461 | 113 | 103 |
| Binary | 11101010 | 1101110 | 11100000 | 0 | 110101 | 100 | 1000 | 100110001 | 1001011 | 1000011 |
Color Harmonies of #EA6EE0
Complementary color
Monochromatic Colors of #EA6EE0
Black with #EA6EE0
Text Example
Text Example
White with #EA6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6EE0; }
p { color: rgb(234,110,224); }
H1.HeaderClassName
{
color: #EA6EE0;
}
.AnyTagClassName
{
color: #EA6EE0;
}
</style>
background-color css
<style>
a { background-color: #EA6EE0; }
a { background-color: rgb(234,110,224); }
div.DivClassName
{
background-color: #EA6EE0;
}
.BgClassName
{
background-color: #EA6EE0;
}
</style>
border-color css
<style>
span { border-color: #EA6EE0; }
span { border-color: rgb(234,110,224); }
td.TdClassName
{
border-color: #EA6EE0;
}
.TagClassName
{
border-color: #EA6EE0;
}
</style>