Shades of Plum #E99DE7
Tints of Plum #E99DE7
RGB
CMYK
RGB Variations
Color information
#E99DE7 (or 0xE99DE7) is known color: Plum. HEX triplet: E9, 9D and E7. RGB value is (233,157,231). Sum of RGB (Red+Green+Blue) = 233+157+231=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DE7 is #166218. Grayscale: #BBBBBB. Windows color (decimal): -1466905 or 15179241. OLE color: 15179241.
HSL color Cylindrical-coordinate representation of color #E99DE7: hue angle of 301.58º 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 #E99DE7 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 231 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.09 |
| HSL | 301.58º | 0.63% | 0.76% | - |
| HSV(B) | 301.58º | 0.33% | 0.91% | - |
| XYZ | 60.09 | 47.21 | 81.55 | - |
| YUV | 188.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 231 | 0 | 0.33 | 0.01 | 0.09 | 301.58 | 0.63 | 0.76 |
| Hex | E9 | 9D | E7 | 0 | 21 | 1 | 9 | 12E | 3F | 4C |
| Octal | 351 | 235 | 347 | 0 | 41 | 1 | 11 | 456 | 77 | 114 |
| Binary | 11101001 | 10011101 | 11100111 | 0 | 100001 | 1 | 1001 | 100101110 | 111111 | 1001100 |
Color Harmonies of #E99DE7
Complementary color
Monochromatic Colors of #E99DE7
Black with #E99DE7
Text Example
Text Example
White with #E99DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DE7; }
p { color: rgb(233,157,231); }
H1.HeaderClassName
{
color: #E99DE7;
}
.AnyTagClassName
{
color: #E99DE7;
}
</style>
background-color css
<style>
a { background-color: #E99DE7; }
a { background-color: rgb(233,157,231); }
div.DivClassName
{
background-color: #E99DE7;
}
.BgClassName
{
background-color: #E99DE7;
}
</style>
border-color css
<style>
span { border-color: #E99DE7; }
span { border-color: rgb(233,157,231); }
td.TdClassName
{
border-color: #E99DE7;
}
.TagClassName
{
border-color: #E99DE7;
}
</style>