Shades of Plum #EA9EE4
Tints of Plum #EA9EE4
RGB
CMYK
RGB Variations
Color information
#EA9EE4 (or 0xEA9EE4) is known color: Plum. HEX triplet: EA, 9E and E4. RGB value is (234,158,228). Sum of RGB (Red+Green+Blue) = 234+158+228=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9EE4 is #15611B. Grayscale: #BCBCBC. Windows color (decimal): -1401116 or 14982890. OLE color: 14982890.
HSL color Cylindrical-coordinate representation of color #EA9EE4: hue angle of 304.74º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9EE4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 228 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.08 |
| HSL | 304.74º | 0.64% | 0.77% | - |
| HSV(B) | 304.74º | 0.32% | 0.92% | - |
| XYZ | 60.16 | 47.55 | 79.41 | - |
| YUV | 188.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 228 | 0 | 0.32 | 0.03 | 0.08 | 304.74 | 0.64 | 0.77 |
| Hex | EA | 9E | E4 | 0 | 20 | 3 | 8 | 131 | 40 | 4D |
| Octal | 352 | 236 | 344 | 0 | 40 | 3 | 10 | 461 | 100 | 115 |
| Binary | 11101010 | 10011110 | 11100100 | 0 | 100000 | 11 | 1000 | 100110001 | 1000000 | 1001101 |
Color Harmonies of #EA9EE4
Complementary color
Monochromatic Colors of #EA9EE4
Black with #EA9EE4
Text Example
Text Example
White with #EA9EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EE4; }
p { color: rgb(234,158,228); }
H1.HeaderClassName
{
color: #EA9EE4;
}
.AnyTagClassName
{
color: #EA9EE4;
}
</style>
background-color css
<style>
a { background-color: #EA9EE4; }
a { background-color: rgb(234,158,228); }
div.DivClassName
{
background-color: #EA9EE4;
}
.BgClassName
{
background-color: #EA9EE4;
}
</style>
border-color css
<style>
span { border-color: #EA9EE4; }
span { border-color: rgb(234,158,228); }
td.TdClassName
{
border-color: #EA9EE4;
}
.TagClassName
{
border-color: #EA9EE4;
}
</style>