Shades of Plum #E99EE4
Tints of Plum #E99EE4
RGB
CMYK
RGB Variations
Color information
#E99EE4 (or 0xE99EE4) is known color: Plum. HEX triplet: E9, 9E and E4. RGB value is (233,158,228). Sum of RGB (Red+Green+Blue) = 233+158+228=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E99EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99EE4 is #16611B. Grayscale: #BCBCBC. Windows color (decimal): -1466652 or 14982889. OLE color: 14982889.
HSL color Cylindrical-coordinate representation of color #E99EE4: hue angle of 304º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99EE4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 228 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.09 |
| HSL | 304º | 0.63% | 0.77% | - |
| HSV(B) | 304º | 0.32% | 0.91% | - |
| XYZ | 59.83 | 47.38 | 79.39 | - |
| YUV | 188.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 228 | 0 | 0.32 | 0.02 | 0.09 | 304 | 0.63 | 0.77 |
| Hex | E9 | 9E | E4 | 0 | 20 | 2 | 9 | 130 | 3F | 4D |
| Octal | 351 | 236 | 344 | 0 | 40 | 2 | 11 | 460 | 77 | 115 |
| Binary | 11101001 | 10011110 | 11100100 | 0 | 100000 | 10 | 1001 | 100110000 | 111111 | 1001101 |
Color Harmonies of #E99EE4
Complementary color
Monochromatic Colors of #E99EE4
Black with #E99EE4
Text Example
Text Example
White with #E99EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99EE4; }
p { color: rgb(233,158,228); }
H1.HeaderClassName
{
color: #E99EE4;
}
.AnyTagClassName
{
color: #E99EE4;
}
</style>
background-color css
<style>
a { background-color: #E99EE4; }
a { background-color: rgb(233,158,228); }
div.DivClassName
{
background-color: #E99EE4;
}
.BgClassName
{
background-color: #E99EE4;
}
</style>
border-color css
<style>
span { border-color: #E99EE4; }
span { border-color: rgb(233,158,228); }
td.TdClassName
{
border-color: #E99EE4;
}
.TagClassName
{
border-color: #E99EE4;
}
</style>