Shades of Plum #E29ECF
Tints of Plum #E29ECF
RGB
CMYK
RGB Variations
Color information
#E29ECF (or 0xE29ECF) is known color: Plum. HEX triplet: E2, 9E and CF. RGB value is (226,158,207). Sum of RGB (Red+Green+Blue) = 226+158+207=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ECF is #1D6130. Grayscale: #B7B7B7. Windows color (decimal): -1925425 or 13606626. OLE color: 13606626.
HSL color Cylindrical-coordinate representation of color #E29ECF: hue angle of 316.76º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29ECF is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 207 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.11 |
| HSL | 316.76º | 0.54% | 0.75% | - |
| HSV(B) | 316.76º | 0.3% | 0.89% | - |
| XYZ | 54.85 | 45.13 | 64.85 | - |
| YUV | 183.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 207 | 0 | 0.30 | 0.08 | 0.11 | 316.76 | 0.54 | 0.75 |
| Hex | E2 | 9E | CF | 0 | 1E | 8 | B | 13D | 36 | 4B |
| Octal | 342 | 236 | 317 | 0 | 36 | 10 | 13 | 475 | 66 | 113 |
| Binary | 11100010 | 10011110 | 11001111 | 0 | 11110 | 1000 | 1011 | 100111101 | 110110 | 1001011 |
Color Harmonies of #E29ECF
Complementary color
Monochromatic Colors of #E29ECF
Black with #E29ECF
Text Example
Text Example
White with #E29ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29ECF; }
p { color: rgb(226,158,207); }
H1.HeaderClassName
{
color: #E29ECF;
}
.AnyTagClassName
{
color: #E29ECF;
}
</style>
background-color css
<style>
a { background-color: #E29ECF; }
a { background-color: rgb(226,158,207); }
div.DivClassName
{
background-color: #E29ECF;
}
.BgClassName
{
background-color: #E29ECF;
}
</style>
border-color css
<style>
span { border-color: #E29ECF; }
span { border-color: rgb(226,158,207); }
td.TdClassName
{
border-color: #E29ECF;
}
.TagClassName
{
border-color: #E29ECF;
}
</style>