Shades of Plum #E996EA
Tints of Plum #E996EA
RGB
CMYK
RGB Variations
Color information
#E996EA (or 0xE996EA) is known color: Plum. HEX triplet: E9, 96 and EA. RGB value is (233,150,234). Sum of RGB (Red+Green+Blue) = 233+150+234=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #E996EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996EA is #166915. Grayscale: #B8B8B8. Windows color (decimal): -1468694 or 15374057. OLE color: 15374057.
HSL color Cylindrical-coordinate representation of color #E996EA: hue angle of 299.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996EA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 150 | 234 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.08 |
| HSL | 299.29º | 0.67% | 0.75% | - |
| HSV(B) | 299.29º | 0.36% | 0.92% | - |
| XYZ | 59.36 | 45.08 | 83.41 | - |
| YUV | 184.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 234 | 0.00 | 0.36 | 0 | 0.08 | 299.29 | 0.67 | 0.75 |
| Hex | E9 | 96 | EA | 0 | 24 | 0 | 8 | 12B | 43 | 4B |
| Octal | 351 | 226 | 352 | 0 | 44 | 0 | 10 | 453 | 103 | 113 |
| Binary | 11101001 | 10010110 | 11101010 | 0 | 100100 | 0 | 1000 | 100101011 | 1000011 | 1001011 |
Color Harmonies of #E996EA
Complementary color
Monochromatic Colors of #E996EA
Black with #E996EA
Text Example
Text Example
White with #E996EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996EA; }
p { color: rgb(233,150,234); }
H1.HeaderClassName
{
color: #E996EA;
}
.AnyTagClassName
{
color: #E996EA;
}
</style>
background-color css
<style>
a { background-color: #E996EA; }
a { background-color: rgb(233,150,234); }
div.DivClassName
{
background-color: #E996EA;
}
.BgClassName
{
background-color: #E996EA;
}
</style>
border-color css
<style>
span { border-color: #E996EA; }
span { border-color: rgb(233,150,234); }
td.TdClassName
{
border-color: #E996EA;
}
.TagClassName
{
border-color: #E996EA;
}
</style>