Shades of Plum #E29ADF
Tints of Plum #E29ADF
RGB
CMYK
RGB Variations
Color information
#E29ADF (or 0xE29ADF) is known color: Plum. HEX triplet: E2, 9A and DF. RGB value is (226,154,223). Sum of RGB (Red+Green+Blue) = 226+154+223=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ADF is #1D6520. Grayscale: #B7B7B7. Windows color (decimal): -1926433 or 14654178. OLE color: 14654178.
HSL color Cylindrical-coordinate representation of color #E29ADF: hue angle of 302.5º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29ADF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 223 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.11 |
| HSL | 302.5º | 0.55% | 0.75% | - |
| HSV(B) | 302.5º | 0.32% | 0.89% | - |
| XYZ | 56.24 | 44.61 | 75.46 | - |
| YUV | 183.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 223 | 0 | 0.32 | 0.01 | 0.11 | 302.5 | 0.55 | 0.75 |
| Hex | E2 | 9A | DF | 0 | 20 | 1 | B | 12E | 37 | 4B |
| Octal | 342 | 232 | 337 | 0 | 40 | 1 | 13 | 456 | 67 | 113 |
| Binary | 11100010 | 10011010 | 11011111 | 0 | 100000 | 1 | 1011 | 100101110 | 110111 | 1001011 |
Color Harmonies of #E29ADF
Complementary color
Monochromatic Colors of #E29ADF
Black with #E29ADF
Text Example
Text Example
White with #E29ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29ADF; }
p { color: rgb(226,154,223); }
H1.HeaderClassName
{
color: #E29ADF;
}
.AnyTagClassName
{
color: #E29ADF;
}
</style>
background-color css
<style>
a { background-color: #E29ADF; }
a { background-color: rgb(226,154,223); }
div.DivClassName
{
background-color: #E29ADF;
}
.BgClassName
{
background-color: #E29ADF;
}
</style>
border-color css
<style>
span { border-color: #E29ADF; }
span { border-color: rgb(226,154,223); }
td.TdClassName
{
border-color: #E29ADF;
}
.TagClassName
{
border-color: #E29ADF;
}
</style>