Shades of Plum #E29BEE
Tints of Plum #E29BEE
RGB
CMYK
RGB Variations
Color information
#E29BEE (or 0xE29BEE) is known color: Plum. HEX triplet: E2, 9B and EE. RGB value is (226,155,238). Sum of RGB (Red+Green+Blue) = 226+155+238=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #E29BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BEE is #1D6411. Grayscale: #B9B9B9. Windows color (decimal): -1926162 or 15637474. OLE color: 15637474.
HSL color Cylindrical-coordinate representation of color #E29BEE: hue angle of 291.33º 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 #E29BEE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 155 | 238 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.07 |
| HSL | 291.33º | 0.71% | 0.77% | - |
| HSV(B) | 291.33º | 0.35% | 0.93% | - |
| XYZ | 58.52 | 45.78 | 86.64 | - |
| YUV | 185.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 238 | 0.05 | 0.35 | 0 | 0.07 | 291.33 | 0.71 | 0.77 |
| Hex | E2 | 9B | EE | 5 | 23 | 0 | 7 | 123 | 47 | 4D |
| Octal | 342 | 233 | 356 | 5 | 43 | 0 | 7 | 443 | 107 | 115 |
| Binary | 11100010 | 10011011 | 11101110 | 101 | 100011 | 0 | 111 | 100100011 | 1000111 | 1001101 |
Color Harmonies of #E29BEE
Complementary color
Monochromatic Colors of #E29BEE
Black with #E29BEE
Text Example
Text Example
White with #E29BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BEE; }
p { color: rgb(226,155,238); }
H1.HeaderClassName
{
color: #E29BEE;
}
.AnyTagClassName
{
color: #E29BEE;
}
</style>
background-color css
<style>
a { background-color: #E29BEE; }
a { background-color: rgb(226,155,238); }
div.DivClassName
{
background-color: #E29BEE;
}
.BgClassName
{
background-color: #E29BEE;
}
</style>
border-color css
<style>
span { border-color: #E29BEE; }
span { border-color: rgb(226,155,238); }
td.TdClassName
{
border-color: #E29BEE;
}
.TagClassName
{
border-color: #E29BEE;
}
</style>