Shades of Plum #E29CEA
Tints of Plum #E29CEA
RGB
CMYK
RGB Variations
Color information
#E29CEA (or 0xE29CEA) is known color: Plum. HEX triplet: E2, 9C and EA. RGB value is (226,156,234). Sum of RGB (Red+Green+Blue) = 226+156+234=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #E29CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CEA is #1D6315. Grayscale: #B9B9B9. Windows color (decimal): -1925910 or 15375586. OLE color: 15375586.
HSL color Cylindrical-coordinate representation of color #E29CEA: hue angle of 293.85º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29CEA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 156 | 234 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.08 |
| HSL | 293.85º | 0.65% | 0.76% | - |
| HSV(B) | 293.85º | 0.33% | 0.92% | - |
| XYZ | 58.1 | 45.89 | 83.64 | - |
| YUV | 185.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 234 | 0.03 | 0.33 | 0 | 0.08 | 293.85 | 0.65 | 0.76 |
| Hex | E2 | 9C | EA | 3 | 21 | 0 | 8 | 126 | 41 | 4C |
| Octal | 342 | 234 | 352 | 3 | 41 | 0 | 10 | 446 | 101 | 114 |
| Binary | 11100010 | 10011100 | 11101010 | 11 | 100001 | 0 | 1000 | 100100110 | 1000001 | 1001100 |
Color Harmonies of #E29CEA
Complementary color
Monochromatic Colors of #E29CEA
Black with #E29CEA
Text Example
Text Example
White with #E29CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CEA; }
p { color: rgb(226,156,234); }
H1.HeaderClassName
{
color: #E29CEA;
}
.AnyTagClassName
{
color: #E29CEA;
}
</style>
background-color css
<style>
a { background-color: #E29CEA; }
a { background-color: rgb(226,156,234); }
div.DivClassName
{
background-color: #E29CEA;
}
.BgClassName
{
background-color: #E29CEA;
}
</style>
border-color css
<style>
span { border-color: #E29CEA; }
span { border-color: rgb(226,156,234); }
td.TdClassName
{
border-color: #E29CEA;
}
.TagClassName
{
border-color: #E29CEA;
}
</style>