Shades of Plum #E99BEE
Tints of Plum #E99BEE
RGB
CMYK
RGB Variations
Color information
#E99BEE (or 0xE99BEE) is known color: Plum. HEX triplet: E9, 9B and EE. RGB value is (233,155,238). Sum of RGB (Red+Green+Blue) = 233+155+238=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #E99BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99BEE is #166411. Grayscale: #BBBBBB. Windows color (decimal): -1467410 or 15637481. OLE color: 15637481.
HSL color Cylindrical-coordinate representation of color #E99BEE: hue angle of 296.39º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E99BEE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 155 | 238 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.07 |
| HSL | 296.39º | 0.71% | 0.77% | - |
| HSV(B) | 296.39º | 0.35% | 0.93% | - |
| XYZ | 60.76 | 46.94 | 86.75 | - |
| YUV | 187.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 238 | 0.02 | 0.35 | 0 | 0.07 | 296.39 | 0.71 | 0.77 |
| Hex | E9 | 9B | EE | 2 | 23 | 0 | 7 | 128 | 47 | 4D |
| Octal | 351 | 233 | 356 | 2 | 43 | 0 | 7 | 450 | 107 | 115 |
| Binary | 11101001 | 10011011 | 11101110 | 10 | 100011 | 0 | 111 | 100101000 | 1000111 | 1001101 |
Color Harmonies of #E99BEE
Complementary color
Monochromatic Colors of #E99BEE
Black with #E99BEE
Text Example
Text Example
White with #E99BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99BEE; }
p { color: rgb(233,155,238); }
H1.HeaderClassName
{
color: #E99BEE;
}
.AnyTagClassName
{
color: #E99BEE;
}
</style>
background-color css
<style>
a { background-color: #E99BEE; }
a { background-color: rgb(233,155,238); }
div.DivClassName
{
background-color: #E99BEE;
}
.BgClassName
{
background-color: #E99BEE;
}
</style>
border-color css
<style>
span { border-color: #E99BEE; }
span { border-color: rgb(233,155,238); }
td.TdClassName
{
border-color: #E99BEE;
}
.TagClassName
{
border-color: #E99BEE;
}
</style>