Shades of Plum #E99DE6
Tints of Plum #E99DE6
RGB
CMYK
RGB Variations
Color information
#E99DE6 (or 0xE99DE6) is known color: Plum. HEX triplet: E9, 9D and E6. RGB value is (233,157,230). Sum of RGB (Red+Green+Blue) = 233+157+230=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DE6 is #166219. Grayscale: #BBBBBB. Windows color (decimal): -1466906 or 15113705. OLE color: 15113705.
HSL color Cylindrical-coordinate representation of color #E99DE6: hue angle of 302.37º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99DE6 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 230 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.09 |
| HSL | 302.37º | 0.63% | 0.76% | - |
| HSV(B) | 302.37º | 0.33% | 0.91% | - |
| XYZ | 59.94 | 47.15 | 80.8 | - |
| YUV | 188.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 230 | 0 | 0.33 | 0.01 | 0.09 | 302.37 | 0.63 | 0.76 |
| Hex | E9 | 9D | E6 | 0 | 21 | 1 | 9 | 12E | 3F | 4C |
| Octal | 351 | 235 | 346 | 0 | 41 | 1 | 11 | 456 | 77 | 114 |
| Binary | 11101001 | 10011101 | 11100110 | 0 | 100001 | 1 | 1001 | 100101110 | 111111 | 1001100 |
Color Harmonies of #E99DE6
Complementary color
Monochromatic Colors of #E99DE6
Black with #E99DE6
Text Example
Text Example
White with #E99DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DE6; }
p { color: rgb(233,157,230); }
H1.HeaderClassName
{
color: #E99DE6;
}
.AnyTagClassName
{
color: #E99DE6;
}
</style>
background-color css
<style>
a { background-color: #E99DE6; }
a { background-color: rgb(233,157,230); }
div.DivClassName
{
background-color: #E99DE6;
}
.BgClassName
{
background-color: #E99DE6;
}
</style>
border-color css
<style>
span { border-color: #E99DE6; }
span { border-color: rgb(233,157,230); }
td.TdClassName
{
border-color: #E99DE6;
}
.TagClassName
{
border-color: #E99DE6;
}
</style>