Shades of Plum #E999E4
Tints of Plum #E999E4
RGB
CMYK
RGB Variations
Color information
#E999E4 (or 0xE999E4) is known color: Plum. HEX triplet: E9, 99 and E4. RGB value is (233,153,228). Sum of RGB (Red+Green+Blue) = 233+153+228=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E999E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999E4 is #16661B. Grayscale: #B9B9B9. Windows color (decimal): -1467932 or 14981609. OLE color: 14981609.
HSL color Cylindrical-coordinate representation of color #E999E4: hue angle of 303.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E999E4 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 228 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.09 |
| HSL | 303.75º | 0.65% | 0.76% | - |
| HSV(B) | 303.75º | 0.34% | 0.91% | - |
| XYZ | 59 | 45.71 | 79.11 | - |
| YUV | 185.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 228 | 0 | 0.34 | 0.02 | 0.09 | 303.75 | 0.65 | 0.76 |
| Hex | E9 | 99 | E4 | 0 | 22 | 2 | 9 | 130 | 41 | 4C |
| Octal | 351 | 231 | 344 | 0 | 42 | 2 | 11 | 460 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11100100 | 0 | 100010 | 10 | 1001 | 100110000 | 1000001 | 1001100 |
Color Harmonies of #E999E4
Complementary color
Monochromatic Colors of #E999E4
Black with #E999E4
Text Example
Text Example
White with #E999E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999E4; }
p { color: rgb(233,153,228); }
H1.HeaderClassName
{
color: #E999E4;
}
.AnyTagClassName
{
color: #E999E4;
}
</style>
background-color css
<style>
a { background-color: #E999E4; }
a { background-color: rgb(233,153,228); }
div.DivClassName
{
background-color: #E999E4;
}
.BgClassName
{
background-color: #E999E4;
}
</style>
border-color css
<style>
span { border-color: #E999E4; }
span { border-color: rgb(233,153,228); }
td.TdClassName
{
border-color: #E999E4;
}
.TagClassName
{
border-color: #E999E4;
}
</style>