Shades of Plum #E28AD9
Tints of Plum #E28AD9
RGB
CMYK
RGB Variations
Color information
#E28AD9 (or 0xE28AD9) is known color: Plum. HEX triplet: E2, 8A and D9. RGB value is (226,138,217). Sum of RGB (Red+Green+Blue) = 226+138+217=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AD9 is #1D7526. Grayscale: #ADADAD. Windows color (decimal): -1930535 or 14256866. OLE color: 14256866.
HSL color Cylindrical-coordinate representation of color #E28AD9: hue angle of 306.14º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28AD9 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 217 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.11 |
| HSL | 306.14º | 0.6% | 0.71% | - |
| HSV(B) | 306.14º | 0.39% | 0.89% | - |
| XYZ | 52.98 | 39.36 | 70.45 | - |
| YUV | 173.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 217 | 0 | 0.39 | 0.04 | 0.11 | 306.14 | 0.6 | 0.71 |
| Hex | E2 | 8A | D9 | 0 | 27 | 4 | B | 132 | 3C | 47 |
| Octal | 342 | 212 | 331 | 0 | 47 | 4 | 13 | 462 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11011001 | 0 | 100111 | 100 | 1011 | 100110010 | 111100 | 1000111 |
Color Harmonies of #E28AD9
Complementary color
Monochromatic Colors of #E28AD9
Black with #E28AD9
Text Example
Text Example
White with #E28AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AD9; }
p { color: rgb(226,138,217); }
H1.HeaderClassName
{
color: #E28AD9;
}
.AnyTagClassName
{
color: #E28AD9;
}
</style>
background-color css
<style>
a { background-color: #E28AD9; }
a { background-color: rgb(226,138,217); }
div.DivClassName
{
background-color: #E28AD9;
}
.BgClassName
{
background-color: #E28AD9;
}
</style>
border-color css
<style>
span { border-color: #E28AD9; }
span { border-color: rgb(226,138,217); }
td.TdClassName
{
border-color: #E28AD9;
}
.TagClassName
{
border-color: #E28AD9;
}
</style>