Shades of Plum #E29EEC
Tints of Plum #E29EEC
RGB
CMYK
RGB Variations
Color information
#E29EEC (or 0xE29EEC) is known color: Plum. HEX triplet: E2, 9E and EC. RGB value is (226,158,236). Sum of RGB (Red+Green+Blue) = 226+158+236=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #E29EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EEC is #1D6113. Grayscale: #BABABA. Windows color (decimal): -1925396 or 15507170. OLE color: 15507170.
HSL color Cylindrical-coordinate representation of color #E29EEC: hue angle of 292.31º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29EEC is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 158 | 236 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.07 |
| HSL | 292.31º | 0.67% | 0.77% | - |
| HSV(B) | 292.31º | 0.33% | 0.93% | - |
| XYZ | 58.73 | 46.68 | 85.27 | - |
| YUV | 187.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 236 | 0.04 | 0.33 | 0 | 0.07 | 292.31 | 0.67 | 0.77 |
| Hex | E2 | 9E | EC | 4 | 21 | 0 | 7 | 124 | 43 | 4D |
| Octal | 342 | 236 | 354 | 4 | 41 | 0 | 7 | 444 | 103 | 115 |
| Binary | 11100010 | 10011110 | 11101100 | 100 | 100001 | 0 | 111 | 100100100 | 1000011 | 1001101 |
Color Harmonies of #E29EEC
Complementary color
Monochromatic Colors of #E29EEC
Black with #E29EEC
Text Example
Text Example
White with #E29EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EEC; }
p { color: rgb(226,158,236); }
H1.HeaderClassName
{
color: #E29EEC;
}
.AnyTagClassName
{
color: #E29EEC;
}
</style>
background-color css
<style>
a { background-color: #E29EEC; }
a { background-color: rgb(226,158,236); }
div.DivClassName
{
background-color: #E29EEC;
}
.BgClassName
{
background-color: #E29EEC;
}
</style>
border-color css
<style>
span { border-color: #E29EEC; }
span { border-color: rgb(226,158,236); }
td.TdClassName
{
border-color: #E29EEC;
}
.TagClassName
{
border-color: #E29EEC;
}
</style>