Shades of Plum #E99DEE
Tints of Plum #E99DEE
RGB
CMYK
RGB Variations
Color information
#E99DEE (or 0xE99DEE) is known color: Plum. HEX triplet: E9, 9D and EE. RGB value is (233,157,238). Sum of RGB (Red+Green+Blue) = 233+157+238=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #E99DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DEE is #166211. Grayscale: #BCBCBC. Windows color (decimal): -1466898 or 15637993. OLE color: 15637993.
HSL color Cylindrical-coordinate representation of color #E99DEE: hue angle of 296.3º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99DEE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 157 | 238 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.07 |
| HSL | 296.3º | 0.7% | 0.77% | - |
| HSV(B) | 296.3º | 0.34% | 0.93% | - |
| XYZ | 61.09 | 47.61 | 86.86 | - |
| YUV | 188.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 238 | 0.02 | 0.34 | 0 | 0.07 | 296.3 | 0.7 | 0.77 |
| Hex | E9 | 9D | EE | 2 | 22 | 0 | 7 | 128 | 46 | 4D |
| Octal | 351 | 235 | 356 | 2 | 42 | 0 | 7 | 450 | 106 | 115 |
| Binary | 11101001 | 10011101 | 11101110 | 10 | 100010 | 0 | 111 | 100101000 | 1000110 | 1001101 |
Color Harmonies of #E99DEE
Complementary color
Monochromatic Colors of #E99DEE
Black with #E99DEE
Text Example
Text Example
White with #E99DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DEE; }
p { color: rgb(233,157,238); }
H1.HeaderClassName
{
color: #E99DEE;
}
.AnyTagClassName
{
color: #E99DEE;
}
</style>
background-color css
<style>
a { background-color: #E99DEE; }
a { background-color: rgb(233,157,238); }
div.DivClassName
{
background-color: #E99DEE;
}
.BgClassName
{
background-color: #E99DEE;
}
</style>
border-color css
<style>
span { border-color: #E99DEE; }
span { border-color: rgb(233,157,238); }
td.TdClassName
{
border-color: #E99DEE;
}
.TagClassName
{
border-color: #E99DEE;
}
</style>