Shades of Plum #E29FDF
Tints of Plum #E29FDF
RGB
CMYK
RGB Variations
Color information
#E29FDF (or 0xE29FDF) is known color: Plum. HEX triplet: E2, 9F and DF. RGB value is (226,159,223). Sum of RGB (Red+Green+Blue) = 226+159+223=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FDF is #1D6020. Grayscale: #BABABA. Windows color (decimal): -1925153 or 14655458. OLE color: 14655458.
HSL color Cylindrical-coordinate representation of color #E29FDF: hue angle of 302.69º 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 #E29FDF is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 223 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.11 |
| HSL | 302.69º | 0.54% | 0.75% | - |
| HSV(B) | 302.69º | 0.3% | 0.89% | - |
| XYZ | 57.08 | 46.29 | 75.74 | - |
| YUV | 186.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 223 | 0 | 0.30 | 0.01 | 0.11 | 302.69 | 0.54 | 0.75 |
| Hex | E2 | 9F | DF | 0 | 1E | 1 | B | 12F | 36 | 4B |
| Octal | 342 | 237 | 337 | 0 | 36 | 1 | 13 | 457 | 66 | 113 |
| Binary | 11100010 | 10011111 | 11011111 | 0 | 11110 | 1 | 1011 | 100101111 | 110110 | 1001011 |
Color Harmonies of #E29FDF
Complementary color
Monochromatic Colors of #E29FDF
Black with #E29FDF
Text Example
Text Example
White with #E29FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FDF; }
p { color: rgb(226,159,223); }
H1.HeaderClassName
{
color: #E29FDF;
}
.AnyTagClassName
{
color: #E29FDF;
}
</style>
background-color css
<style>
a { background-color: #E29FDF; }
a { background-color: rgb(226,159,223); }
div.DivClassName
{
background-color: #E29FDF;
}
.BgClassName
{
background-color: #E29FDF;
}
</style>
border-color css
<style>
span { border-color: #E29FDF; }
span { border-color: rgb(226,159,223); }
td.TdClassName
{
border-color: #E29FDF;
}
.TagClassName
{
border-color: #E29FDF;
}
</style>