Shades of Plum #E29FD1
Tints of Plum #E29FD1
RGB
CMYK
RGB Variations
Color information
#E29FD1 (or 0xE29FD1) is known color: Plum. HEX triplet: E2, 9F and D1. RGB value is (226,159,209). Sum of RGB (Red+Green+Blue) = 226+159+209=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FD1 is #1D602E. Grayscale: #B8B8B8. Windows color (decimal): -1925167 or 13737954. OLE color: 13737954.
HSL color Cylindrical-coordinate representation of color #E29FD1: hue angle of 315.22º 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 #E29FD1 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 209 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.11 |
| HSL | 315.22º | 0.54% | 0.75% | - |
| HSV(B) | 315.22º | 0.3% | 0.89% | - |
| XYZ | 55.27 | 45.57 | 66.2 | - |
| YUV | 184.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 209 | 0 | 0.30 | 0.08 | 0.11 | 315.22 | 0.54 | 0.75 |
| Hex | E2 | 9F | D1 | 0 | 1E | 8 | B | 13B | 36 | 4B |
| Octal | 342 | 237 | 321 | 0 | 36 | 10 | 13 | 473 | 66 | 113 |
| Binary | 11100010 | 10011111 | 11010001 | 0 | 11110 | 1000 | 1011 | 100111011 | 110110 | 1001011 |
Color Harmonies of #E29FD1
Complementary color
Monochromatic Colors of #E29FD1
Black with #E29FD1
Text Example
Text Example
White with #E29FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FD1; }
p { color: rgb(226,159,209); }
H1.HeaderClassName
{
color: #E29FD1;
}
.AnyTagClassName
{
color: #E29FD1;
}
</style>
background-color css
<style>
a { background-color: #E29FD1; }
a { background-color: rgb(226,159,209); }
div.DivClassName
{
background-color: #E29FD1;
}
.BgClassName
{
background-color: #E29FD1;
}
</style>
border-color css
<style>
span { border-color: #E29FD1; }
span { border-color: rgb(226,159,209); }
td.TdClassName
{
border-color: #E29FD1;
}
.TagClassName
{
border-color: #E29FD1;
}
</style>