Shades of Plum #E99EEA
Tints of Plum #E99EEA
RGB
CMYK
RGB Variations
Color information
#E99EEA (or 0xE99EEA) is known color: Plum. HEX triplet: E9, 9E and EA. RGB value is (233,158,234). Sum of RGB (Red+Green+Blue) = 233+158+234=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #E99EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99EEA is #166115. Grayscale: #BCBCBC. Windows color (decimal): -1466646 or 15376105. OLE color: 15376105.
HSL color Cylindrical-coordinate representation of color #E99EEA: hue angle of 299.21º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99EEA is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 158 | 234 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.08 |
| HSL | 299.21º | 0.64% | 0.77% | - |
| HSV(B) | 299.21º | 0.32% | 0.92% | - |
| XYZ | 60.68 | 47.72 | 83.85 | - |
| YUV | 189.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 234 | 0.00 | 0.32 | 0 | 0.08 | 299.21 | 0.64 | 0.77 |
| Hex | E9 | 9E | EA | 0 | 20 | 0 | 8 | 12B | 40 | 4D |
| Octal | 351 | 236 | 352 | 0 | 40 | 0 | 10 | 453 | 100 | 115 |
| Binary | 11101001 | 10011110 | 11101010 | 0 | 100000 | 0 | 1000 | 100101011 | 1000000 | 1001101 |
Color Harmonies of #E99EEA
Complementary color
Monochromatic Colors of #E99EEA
Black with #E99EEA
Text Example
Text Example
White with #E99EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99EEA; }
p { color: rgb(233,158,234); }
H1.HeaderClassName
{
color: #E99EEA;
}
.AnyTagClassName
{
color: #E99EEA;
}
</style>
background-color css
<style>
a { background-color: #E99EEA; }
a { background-color: rgb(233,158,234); }
div.DivClassName
{
background-color: #E99EEA;
}
.BgClassName
{
background-color: #E99EEA;
}
</style>
border-color css
<style>
span { border-color: #E99EEA; }
span { border-color: rgb(233,158,234); }
td.TdClassName
{
border-color: #E99EEA;
}
.TagClassName
{
border-color: #E99EEA;
}
</style>