Shades of Plum #E999DE
Tints of Plum #E999DE
RGB
CMYK
RGB Variations
Color information
#E999DE (or 0xE999DE) is known color: Plum. HEX triplet: E9, 99 and DE. RGB value is (233,153,222). Sum of RGB (Red+Green+Blue) = 233+153+222=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E999DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999DE is #166621. Grayscale: #B8B8B8. Windows color (decimal): -1467938 or 14588393. OLE color: 14588393.
HSL color Cylindrical-coordinate representation of color #E999DE: hue angle of 308.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 #E999DE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 222 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.09 |
| HSL | 308.25º | 0.65% | 0.76% | - |
| HSV(B) | 308.25º | 0.34% | 0.91% | - |
| XYZ | 58.18 | 45.38 | 74.8 | - |
| YUV | 184.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 222 | 0 | 0.34 | 0.05 | 0.09 | 308.25 | 0.65 | 0.76 |
| Hex | E9 | 99 | DE | 0 | 22 | 5 | 9 | 134 | 41 | 4C |
| Octal | 351 | 231 | 336 | 0 | 42 | 5 | 11 | 464 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11011110 | 0 | 100010 | 101 | 1001 | 100110100 | 1000001 | 1001100 |
Color Harmonies of #E999DE
Complementary color
Monochromatic Colors of #E999DE
Black with #E999DE
Text Example
Text Example
White with #E999DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999DE; }
p { color: rgb(233,153,222); }
H1.HeaderClassName
{
color: #E999DE;
}
.AnyTagClassName
{
color: #E999DE;
}
</style>
background-color css
<style>
a { background-color: #E999DE; }
a { background-color: rgb(233,153,222); }
div.DivClassName
{
background-color: #E999DE;
}
.BgClassName
{
background-color: #E999DE;
}
</style>
border-color css
<style>
span { border-color: #E999DE; }
span { border-color: rgb(233,153,222); }
td.TdClassName
{
border-color: #E999DE;
}
.TagClassName
{
border-color: #E999DE;
}
</style>