Shades of Plum #E29CE4
Tints of Plum #E29CE4
RGB
CMYK
RGB Variations
Color information
#E29CE4 (or 0xE29CE4) is known color: Plum. HEX triplet: E2, 9C and E4. RGB value is (226,156,228). Sum of RGB (Red+Green+Blue) = 226+156+228=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #E29CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CE4 is #1D631B. Grayscale: #B8B8B8. Windows color (decimal): -1925916 or 14982370. OLE color: 14982370.
HSL color Cylindrical-coordinate representation of color #E29CE4: hue angle of 298.33º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29CE4 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 228 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.11 |
| HSL | 298.33º | 0.57% | 0.75% | - |
| HSV(B) | 298.33º | 0.32% | 0.89% | - |
| XYZ | 57.26 | 45.55 | 79.17 | - |
| YUV | 185.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 228 | 0.01 | 0.32 | 0 | 0.11 | 298.33 | 0.57 | 0.75 |
| Hex | E2 | 9C | E4 | 1 | 20 | 0 | B | 12A | 39 | 4B |
| Octal | 342 | 234 | 344 | 1 | 40 | 0 | 13 | 452 | 71 | 113 |
| Binary | 11100010 | 10011100 | 11100100 | 1 | 100000 | 0 | 1011 | 100101010 | 111001 | 1001011 |
Color Harmonies of #E29CE4
Complementary color
Monochromatic Colors of #E29CE4
Black with #E29CE4
Text Example
Text Example
White with #E29CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CE4; }
p { color: rgb(226,156,228); }
H1.HeaderClassName
{
color: #E29CE4;
}
.AnyTagClassName
{
color: #E29CE4;
}
</style>
background-color css
<style>
a { background-color: #E29CE4; }
a { background-color: rgb(226,156,228); }
div.DivClassName
{
background-color: #E29CE4;
}
.BgClassName
{
background-color: #E29CE4;
}
</style>
border-color css
<style>
span { border-color: #E29CE4; }
span { border-color: rgb(226,156,228); }
td.TdClassName
{
border-color: #E29CE4;
}
.TagClassName
{
border-color: #E29CE4;
}
</style>