Shades of Plum #E29CE7
Tints of Plum #E29CE7
RGB
CMYK
RGB Variations
Color information
#E29CE7 (or 0xE29CE7) is known color: Plum. HEX triplet: E2, 9C and E7. RGB value is (226,156,231). Sum of RGB (Red+Green+Blue) = 226+156+231=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #E29CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CE7 is #1D6318. Grayscale: #B9B9B9. Windows color (decimal): -1925913 or 15178978. OLE color: 15178978.
HSL color Cylindrical-coordinate representation of color #E29CE7: hue angle of 296º degrees, saturation: 0.61, 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 #E29CE7 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 156 | 231 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.09 |
| HSL | 296º | 0.61% | 0.76% | - |
| HSV(B) | 296º | 0.32% | 0.91% | - |
| XYZ | 57.68 | 45.72 | 81.39 | - |
| YUV | 185.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 231 | 0.02 | 0.32 | 0 | 0.09 | 296 | 0.61 | 0.76 |
| Hex | E2 | 9C | E7 | 2 | 20 | 0 | 9 | 128 | 3D | 4C |
| Octal | 342 | 234 | 347 | 2 | 40 | 0 | 11 | 450 | 75 | 114 |
| Binary | 11100010 | 10011100 | 11100111 | 10 | 100000 | 0 | 1001 | 100101000 | 111101 | 1001100 |
Color Harmonies of #E29CE7
Complementary color
Monochromatic Colors of #E29CE7
Black with #E29CE7
Text Example
Text Example
White with #E29CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CE7; }
p { color: rgb(226,156,231); }
H1.HeaderClassName
{
color: #E29CE7;
}
.AnyTagClassName
{
color: #E29CE7;
}
</style>
background-color css
<style>
a { background-color: #E29CE7; }
a { background-color: rgb(226,156,231); }
div.DivClassName
{
background-color: #E29CE7;
}
.BgClassName
{
background-color: #E29CE7;
}
</style>
border-color css
<style>
span { border-color: #E29CE7; }
span { border-color: rgb(226,156,231); }
td.TdClassName
{
border-color: #E29CE7;
}
.TagClassName
{
border-color: #E29CE7;
}
</style>