Shades of Plum #E29EE7
Tints of Plum #E29EE7
RGB
CMYK
RGB Variations
Color information
#E29EE7 (or 0xE29EE7) is known color: Plum. HEX triplet: E2, 9E and E7. RGB value is (226,158,231). Sum of RGB (Red+Green+Blue) = 226+158+231=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #E29EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EE7 is #1D6118. Grayscale: #BABABA. Windows color (decimal): -1925401 or 15179490. OLE color: 15179490.
HSL color Cylindrical-coordinate representation of color #E29EE7: hue angle of 295.89º degrees, saturation: 0.6, 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 #E29EE7 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 158 | 231 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.09 |
| HSL | 295.89º | 0.6% | 0.76% | - |
| HSV(B) | 295.89º | 0.32% | 0.91% | - |
| XYZ | 58.01 | 46.39 | 81.5 | - |
| YUV | 186.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 231 | 0.02 | 0.32 | 0 | 0.09 | 295.89 | 0.6 | 0.76 |
| Hex | E2 | 9E | E7 | 2 | 20 | 0 | 9 | 128 | 3C | 4C |
| Octal | 342 | 236 | 347 | 2 | 40 | 0 | 11 | 450 | 74 | 114 |
| Binary | 11100010 | 10011110 | 11100111 | 10 | 100000 | 0 | 1001 | 100101000 | 111100 | 1001100 |
Color Harmonies of #E29EE7
Complementary color
Monochromatic Colors of #E29EE7
Black with #E29EE7
Text Example
Text Example
White with #E29EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EE7; }
p { color: rgb(226,158,231); }
H1.HeaderClassName
{
color: #E29EE7;
}
.AnyTagClassName
{
color: #E29EE7;
}
</style>
background-color css
<style>
a { background-color: #E29EE7; }
a { background-color: rgb(226,158,231); }
div.DivClassName
{
background-color: #E29EE7;
}
.BgClassName
{
background-color: #E29EE7;
}
</style>
border-color css
<style>
span { border-color: #E29EE7; }
span { border-color: rgb(226,158,231); }
td.TdClassName
{
border-color: #E29EE7;
}
.TagClassName
{
border-color: #E29EE7;
}
</style>