Shades of Plum #EA9AE4
Tints of Plum #EA9AE4
RGB
CMYK
RGB Variations
Color information
#EA9AE4 (or 0xEA9AE4) is known color: Plum. HEX triplet: EA, 9A and E4. RGB value is (234,154,228). Sum of RGB (Red+Green+Blue) = 234+154+228=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9AE4 is #15651B. Grayscale: #BABABA. Windows color (decimal): -1402140 or 14981866. OLE color: 14981866.
HSL color Cylindrical-coordinate representation of color #EA9AE4: hue angle of 304.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9AE4 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 228 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.08 |
| HSL | 304.5º | 0.66% | 0.76% | - |
| HSV(B) | 304.5º | 0.34% | 0.92% | - |
| XYZ | 59.49 | 46.21 | 79.18 | - |
| YUV | 186.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 228 | 0 | 0.34 | 0.03 | 0.08 | 304.5 | 0.66 | 0.76 |
| Hex | EA | 9A | E4 | 0 | 22 | 3 | 8 | 130 | 42 | 4C |
| Octal | 352 | 232 | 344 | 0 | 42 | 3 | 10 | 460 | 102 | 114 |
| Binary | 11101010 | 10011010 | 11100100 | 0 | 100010 | 11 | 1000 | 100110000 | 1000010 | 1001100 |
Color Harmonies of #EA9AE4
Complementary color
Monochromatic Colors of #EA9AE4
Black with #EA9AE4
Text Example
Text Example
White with #EA9AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9AE4; }
p { color: rgb(234,154,228); }
H1.HeaderClassName
{
color: #EA9AE4;
}
.AnyTagClassName
{
color: #EA9AE4;
}
</style>
background-color css
<style>
a { background-color: #EA9AE4; }
a { background-color: rgb(234,154,228); }
div.DivClassName
{
background-color: #EA9AE4;
}
.BgClassName
{
background-color: #EA9AE4;
}
</style>
border-color css
<style>
span { border-color: #EA9AE4; }
span { border-color: rgb(234,154,228); }
td.TdClassName
{
border-color: #EA9AE4;
}
.TagClassName
{
border-color: #EA9AE4;
}
</style>