Shades of Plum #E99FEB
Tints of Plum #E99FEB
RGB
CMYK
RGB Variations
Color information
#E99FEB (or 0xE99FEB) is known color: Plum. HEX triplet: E9, 9F and EB. RGB value is (233,159,235). Sum of RGB (Red+Green+Blue) = 233+159+235=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #E99FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FEB is #166014. Grayscale: #BDBDBD. Windows color (decimal): -1466389 or 15441897. OLE color: 15441897.
HSL color Cylindrical-coordinate representation of color #E99FEB: hue angle of 298.42º degrees, saturation: 0.66, 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 #E99FEB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 159 | 235 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.08 |
| HSL | 298.42º | 0.66% | 0.77% | - |
| HSV(B) | 298.42º | 0.32% | 0.92% | - |
| XYZ | 61 | 48.12 | 84.67 | - |
| YUV | 189.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 235 | 0.01 | 0.32 | 0 | 0.08 | 298.42 | 0.66 | 0.77 |
| Hex | E9 | 9F | EB | 1 | 20 | 0 | 8 | 12A | 42 | 4D |
| Octal | 351 | 237 | 353 | 1 | 40 | 0 | 10 | 452 | 102 | 115 |
| Binary | 11101001 | 10011111 | 11101011 | 1 | 100000 | 0 | 1000 | 100101010 | 1000010 | 1001101 |
Color Harmonies of #E99FEB
Complementary color
Monochromatic Colors of #E99FEB
Black with #E99FEB
Text Example
Text Example
White with #E99FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FEB; }
p { color: rgb(233,159,235); }
H1.HeaderClassName
{
color: #E99FEB;
}
.AnyTagClassName
{
color: #E99FEB;
}
</style>
background-color css
<style>
a { background-color: #E99FEB; }
a { background-color: rgb(233,159,235); }
div.DivClassName
{
background-color: #E99FEB;
}
.BgClassName
{
background-color: #E99FEB;
}
</style>
border-color css
<style>
span { border-color: #E99FEB; }
span { border-color: rgb(233,159,235); }
td.TdClassName
{
border-color: #E99FEB;
}
.TagClassName
{
border-color: #E99FEB;
}
</style>