Shades of Plum #E999DD
Tints of Plum #E999DD
RGB
CMYK
RGB Variations
Color information
#E999DD (or 0xE999DD) is known color: Plum. HEX triplet: E9, 99 and DD. RGB value is (233,153,221). Sum of RGB (Red+Green+Blue) = 233+153+221=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E999DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999DD is #166622. Grayscale: #B8B8B8. Windows color (decimal): -1467939 or 14522857. OLE color: 14522857.
HSL color Cylindrical-coordinate representation of color #E999DD: hue angle of 309º 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 #E999DD is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 221 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.09 |
| HSL | 309º | 0.65% | 0.76% | - |
| HSV(B) | 309º | 0.34% | 0.91% | - |
| XYZ | 58.05 | 45.33 | 74.1 | - |
| YUV | 184.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 221 | 0 | 0.34 | 0.05 | 0.09 | 309 | 0.65 | 0.76 |
| Hex | E9 | 99 | DD | 0 | 22 | 5 | 9 | 135 | 41 | 4C |
| Octal | 351 | 231 | 335 | 0 | 42 | 5 | 11 | 465 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11011101 | 0 | 100010 | 101 | 1001 | 100110101 | 1000001 | 1001100 |
Color Harmonies of #E999DD
Complementary color
Monochromatic Colors of #E999DD
Black with #E999DD
Text Example
Text Example
White with #E999DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999DD; }
p { color: rgb(233,153,221); }
H1.HeaderClassName
{
color: #E999DD;
}
.AnyTagClassName
{
color: #E999DD;
}
</style>
background-color css
<style>
a { background-color: #E999DD; }
a { background-color: rgb(233,153,221); }
div.DivClassName
{
background-color: #E999DD;
}
.BgClassName
{
background-color: #E999DD;
}
</style>
border-color css
<style>
span { border-color: #E999DD; }
span { border-color: rgb(233,153,221); }
td.TdClassName
{
border-color: #E999DD;
}
.TagClassName
{
border-color: #E999DD;
}
</style>