Shades of Plum #E99EE7
Tints of Plum #E99EE7
RGB
CMYK
RGB Variations
Color information
#E99EE7 (or 0xE99EE7) is known color: Plum. HEX triplet: E9, 9E and E7. RGB value is (233,158,231). Sum of RGB (Red+Green+Blue) = 233+158+231=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E99EE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99EE7 is #166118. Grayscale: #BCBCBC. Windows color (decimal): -1466649 or 15179497. OLE color: 15179497.
HSL color Cylindrical-coordinate representation of color #E99EE7: hue angle of 301.6º 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 #E99EE7 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 231 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.09 |
| HSL | 301.6º | 0.63% | 0.77% | - |
| HSV(B) | 301.6º | 0.32% | 0.91% | - |
| XYZ | 60.25 | 47.55 | 81.6 | - |
| YUV | 188.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 231 | 0 | 0.32 | 0.01 | 0.09 | 301.6 | 0.63 | 0.77 |
| Hex | E9 | 9E | E7 | 0 | 20 | 1 | 9 | 12E | 3F | 4D |
| Octal | 351 | 236 | 347 | 0 | 40 | 1 | 11 | 456 | 77 | 115 |
| Binary | 11101001 | 10011110 | 11100111 | 0 | 100000 | 1 | 1001 | 100101110 | 111111 | 1001101 |
Color Harmonies of #E99EE7
Complementary color
Monochromatic Colors of #E99EE7
Black with #E99EE7
Text Example
Text Example
White with #E99EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99EE7; }
p { color: rgb(233,158,231); }
H1.HeaderClassName
{
color: #E99EE7;
}
.AnyTagClassName
{
color: #E99EE7;
}
</style>
background-color css
<style>
a { background-color: #E99EE7; }
a { background-color: rgb(233,158,231); }
div.DivClassName
{
background-color: #E99EE7;
}
.BgClassName
{
background-color: #E99EE7;
}
</style>
border-color css
<style>
span { border-color: #E99EE7; }
span { border-color: rgb(233,158,231); }
td.TdClassName
{
border-color: #E99EE7;
}
.TagClassName
{
border-color: #E99EE7;
}
</style>