Shades of Plum #E29BE8
Tints of Plum #E29BE8
RGB
CMYK
RGB Variations
Color information
#E29BE8 (or 0xE29BE8) is known color: Plum. HEX triplet: E2, 9B and E8. RGB value is (226,155,232). Sum of RGB (Red+Green+Blue) = 226+155+232=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #E29BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BE8 is #1D6417. Grayscale: #B8B8B8. Windows color (decimal): -1926168 or 15244258. OLE color: 15244258.
HSL color Cylindrical-coordinate representation of color #E29BE8: hue angle of 295.32º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29BE8 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 155 | 232 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.09 |
| HSL | 295.32º | 0.63% | 0.76% | - |
| HSV(B) | 295.32º | 0.33% | 0.91% | - |
| XYZ | 57.65 | 45.44 | 82.08 | - |
| YUV | 185.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 232 | 0.03 | 0.33 | 0 | 0.09 | 295.32 | 0.63 | 0.76 |
| Hex | E2 | 9B | E8 | 3 | 21 | 0 | 9 | 127 | 3F | 4C |
| Octal | 342 | 233 | 350 | 3 | 41 | 0 | 11 | 447 | 77 | 114 |
| Binary | 11100010 | 10011011 | 11101000 | 11 | 100001 | 0 | 1001 | 100100111 | 111111 | 1001100 |
Color Harmonies of #E29BE8
Complementary color
Monochromatic Colors of #E29BE8
Black with #E29BE8
Text Example
Text Example
White with #E29BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BE8; }
p { color: rgb(226,155,232); }
H1.HeaderClassName
{
color: #E29BE8;
}
.AnyTagClassName
{
color: #E29BE8;
}
</style>
background-color css
<style>
a { background-color: #E29BE8; }
a { background-color: rgb(226,155,232); }
div.DivClassName
{
background-color: #E29BE8;
}
.BgClassName
{
background-color: #E29BE8;
}
</style>
border-color css
<style>
span { border-color: #E29BE8; }
span { border-color: rgb(226,155,232); }
td.TdClassName
{
border-color: #E29BE8;
}
.TagClassName
{
border-color: #E29BE8;
}
</style>