Shades of Plum #E99FEE
Tints of Plum #E99FEE
RGB
CMYK
RGB Variations
Color information
#E99FEE (or 0xE99FEE) is known color: Plum. HEX triplet: E9, 9F and EE. RGB value is (233,159,238). Sum of RGB (Red+Green+Blue) = 233+159+238=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #E99FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FEE is #166011. Grayscale: #BDBDBD. Windows color (decimal): -1466386 or 15638505. OLE color: 15638505.
HSL color Cylindrical-coordinate representation of color #E99FEE: hue angle of 296.2º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99FEE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 159 | 238 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.07 |
| HSL | 296.2º | 0.7% | 0.78% | - |
| HSV(B) | 296.2º | 0.33% | 0.93% | - |
| XYZ | 61.44 | 48.29 | 86.97 | - |
| YUV | 190.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 238 | 0.02 | 0.33 | 0 | 0.07 | 296.2 | 0.7 | 0.78 |
| Hex | E9 | 9F | EE | 2 | 21 | 0 | 7 | 128 | 46 | 4E |
| Octal | 351 | 237 | 356 | 2 | 41 | 0 | 7 | 450 | 106 | 116 |
| Binary | 11101001 | 10011111 | 11101110 | 10 | 100001 | 0 | 111 | 100101000 | 1000110 | 1001110 |
Color Harmonies of #E99FEE
Complementary color
Monochromatic Colors of #E99FEE
Black with #E99FEE
Text Example
Text Example
White with #E99FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FEE; }
p { color: rgb(233,159,238); }
H1.HeaderClassName
{
color: #E99FEE;
}
.AnyTagClassName
{
color: #E99FEE;
}
</style>
background-color css
<style>
a { background-color: #E99FEE; }
a { background-color: rgb(233,159,238); }
div.DivClassName
{
background-color: #E99FEE;
}
.BgClassName
{
background-color: #E99FEE;
}
</style>
border-color css
<style>
span { border-color: #E99FEE; }
span { border-color: rgb(233,159,238); }
td.TdClassName
{
border-color: #E99FEE;
}
.TagClassName
{
border-color: #E99FEE;
}
</style>