Shades of Plum #EA99E9
Tints of Plum #EA99E9
RGB
CMYK
RGB Variations
Color information
#EA99E9 (or 0xEA99E9) is known color: Plum. HEX triplet: EA, 99 and E9. RGB value is (234,153,233). Sum of RGB (Red+Green+Blue) = 234+153+233=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99E9 is #156616. Grayscale: #BABABA. Windows color (decimal): -1402391 or 15309290. OLE color: 15309290.
HSL color Cylindrical-coordinate representation of color #EA99E9: hue angle of 300.74º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99E9 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 233 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.08 |
| HSL | 300.74º | 0.66% | 0.76% | - |
| HSV(B) | 300.74º | 0.35% | 0.92% | - |
| XYZ | 60.03 | 46.16 | 82.84 | - |
| YUV | 186.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 233 | 0 | 0.35 | 0.00 | 0.08 | 300.74 | 0.66 | 0.76 |
| Hex | EA | 99 | E9 | 0 | 23 | 0 | 8 | 12D | 42 | 4C |
| Octal | 352 | 231 | 351 | 0 | 43 | 0 | 10 | 455 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11101001 | 0 | 100011 | 0 | 1000 | 100101101 | 1000010 | 1001100 |
Color Harmonies of #EA99E9
Complementary color
Monochromatic Colors of #EA99E9
Black with #EA99E9
Text Example
Text Example
White with #EA99E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99E9; }
p { color: rgb(234,153,233); }
H1.HeaderClassName
{
color: #EA99E9;
}
.AnyTagClassName
{
color: #EA99E9;
}
</style>
background-color css
<style>
a { background-color: #EA99E9; }
a { background-color: rgb(234,153,233); }
div.DivClassName
{
background-color: #EA99E9;
}
.BgClassName
{
background-color: #EA99E9;
}
</style>
border-color css
<style>
span { border-color: #EA99E9; }
span { border-color: rgb(234,153,233); }
td.TdClassName
{
border-color: #EA99E9;
}
.TagClassName
{
border-color: #EA99E9;
}
</style>