Shades of Plum #E29EE8
Tints of Plum #E29EE8
RGB
CMYK
RGB Variations
Color information
#E29EE8 (or 0xE29EE8) is known color: Plum. HEX triplet: E2, 9E and E8. RGB value is (226,158,232). Sum of RGB (Red+Green+Blue) = 226+158+232=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #E29EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EE8 is #1D6117. Grayscale: #BABABA. Windows color (decimal): -1925400 or 15245026. OLE color: 15245026.
HSL color Cylindrical-coordinate representation of color #E29EE8: hue angle of 295.14º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29EE8 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 158 | 232 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.09 |
| HSL | 295.14º | 0.62% | 0.76% | - |
| HSV(B) | 295.14º | 0.32% | 0.91% | - |
| XYZ | 58.16 | 46.45 | 82.24 | - |
| YUV | 186.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 232 | 0.03 | 0.32 | 0 | 0.09 | 295.14 | 0.62 | 0.76 |
| Hex | E2 | 9E | E8 | 3 | 20 | 0 | 9 | 127 | 3E | 4C |
| Octal | 342 | 236 | 350 | 3 | 40 | 0 | 11 | 447 | 76 | 114 |
| Binary | 11100010 | 10011110 | 11101000 | 11 | 100000 | 0 | 1001 | 100100111 | 111110 | 1001100 |
Color Harmonies of #E29EE8
Complementary color
Monochromatic Colors of #E29EE8
Black with #E29EE8
Text Example
Text Example
White with #E29EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EE8; }
p { color: rgb(226,158,232); }
H1.HeaderClassName
{
color: #E29EE8;
}
.AnyTagClassName
{
color: #E29EE8;
}
</style>
background-color css
<style>
a { background-color: #E29EE8; }
a { background-color: rgb(226,158,232); }
div.DivClassName
{
background-color: #E29EE8;
}
.BgClassName
{
background-color: #E29EE8;
}
</style>
border-color css
<style>
span { border-color: #E29EE8; }
span { border-color: rgb(226,158,232); }
td.TdClassName
{
border-color: #E29EE8;
}
.TagClassName
{
border-color: #E29EE8;
}
</style>