Shades of Plum #E99CDE
Tints of Plum #E99CDE
RGB
CMYK
RGB Variations
Color information
#E99CDE (or 0xE99CDE) is known color: Plum. HEX triplet: E9, 9C and DE. RGB value is (233,156,222). Sum of RGB (Red+Green+Blue) = 233+156+222=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99CDE is #166321. Grayscale: #BABABA. Windows color (decimal): -1467170 or 14589161. OLE color: 14589161.
HSL color Cylindrical-coordinate representation of color #E99CDE: hue angle of 308.57º degrees, saturation: 0.64, 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 #E99CDE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 222 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.09 |
| HSL | 308.57º | 0.64% | 0.76% | - |
| HSV(B) | 308.57º | 0.33% | 0.91% | - |
| XYZ | 58.68 | 46.37 | 74.97 | - |
| YUV | 186.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 222 | 0 | 0.33 | 0.05 | 0.09 | 308.57 | 0.64 | 0.76 |
| Hex | E9 | 9C | DE | 0 | 21 | 5 | 9 | 135 | 40 | 4C |
| Octal | 351 | 234 | 336 | 0 | 41 | 5 | 11 | 465 | 100 | 114 |
| Binary | 11101001 | 10011100 | 11011110 | 0 | 100001 | 101 | 1001 | 100110101 | 1000000 | 1001100 |
Color Harmonies of #E99CDE
Complementary color
Monochromatic Colors of #E99CDE
Black with #E99CDE
Text Example
Text Example
White with #E99CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99CDE; }
p { color: rgb(233,156,222); }
H1.HeaderClassName
{
color: #E99CDE;
}
.AnyTagClassName
{
color: #E99CDE;
}
</style>
background-color css
<style>
a { background-color: #E99CDE; }
a { background-color: rgb(233,156,222); }
div.DivClassName
{
background-color: #E99CDE;
}
.BgClassName
{
background-color: #E99CDE;
}
</style>
border-color css
<style>
span { border-color: #E99CDE; }
span { border-color: rgb(233,156,222); }
td.TdClassName
{
border-color: #E99CDE;
}
.TagClassName
{
border-color: #E99CDE;
}
</style>