Shades of Plum #E996DE
Tints of Plum #E996DE
RGB
CMYK
RGB Variations
Color information
#E996DE (or 0xE996DE) is known color: Plum. HEX triplet: E9, 96 and DE. RGB value is (233,150,222). Sum of RGB (Red+Green+Blue) = 233+150+222=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E996DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996DE is #166921. Grayscale: #B6B6B6. Windows color (decimal): -1468706 or 14587625. OLE color: 14587625.
HSL color Cylindrical-coordinate representation of color #E996DE: hue angle of 307.95º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996DE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 222 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.09 |
| HSL | 307.95º | 0.65% | 0.75% | - |
| HSV(B) | 307.95º | 0.36% | 0.91% | - |
| XYZ | 57.7 | 44.41 | 74.64 | - |
| YUV | 183.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 222 | 0 | 0.36 | 0.05 | 0.09 | 307.95 | 0.65 | 0.75 |
| Hex | E9 | 96 | DE | 0 | 24 | 5 | 9 | 134 | 41 | 4B |
| Octal | 351 | 226 | 336 | 0 | 44 | 5 | 11 | 464 | 101 | 113 |
| Binary | 11101001 | 10010110 | 11011110 | 0 | 100100 | 101 | 1001 | 100110100 | 1000001 | 1001011 |
Color Harmonies of #E996DE
Complementary color
Monochromatic Colors of #E996DE
Black with #E996DE
Text Example
Text Example
White with #E996DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996DE; }
p { color: rgb(233,150,222); }
H1.HeaderClassName
{
color: #E996DE;
}
.AnyTagClassName
{
color: #E996DE;
}
</style>
background-color css
<style>
a { background-color: #E996DE; }
a { background-color: rgb(233,150,222); }
div.DivClassName
{
background-color: #E996DE;
}
.BgClassName
{
background-color: #E996DE;
}
</style>
border-color css
<style>
span { border-color: #E996DE; }
span { border-color: rgb(233,150,222); }
td.TdClassName
{
border-color: #E996DE;
}
.TagClassName
{
border-color: #E996DE;
}
</style>