Shades of Plum #EA9AE9
Tints of Plum #EA9AE9
RGB
CMYK
RGB Variations
Color information
#EA9AE9 (or 0xEA9AE9) is known color: Plum. HEX triplet: EA, 9A and E9. RGB value is (234,154,233). Sum of RGB (Red+Green+Blue) = 234+154+233=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AE9 is #156516. Grayscale: #BABABA. Windows color (decimal): -1402135 or 15309546. OLE color: 15309546.
HSL color Cylindrical-coordinate representation of color #EA9AE9: hue angle of 300.75º 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 #EA9AE9 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 233 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.08 |
| HSL | 300.75º | 0.66% | 0.76% | - |
| HSV(B) | 300.75º | 0.34% | 0.92% | - |
| XYZ | 60.2 | 46.49 | 82.89 | - |
| YUV | 186.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 233 | 0 | 0.34 | 0.00 | 0.08 | 300.75 | 0.66 | 0.76 |
| Hex | EA | 9A | E9 | 0 | 22 | 0 | 8 | 12D | 42 | 4C |
| Octal | 352 | 232 | 351 | 0 | 42 | 0 | 10 | 455 | 102 | 114 |
| Binary | 11101010 | 10011010 | 11101001 | 0 | 100010 | 0 | 1000 | 100101101 | 1000010 | 1001100 |
Color Harmonies of #EA9AE9
Complementary color
Monochromatic Colors of #EA9AE9
Black with #EA9AE9
Text Example
Text Example
White with #EA9AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9AE9; }
p { color: rgb(234,154,233); }
H1.HeaderClassName
{
color: #EA9AE9;
}
.AnyTagClassName
{
color: #EA9AE9;
}
</style>
background-color css
<style>
a { background-color: #EA9AE9; }
a { background-color: rgb(234,154,233); }
div.DivClassName
{
background-color: #EA9AE9;
}
.BgClassName
{
background-color: #EA9AE9;
}
</style>
border-color css
<style>
span { border-color: #EA9AE9; }
span { border-color: rgb(234,154,233); }
td.TdClassName
{
border-color: #EA9AE9;
}
.TagClassName
{
border-color: #EA9AE9;
}
</style>