Shades of Plum #E29ED3
Tints of Plum #E29ED3
RGB
CMYK
RGB Variations
Color information
#E29ED3 (or 0xE29ED3) is known color: Plum. HEX triplet: E2, 9E and D3. RGB value is (226,158,211). Sum of RGB (Red+Green+Blue) = 226+158+211=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ED3 is #1D612C. Grayscale: #B8B8B8. Windows color (decimal): -1925421 or 13868770. OLE color: 13868770.
HSL color Cylindrical-coordinate representation of color #E29ED3: hue angle of 313.24º 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 #E29ED3 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 211 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.11 |
| HSL | 313.24º | 0.54% | 0.75% | - |
| HSV(B) | 313.24º | 0.3% | 0.89% | - |
| XYZ | 55.35 | 45.33 | 67.46 | - |
| YUV | 184.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 211 | 0 | 0.30 | 0.07 | 0.11 | 313.24 | 0.54 | 0.75 |
| Hex | E2 | 9E | D3 | 0 | 1E | 7 | B | 139 | 36 | 4B |
| Octal | 342 | 236 | 323 | 0 | 36 | 7 | 13 | 471 | 66 | 113 |
| Binary | 11100010 | 10011110 | 11010011 | 0 | 11110 | 111 | 1011 | 100111001 | 110110 | 1001011 |
Color Harmonies of #E29ED3
Complementary color
Monochromatic Colors of #E29ED3
Black with #E29ED3
Text Example
Text Example
White with #E29ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29ED3; }
p { color: rgb(226,158,211); }
H1.HeaderClassName
{
color: #E29ED3;
}
.AnyTagClassName
{
color: #E29ED3;
}
</style>
background-color css
<style>
a { background-color: #E29ED3; }
a { background-color: rgb(226,158,211); }
div.DivClassName
{
background-color: #E29ED3;
}
.BgClassName
{
background-color: #E29ED3;
}
</style>
border-color css
<style>
span { border-color: #E29ED3; }
span { border-color: rgb(226,158,211); }
td.TdClassName
{
border-color: #E29ED3;
}
.TagClassName
{
border-color: #E29ED3;
}
</style>