Shades of Plum #E996E3
Tints of Plum #E996E3
RGB
CMYK
RGB Variations
Color information
#E996E3 (or 0xE996E3) is known color: Plum. HEX triplet: E9, 96 and E3. RGB value is (233,150,227). Sum of RGB (Red+Green+Blue) = 233+150+227=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E996E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996E3 is #16691C. Grayscale: #B7B7B7. Windows color (decimal): -1468701 or 14915305. OLE color: 14915305.
HSL color Cylindrical-coordinate representation of color #E996E3: hue angle of 304.34º 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 #E996E3 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 227 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.09 |
| HSL | 304.34º | 0.65% | 0.75% | - |
| HSV(B) | 304.34º | 0.36% | 0.91% | - |
| XYZ | 58.38 | 44.68 | 78.22 | - |
| YUV | 183.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 227 | 0 | 0.36 | 0.03 | 0.09 | 304.34 | 0.65 | 0.75 |
| Hex | E9 | 96 | E3 | 0 | 24 | 3 | 9 | 130 | 41 | 4B |
| Octal | 351 | 226 | 343 | 0 | 44 | 3 | 11 | 460 | 101 | 113 |
| Binary | 11101001 | 10010110 | 11100011 | 0 | 100100 | 11 | 1001 | 100110000 | 1000001 | 1001011 |
Color Harmonies of #E996E3
Complementary color
Monochromatic Colors of #E996E3
Black with #E996E3
Text Example
Text Example
White with #E996E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996E3; }
p { color: rgb(233,150,227); }
H1.HeaderClassName
{
color: #E996E3;
}
.AnyTagClassName
{
color: #E996E3;
}
</style>
background-color css
<style>
a { background-color: #E996E3; }
a { background-color: rgb(233,150,227); }
div.DivClassName
{
background-color: #E996E3;
}
.BgClassName
{
background-color: #E996E3;
}
</style>
border-color css
<style>
span { border-color: #E996E3; }
span { border-color: rgb(233,150,227); }
td.TdClassName
{
border-color: #E996E3;
}
.TagClassName
{
border-color: #E996E3;
}
</style>