Shades of Plum #E999E6
Tints of Plum #E999E6
RGB
CMYK
RGB Variations
Color information
#E999E6 (or 0xE999E6) is known color: Plum. HEX triplet: E9, 99 and E6. RGB value is (233,153,230). Sum of RGB (Red+Green+Blue) = 233+153+230=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E999E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E999E6 is #166619. Grayscale: #B9B9B9. Windows color (decimal): -1467930 or 15112681. OLE color: 15112681.
HSL color Cylindrical-coordinate representation of color #E999E6: hue angle of 302.25º 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 #E999E6 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 230 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.09 |
| HSL | 302.25º | 0.65% | 0.76% | - |
| HSV(B) | 302.25º | 0.34% | 0.91% | - |
| XYZ | 59.28 | 45.82 | 80.58 | - |
| YUV | 185.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 230 | 0 | 0.34 | 0.01 | 0.09 | 302.25 | 0.65 | 0.76 |
| Hex | E9 | 99 | E6 | 0 | 22 | 1 | 9 | 12E | 41 | 4C |
| Octal | 351 | 231 | 346 | 0 | 42 | 1 | 11 | 456 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11100110 | 0 | 100010 | 1 | 1001 | 100101110 | 1000001 | 1001100 |
Color Harmonies of #E999E6
Complementary color
Monochromatic Colors of #E999E6
Black with #E999E6
Text Example
Text Example
White with #E999E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999E6; }
p { color: rgb(233,153,230); }
H1.HeaderClassName
{
color: #E999E6;
}
.AnyTagClassName
{
color: #E999E6;
}
</style>
background-color css
<style>
a { background-color: #E999E6; }
a { background-color: rgb(233,153,230); }
div.DivClassName
{
background-color: #E999E6;
}
.BgClassName
{
background-color: #E999E6;
}
</style>
border-color css
<style>
span { border-color: #E999E6; }
span { border-color: rgb(233,153,230); }
td.TdClassName
{
border-color: #E999E6;
}
.TagClassName
{
border-color: #E999E6;
}
</style>