Shades of Orchid #EA74D8
Tints of Orchid #EA74D8
RGB
CMYK
RGB Variations
Color information
#EA74D8 (or 0xEA74D8) is known color: Orchid. HEX triplet: EA, 74 and D8. RGB value is (234,116,216). Sum of RGB (Red+Green+Blue) = 234+116+216=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74D8 is #158B27. Grayscale: #A2A2A2. Windows color (decimal): -1411880 or 14185706. OLE color: 14185706.
HSL color Cylindrical-coordinate representation of color #EA74D8: hue angle of 309.15º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74D8 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 216 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.08 |
| HSL | 309.15º | 0.74% | 0.69% | - |
| HSV(B) | 309.15º | 0.5% | 0.92% | - |
| XYZ | 52.57 | 34.94 | 68.94 | - |
| YUV | 162.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 216 | 0 | 0.50 | 0.08 | 0.08 | 309.15 | 0.74 | 0.69 |
| Hex | EA | 74 | D8 | 0 | 32 | 8 | 8 | 135 | 4A | 45 |
| Octal | 352 | 164 | 330 | 0 | 62 | 10 | 10 | 465 | 112 | 105 |
| Binary | 11101010 | 1110100 | 11011000 | 0 | 110010 | 1000 | 1000 | 100110101 | 1001010 | 1000101 |
Color Harmonies of #EA74D8
Complementary color
Monochromatic Colors of #EA74D8
Black with #EA74D8
Text Example
Text Example
White with #EA74D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74D8; }
p { color: rgb(234,116,216); }
H1.HeaderClassName
{
color: #EA74D8;
}
.AnyTagClassName
{
color: #EA74D8;
}
</style>
background-color css
<style>
a { background-color: #EA74D8; }
a { background-color: rgb(234,116,216); }
div.DivClassName
{
background-color: #EA74D8;
}
.BgClassName
{
background-color: #EA74D8;
}
</style>
border-color css
<style>
span { border-color: #EA74D8; }
span { border-color: rgb(234,116,216); }
td.TdClassName
{
border-color: #EA74D8;
}
.TagClassName
{
border-color: #EA74D8;
}
</style>