Shades of Plum #E996DF
Tints of Plum #E996DF
RGB
CMYK
RGB Variations
Color information
#E996DF (or 0xE996DF) is known color: Plum. HEX triplet: E9, 96 and DF. RGB value is (233,150,223). Sum of RGB (Red+Green+Blue) = 233+150+223=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E996DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996DF is #166920. Grayscale: #B6B6B6. Windows color (decimal): -1468705 or 14653161. OLE color: 14653161.
HSL color Cylindrical-coordinate representation of color #E996DF: hue angle of 307.23º 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 #E996DF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 223 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.09 |
| HSL | 307.23º | 0.65% | 0.75% | - |
| HSV(B) | 307.23º | 0.36% | 0.91% | - |
| XYZ | 57.83 | 44.46 | 75.35 | - |
| YUV | 183.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 223 | 0 | 0.36 | 0.04 | 0.09 | 307.23 | 0.65 | 0.75 |
| Hex | E9 | 96 | DF | 0 | 24 | 4 | 9 | 133 | 41 | 4B |
| Octal | 351 | 226 | 337 | 0 | 44 | 4 | 11 | 463 | 101 | 113 |
| Binary | 11101001 | 10010110 | 11011111 | 0 | 100100 | 100 | 1001 | 100110011 | 1000001 | 1001011 |
Color Harmonies of #E996DF
Complementary color
Monochromatic Colors of #E996DF
Black with #E996DF
Text Example
Text Example
White with #E996DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996DF; }
p { color: rgb(233,150,223); }
H1.HeaderClassName
{
color: #E996DF;
}
.AnyTagClassName
{
color: #E996DF;
}
</style>
background-color css
<style>
a { background-color: #E996DF; }
a { background-color: rgb(233,150,223); }
div.DivClassName
{
background-color: #E996DF;
}
.BgClassName
{
background-color: #E996DF;
}
</style>
border-color css
<style>
span { border-color: #E996DF; }
span { border-color: rgb(233,150,223); }
td.TdClassName
{
border-color: #E996DF;
}
.TagClassName
{
border-color: #E996DF;
}
</style>