Shades of Plum #E28AD8
Tints of Plum #E28AD8
RGB
CMYK
RGB Variations
Color information
#E28AD8 (or 0xE28AD8) is known color: Plum. HEX triplet: E2, 8A and D8. RGB value is (226,138,216). Sum of RGB (Red+Green+Blue) = 226+138+216=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AD8 is #1D7527. Grayscale: #ACACAC. Windows color (decimal): -1930536 or 14191330. OLE color: 14191330.
HSL color Cylindrical-coordinate representation of color #E28AD8: hue angle of 306.82º 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 #E28AD8 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 216 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.11 |
| HSL | 306.82º | 0.6% | 0.71% | - |
| HSV(B) | 306.82º | 0.39% | 0.89% | - |
| XYZ | 52.85 | 39.3 | 69.77 | - |
| YUV | 173.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 216 | 0 | 0.39 | 0.04 | 0.11 | 306.82 | 0.6 | 0.71 |
| Hex | E2 | 8A | D8 | 0 | 27 | 4 | B | 133 | 3C | 47 |
| Octal | 342 | 212 | 330 | 0 | 47 | 4 | 13 | 463 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11011000 | 0 | 100111 | 100 | 1011 | 100110011 | 111100 | 1000111 |
Color Harmonies of #E28AD8
Complementary color
Monochromatic Colors of #E28AD8
Black with #E28AD8
Text Example
Text Example
White with #E28AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AD8; }
p { color: rgb(226,138,216); }
H1.HeaderClassName
{
color: #E28AD8;
}
.AnyTagClassName
{
color: #E28AD8;
}
</style>
background-color css
<style>
a { background-color: #E28AD8; }
a { background-color: rgb(226,138,216); }
div.DivClassName
{
background-color: #E28AD8;
}
.BgClassName
{
background-color: #E28AD8;
}
</style>
border-color css
<style>
span { border-color: #E28AD8; }
span { border-color: rgb(226,138,216); }
td.TdClassName
{
border-color: #E28AD8;
}
.TagClassName
{
border-color: #E28AD8;
}
</style>