Shades of Plum #E29CEB
Tints of Plum #E29CEB
RGB
CMYK
RGB Variations
Color information
#E29CEB (or 0xE29CEB) is known color: Plum. HEX triplet: E2, 9C and EB. RGB value is (226,156,235). Sum of RGB (Red+Green+Blue) = 226+156+235=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #E29CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CEB is #1D6314. Grayscale: #B9B9B9. Windows color (decimal): -1925909 or 15441122. OLE color: 15441122.
HSL color Cylindrical-coordinate representation of color #E29CEB: hue angle of 293.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E29CEB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 156 | 235 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.08 |
| HSL | 293.16º | 0.66% | 0.77% | - |
| HSV(B) | 293.16º | 0.34% | 0.92% | - |
| XYZ | 58.25 | 45.94 | 84.4 | - |
| YUV | 185.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 235 | 0.04 | 0.34 | 0 | 0.08 | 293.16 | 0.66 | 0.77 |
| Hex | E2 | 9C | EB | 4 | 22 | 0 | 8 | 125 | 42 | 4D |
| Octal | 342 | 234 | 353 | 4 | 42 | 0 | 10 | 445 | 102 | 115 |
| Binary | 11100010 | 10011100 | 11101011 | 100 | 100010 | 0 | 1000 | 100100101 | 1000010 | 1001101 |
Color Harmonies of #E29CEB
Complementary color
Monochromatic Colors of #E29CEB
Black with #E29CEB
Text Example
Text Example
White with #E29CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CEB; }
p { color: rgb(226,156,235); }
H1.HeaderClassName
{
color: #E29CEB;
}
.AnyTagClassName
{
color: #E29CEB;
}
</style>
background-color css
<style>
a { background-color: #E29CEB; }
a { background-color: rgb(226,156,235); }
div.DivClassName
{
background-color: #E29CEB;
}
.BgClassName
{
background-color: #E29CEB;
}
</style>
border-color css
<style>
span { border-color: #E29CEB; }
span { border-color: rgb(226,156,235); }
td.TdClassName
{
border-color: #E29CEB;
}
.TagClassName
{
border-color: #E29CEB;
}
</style>