Shades of Plum #E99EED
Tints of Plum #E99EED
RGB
CMYK
RGB Variations
Color information
#E99EED (or 0xE99EED) is known color: Plum. HEX triplet: E9, 9E and ED. RGB value is (233,158,237). Sum of RGB (Red+Green+Blue) = 233+158+237=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #E99EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99EED is #166112. Grayscale: #BDBDBD. Windows color (decimal): -1466643 or 15572713. OLE color: 15572713.
HSL color Cylindrical-coordinate representation of color #E99EED: hue angle of 296.96º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99EED is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 158 | 237 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.07 |
| HSL | 296.96º | 0.69% | 0.77% | - |
| HSV(B) | 296.96º | 0.33% | 0.93% | - |
| XYZ | 61.12 | 47.89 | 86.14 | - |
| YUV | 189.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 237 | 0.02 | 0.33 | 0 | 0.07 | 296.96 | 0.69 | 0.77 |
| Hex | E9 | 9E | ED | 2 | 21 | 0 | 7 | 129 | 45 | 4D |
| Octal | 351 | 236 | 355 | 2 | 41 | 0 | 7 | 451 | 105 | 115 |
| Binary | 11101001 | 10011110 | 11101101 | 10 | 100001 | 0 | 111 | 100101001 | 1000101 | 1001101 |
Color Harmonies of #E99EED
Complementary color
Monochromatic Colors of #E99EED
Black with #E99EED
Text Example
Text Example
White with #E99EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99EED; }
p { color: rgb(233,158,237); }
H1.HeaderClassName
{
color: #E99EED;
}
.AnyTagClassName
{
color: #E99EED;
}
</style>
background-color css
<style>
a { background-color: #E99EED; }
a { background-color: rgb(233,158,237); }
div.DivClassName
{
background-color: #E99EED;
}
.BgClassName
{
background-color: #E99EED;
}
</style>
border-color css
<style>
span { border-color: #E99EED; }
span { border-color: rgb(233,158,237); }
td.TdClassName
{
border-color: #E99EED;
}
.TagClassName
{
border-color: #E99EED;
}
</style>