Shades of Plum #E29FD2
Tints of Plum #E29FD2
RGB
CMYK
RGB Variations
Color information
#E29FD2 (or 0xE29FD2) is known color: Plum. HEX triplet: E2, 9F and D2. RGB value is (226,159,210). Sum of RGB (Red+Green+Blue) = 226+159+210=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FD2 is #1D602D. Grayscale: #B8B8B8. Windows color (decimal): -1925166 or 13803490. OLE color: 13803490.
HSL color Cylindrical-coordinate representation of color #E29FD2: hue angle of 314.33º 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 #E29FD2 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 210 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.11 |
| HSL | 314.33º | 0.54% | 0.75% | - |
| HSV(B) | 314.33º | 0.3% | 0.89% | - |
| XYZ | 55.4 | 45.62 | 66.86 | - |
| YUV | 184.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 210 | 0 | 0.30 | 0.07 | 0.11 | 314.33 | 0.54 | 0.75 |
| Hex | E2 | 9F | D2 | 0 | 1E | 7 | B | 13A | 36 | 4B |
| Octal | 342 | 237 | 322 | 0 | 36 | 7 | 13 | 472 | 66 | 113 |
| Binary | 11100010 | 10011111 | 11010010 | 0 | 11110 | 111 | 1011 | 100111010 | 110110 | 1001011 |
Color Harmonies of #E29FD2
Complementary color
Monochromatic Colors of #E29FD2
Black with #E29FD2
Text Example
Text Example
White with #E29FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FD2; }
p { color: rgb(226,159,210); }
H1.HeaderClassName
{
color: #E29FD2;
}
.AnyTagClassName
{
color: #E29FD2;
}
</style>
background-color css
<style>
a { background-color: #E29FD2; }
a { background-color: rgb(226,159,210); }
div.DivClassName
{
background-color: #E29FD2;
}
.BgClassName
{
background-color: #E29FD2;
}
</style>
border-color css
<style>
span { border-color: #E29FD2; }
span { border-color: rgb(226,159,210); }
td.TdClassName
{
border-color: #E29FD2;
}
.TagClassName
{
border-color: #E29FD2;
}
</style>