Shades of Plum #E29EEF
Tints of Plum #E29EEF
RGB
CMYK
RGB Variations
Color information
#E29EEF (or 0xE29EEF) is known color: Plum. HEX triplet: E2, 9E and EF. RGB value is (226,158,239). Sum of RGB (Red+Green+Blue) = 226+158+239=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #E29EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EEF is #1D6110. Grayscale: #BBBBBB. Windows color (decimal): -1925393 or 15703778. OLE color: 15703778.
HSL color Cylindrical-coordinate representation of color #E29EEF: hue angle of 290.37º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E29EEF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 158 | 239 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.06 |
| HSL | 290.37º | 0.72% | 0.78% | - |
| HSV(B) | 290.37º | 0.34% | 0.94% | - |
| XYZ | 59.17 | 46.85 | 87.59 | - |
| YUV | 187.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 239 | 0.05 | 0.34 | 0 | 0.06 | 290.37 | 0.72 | 0.78 |
| Hex | E2 | 9E | EF | 5 | 22 | 0 | 6 | 122 | 48 | 4E |
| Octal | 342 | 236 | 357 | 5 | 42 | 0 | 6 | 442 | 110 | 116 |
| Binary | 11100010 | 10011110 | 11101111 | 101 | 100010 | 0 | 110 | 100100010 | 1001000 | 1001110 |
Color Harmonies of #E29EEF
Complementary color
Monochromatic Colors of #E29EEF
Black with #E29EEF
Text Example
Text Example
White with #E29EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EEF; }
p { color: rgb(226,158,239); }
H1.HeaderClassName
{
color: #E29EEF;
}
.AnyTagClassName
{
color: #E29EEF;
}
</style>
background-color css
<style>
a { background-color: #E29EEF; }
a { background-color: rgb(226,158,239); }
div.DivClassName
{
background-color: #E29EEF;
}
.BgClassName
{
background-color: #E29EEF;
}
</style>
border-color css
<style>
span { border-color: #E29EEF; }
span { border-color: rgb(226,158,239); }
td.TdClassName
{
border-color: #E29EEF;
}
.TagClassName
{
border-color: #E29EEF;
}
</style>