Shades of Plum #E99DED
Tints of Plum #E99DED
RGB
CMYK
RGB Variations
Color information
#E99DED (or 0xE99DED) is known color: Plum. HEX triplet: E9, 9D and ED. RGB value is (233,157,237). Sum of RGB (Red+Green+Blue) = 233+157+237=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #E99DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DED is #166212. Grayscale: #BCBCBC. Windows color (decimal): -1466899 or 15572457. OLE color: 15572457.
HSL color Cylindrical-coordinate representation of color #E99DED: hue angle of 297º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99DED is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 157 | 237 | - |
CMYK | 0.02 | 0.34 | 0 | 0.07 |
HSL | 297º | 0.69% | 0.77% | - |
HSV(B) | 297º | 0.34% | 0.93% | - |
XYZ | 60.95 | 47.55 | 86.09 | - |
YUV | 188.84 | 155.18 | 159.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 157 | 237 | 0.02 | 0.34 | 0 | 0.07 | 297 | 0.69 | 0.77 |
Hex | E9 | 9D | ED | 2 | 22 | 0 | 7 | 129 | 45 | 4D |
Octal | 351 | 235 | 355 | 2 | 42 | 0 | 7 | 451 | 105 | 115 |
Binary | 11101001 | 10011101 | 11101101 | 10 | 100010 | 0 | 111 | 100101001 | 1000101 | 1001101 |
Color Harmonies of #E99DED
Complementary color
Monochromatic Colors of #E99DED
Black with #E99DED
Text Example
Text Example
White with #E99DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DED; }
p { color: rgb(233,157,237); }
H1.HeaderClassName
{
color: #E99DED;
}
.AnyTagClassName
{
color: #E99DED;
}
</style>
background-color css
<style>
a { background-color: #E99DED; }
a { background-color: rgb(233,157,237); }
div.DivClassName
{
background-color: #E99DED;
}
.BgClassName
{
background-color: #E99DED;
}
</style>
border-color css
<style>
span { border-color: #E99DED; }
span { border-color: rgb(233,157,237); }
td.TdClassName
{
border-color: #E99DED;
}
.TagClassName
{
border-color: #E99DED;
}
</style>