Shades of Plum #E29CED
Tints of Plum #E29CED
RGB
CMYK
RGB Variations
Color information
#E29CED (or 0xE29CED) is known color: Plum. HEX triplet: E2, 9C and ED. RGB value is (226,156,237). Sum of RGB (Red+Green+Blue) = 226+156+237=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #E29CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CED is #1D6312. Grayscale: #B9B9B9. Windows color (decimal): -1925907 or 15572194. OLE color: 15572194.
HSL color Cylindrical-coordinate representation of color #E29CED: hue angle of 291.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E29CED is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 156 | 237 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.07 |
| HSL | 291.85º | 0.69% | 0.77% | - |
| HSV(B) | 291.85º | 0.34% | 0.93% | - |
| XYZ | 58.54 | 46.06 | 85.93 | - |
| YUV | 186.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 237 | 0.05 | 0.34 | 0 | 0.07 | 291.85 | 0.69 | 0.77 |
| Hex | E2 | 9C | ED | 5 | 22 | 0 | 7 | 124 | 45 | 4D |
| Octal | 342 | 234 | 355 | 5 | 42 | 0 | 7 | 444 | 105 | 115 |
| Binary | 11100010 | 10011100 | 11101101 | 101 | 100010 | 0 | 111 | 100100100 | 1000101 | 1001101 |
Color Harmonies of #E29CED
Complementary color
Monochromatic Colors of #E29CED
Black with #E29CED
Text Example
Text Example
White with #E29CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CED; }
p { color: rgb(226,156,237); }
H1.HeaderClassName
{
color: #E29CED;
}
.AnyTagClassName
{
color: #E29CED;
}
</style>
background-color css
<style>
a { background-color: #E29CED; }
a { background-color: rgb(226,156,237); }
div.DivClassName
{
background-color: #E29CED;
}
.BgClassName
{
background-color: #E29CED;
}
</style>
border-color css
<style>
span { border-color: #E29CED; }
span { border-color: rgb(226,156,237); }
td.TdClassName
{
border-color: #E29CED;
}
.TagClassName
{
border-color: #E29CED;
}
</style>