Shades of Plum #E99EDC
Tints of Plum #E99EDC
RGB
CMYK
RGB Variations
Color information
#E99EDC (or 0xE99EDC) is known color: Plum. HEX triplet: E9, 9E and DC. RGB value is (233,158,220). Sum of RGB (Red+Green+Blue) = 233+158+220=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E99EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99EDC is #166123. Grayscale: #BBBBBB. Windows color (decimal): -1466660 or 14458601. OLE color: 14458601.
HSL color Cylindrical-coordinate representation of color #E99EDC: hue angle of 310.4º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99EDC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 220 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.09 |
| HSL | 310.4º | 0.63% | 0.77% | - |
| HSV(B) | 310.4º | 0.32% | 0.91% | - |
| XYZ | 58.75 | 46.94 | 73.67 | - |
| YUV | 187.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 220 | 0 | 0.32 | 0.06 | 0.09 | 310.4 | 0.63 | 0.77 |
| Hex | E9 | 9E | DC | 0 | 20 | 6 | 9 | 136 | 3F | 4D |
| Octal | 351 | 236 | 334 | 0 | 40 | 6 | 11 | 466 | 77 | 115 |
| Binary | 11101001 | 10011110 | 11011100 | 0 | 100000 | 110 | 1001 | 100110110 | 111111 | 1001101 |
Color Harmonies of #E99EDC
Complementary color
Monochromatic Colors of #E99EDC
Black with #E99EDC
Text Example
Text Example
White with #E99EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99EDC; }
p { color: rgb(233,158,220); }
H1.HeaderClassName
{
color: #E99EDC;
}
.AnyTagClassName
{
color: #E99EDC;
}
</style>
background-color css
<style>
a { background-color: #E99EDC; }
a { background-color: rgb(233,158,220); }
div.DivClassName
{
background-color: #E99EDC;
}
.BgClassName
{
background-color: #E99EDC;
}
</style>
border-color css
<style>
span { border-color: #E99EDC; }
span { border-color: rgb(233,158,220); }
td.TdClassName
{
border-color: #E99EDC;
}
.TagClassName
{
border-color: #E99EDC;
}
</style>