Shades of Plum #E29CEE
Tints of Plum #E29CEE
RGB
CMYK
RGB Variations
Color information
#E29CEE (or 0xE29CEE) is known color: Plum. HEX triplet: E2, 9C and EE. RGB value is (226,156,238). Sum of RGB (Red+Green+Blue) = 226+156+238=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #E29CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CEE is #1D6311. Grayscale: #BABABA. Windows color (decimal): -1925906 or 15637730. OLE color: 15637730.
HSL color Cylindrical-coordinate representation of color #E29CEE: hue angle of 291.22º degrees, saturation: 0.71, 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 #E29CEE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 156 | 238 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.07 |
| HSL | 291.22º | 0.71% | 0.77% | - |
| HSV(B) | 291.22º | 0.34% | 0.93% | - |
| XYZ | 58.69 | 46.12 | 86.7 | - |
| YUV | 186.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 238 | 0.05 | 0.34 | 0 | 0.07 | 291.22 | 0.71 | 0.77 |
| Hex | E2 | 9C | EE | 5 | 22 | 0 | 7 | 123 | 47 | 4D |
| Octal | 342 | 234 | 356 | 5 | 42 | 0 | 7 | 443 | 107 | 115 |
| Binary | 11100010 | 10011100 | 11101110 | 101 | 100010 | 0 | 111 | 100100011 | 1000111 | 1001101 |
Color Harmonies of #E29CEE
Complementary color
Monochromatic Colors of #E29CEE
Black with #E29CEE
Text Example
Text Example
White with #E29CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CEE; }
p { color: rgb(226,156,238); }
H1.HeaderClassName
{
color: #E29CEE;
}
.AnyTagClassName
{
color: #E29CEE;
}
</style>
background-color css
<style>
a { background-color: #E29CEE; }
a { background-color: rgb(226,156,238); }
div.DivClassName
{
background-color: #E29CEE;
}
.BgClassName
{
background-color: #E29CEE;
}
</style>
border-color css
<style>
span { border-color: #E29CEE; }
span { border-color: rgb(226,156,238); }
td.TdClassName
{
border-color: #E29CEE;
}
.TagClassName
{
border-color: #E29CEE;
}
</style>