Shades of Plum #EA9EE8
Tints of Plum #EA9EE8
RGB
CMYK
RGB Variations
Color information
#EA9EE8 (or 0xEA9EE8) is known color: Plum. HEX triplet: EA, 9E and E8. RGB value is (234,158,232). Sum of RGB (Red+Green+Blue) = 234+158+232=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EE8 is #156117. Grayscale: #BCBCBC. Windows color (decimal): -1401112 or 15245034. OLE color: 15245034.
HSL color Cylindrical-coordinate representation of color #EA9EE8: hue angle of 301.58º 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 #EA9EE8 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 232 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.08 |
| HSL | 301.58º | 0.64% | 0.77% | - |
| HSV(B) | 301.58º | 0.32% | 0.92% | - |
| XYZ | 60.72 | 47.77 | 82.36 | - |
| YUV | 189.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 232 | 0 | 0.32 | 0.01 | 0.08 | 301.58 | 0.64 | 0.77 |
| Hex | EA | 9E | E8 | 0 | 20 | 1 | 8 | 12E | 40 | 4D |
| Octal | 352 | 236 | 350 | 0 | 40 | 1 | 10 | 456 | 100 | 115 |
| Binary | 11101010 | 10011110 | 11101000 | 0 | 100000 | 1 | 1000 | 100101110 | 1000000 | 1001101 |
Color Harmonies of #EA9EE8
Complementary color
Monochromatic Colors of #EA9EE8
Black with #EA9EE8
Text Example
Text Example
White with #EA9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EE8; }
p { color: rgb(234,158,232); }
H1.HeaderClassName
{
color: #EA9EE8;
}
.AnyTagClassName
{
color: #EA9EE8;
}
</style>
background-color css
<style>
a { background-color: #EA9EE8; }
a { background-color: rgb(234,158,232); }
div.DivClassName
{
background-color: #EA9EE8;
}
.BgClassName
{
background-color: #EA9EE8;
}
</style>
border-color css
<style>
span { border-color: #EA9EE8; }
span { border-color: rgb(234,158,232); }
td.TdClassName
{
border-color: #EA9EE8;
}
.TagClassName
{
border-color: #EA9EE8;
}
</style>