Shades of Plum #E29FDA
Tints of Plum #E29FDA
RGB
CMYK
RGB Variations
Color information
#E29FDA (or 0xE29FDA) is known color: Plum. HEX triplet: E2, 9F and DA. RGB value is (226,159,218). Sum of RGB (Red+Green+Blue) = 226+159+218=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FDA is #1D6025. Grayscale: #B9B9B9. Windows color (decimal): -1925158 or 14327778. OLE color: 14327778.
HSL color Cylindrical-coordinate representation of color #E29FDA: hue angle of 307.16º 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 #E29FDA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 218 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 307.16º | 0.54% | 0.75% | - |
| HSV(B) | 307.16º | 0.3% | 0.89% | - |
| XYZ | 56.42 | 46.03 | 72.24 | - |
| YUV | 185.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 218 | 0 | 0.30 | 0.04 | 0.11 | 307.16 | 0.54 | 0.75 |
| Hex | E2 | 9F | DA | 0 | 1E | 4 | B | 133 | 36 | 4B |
| Octal | 342 | 237 | 332 | 0 | 36 | 4 | 13 | 463 | 66 | 113 |
| Binary | 11100010 | 10011111 | 11011010 | 0 | 11110 | 100 | 1011 | 100110011 | 110110 | 1001011 |
Color Harmonies of #E29FDA
Complementary color
Monochromatic Colors of #E29FDA
Black with #E29FDA
Text Example
Text Example
White with #E29FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FDA; }
p { color: rgb(226,159,218); }
H1.HeaderClassName
{
color: #E29FDA;
}
.AnyTagClassName
{
color: #E29FDA;
}
</style>
background-color css
<style>
a { background-color: #E29FDA; }
a { background-color: rgb(226,159,218); }
div.DivClassName
{
background-color: #E29FDA;
}
.BgClassName
{
background-color: #E29FDA;
}
</style>
border-color css
<style>
span { border-color: #E29FDA; }
span { border-color: rgb(226,159,218); }
td.TdClassName
{
border-color: #E29FDA;
}
.TagClassName
{
border-color: #E29FDA;
}
</style>