Shades of Plum #E999E9
Tints of Plum #E999E9
RGB
CMYK
RGB Variations
Color information
#E999E9 (or 0xE999E9) is known color: Plum. HEX triplet: E9, 99 and E9. RGB value is (233,153,233). Sum of RGB (Red+Green+Blue) = 233+153+233=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E999E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E999E9 is #166616. Grayscale: #B9B9B9. Windows color (decimal): -1467927 or 15309289. OLE color: 15309289.
HSL color Cylindrical-coordinate representation of color #E999E9: hue angle of 300º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E999E9 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 233 | - |
| CMYK | 0 | 0.34 | 0 | 0.09 |
| HSL | 300º | 0.65% | 0.76% | - |
| HSV(B) | 300º | 0.34% | 0.91% | - |
| XYZ | 59.7 | 45.99 | 82.82 | - |
| YUV | 186.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 233 | 0 | 0.34 | 0 | 0.09 | 300 | 0.65 | 0.76 |
| Hex | E9 | 99 | E9 | 0 | 22 | 0 | 9 | 12C | 41 | 4C |
| Octal | 351 | 231 | 351 | 0 | 42 | 0 | 11 | 454 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11101001 | 0 | 100010 | 0 | 1001 | 100101100 | 1000001 | 1001100 |
Color Harmonies of #E999E9
Complementary color
Monochromatic Colors of #E999E9
Black with #E999E9
Text Example
Text Example
White with #E999E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999E9; }
p { color: rgb(233,153,233); }
H1.HeaderClassName
{
color: #E999E9;
}
.AnyTagClassName
{
color: #E999E9;
}
</style>
background-color css
<style>
a { background-color: #E999E9; }
a { background-color: rgb(233,153,233); }
div.DivClassName
{
background-color: #E999E9;
}
.BgClassName
{
background-color: #E999E9;
}
</style>
border-color css
<style>
span { border-color: #E999E9; }
span { border-color: rgb(233,153,233); }
td.TdClassName
{
border-color: #E999E9;
}
.TagClassName
{
border-color: #E999E9;
}
</style>