Shades of Orchid #EA6ED0
Tints of Orchid #EA6ED0
RGB
CMYK
RGB Variations
Color information
#EA6ED0 (or 0xEA6ED0) is known color: Orchid. HEX triplet: EA, 6E and D0. RGB value is (234,110,208). Sum of RGB (Red+Green+Blue) = 234+110+208=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ED0 is #15912F. Grayscale: #9D9D9D. Windows color (decimal): -1413424 or 13659882. OLE color: 13659882.
HSL color Cylindrical-coordinate representation of color #EA6ED0: hue angle of 312.58º 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 #EA6ED0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 208 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.08 |
| HSL | 312.58º | 0.75% | 0.67% | - |
| HSV(B) | 312.58º | 0.53% | 0.92% | - |
| XYZ | 50.89 | 33.2 | 63.4 | - |
| YUV | 158.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 208 | 0 | 0.53 | 0.11 | 0.08 | 312.58 | 0.75 | 0.67 |
| Hex | EA | 6E | D0 | 0 | 35 | B | 8 | 139 | 4B | 43 |
| Octal | 352 | 156 | 320 | 0 | 65 | 13 | 10 | 471 | 113 | 103 |
| Binary | 11101010 | 1101110 | 11010000 | 0 | 110101 | 1011 | 1000 | 100111001 | 1001011 | 1000011 |
Color Harmonies of #EA6ED0
Complementary color
Monochromatic Colors of #EA6ED0
Black with #EA6ED0
Text Example
Text Example
White with #EA6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6ED0; }
p { color: rgb(234,110,208); }
H1.HeaderClassName
{
color: #EA6ED0;
}
.AnyTagClassName
{
color: #EA6ED0;
}
</style>
background-color css
<style>
a { background-color: #EA6ED0; }
a { background-color: rgb(234,110,208); }
div.DivClassName
{
background-color: #EA6ED0;
}
.BgClassName
{
background-color: #EA6ED0;
}
</style>
border-color css
<style>
span { border-color: #EA6ED0; }
span { border-color: rgb(234,110,208); }
td.TdClassName
{
border-color: #EA6ED0;
}
.TagClassName
{
border-color: #EA6ED0;
}
</style>