Shades of Plum #E28AD6
Tints of Plum #E28AD6
RGB
CMYK
RGB Variations
Color information
#E28AD6 (or 0xE28AD6) is known color: Plum. HEX triplet: E2, 8A and D6. RGB value is (226,138,214). Sum of RGB (Red+Green+Blue) = 226+138+214=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AD6 is #1D7529. Grayscale: #ACACAC. Windows color (decimal): -1930538 or 14060258. OLE color: 14060258.
HSL color Cylindrical-coordinate representation of color #E28AD6: hue angle of 308.18º 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 #E28AD6 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 214 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.11 |
| HSL | 308.18º | 0.6% | 0.71% | - |
| HSV(B) | 308.18º | 0.39% | 0.89% | - |
| XYZ | 52.59 | 39.2 | 68.41 | - |
| YUV | 172.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 214 | 0 | 0.39 | 0.05 | 0.11 | 308.18 | 0.6 | 0.71 |
| Hex | E2 | 8A | D6 | 0 | 27 | 5 | B | 134 | 3C | 47 |
| Octal | 342 | 212 | 326 | 0 | 47 | 5 | 13 | 464 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11010110 | 0 | 100111 | 101 | 1011 | 100110100 | 111100 | 1000111 |
Color Harmonies of #E28AD6
Complementary color
Monochromatic Colors of #E28AD6
Black with #E28AD6
Text Example
Text Example
White with #E28AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AD6; }
p { color: rgb(226,138,214); }
H1.HeaderClassName
{
color: #E28AD6;
}
.AnyTagClassName
{
color: #E28AD6;
}
</style>
background-color css
<style>
a { background-color: #E28AD6; }
a { background-color: rgb(226,138,214); }
div.DivClassName
{
background-color: #E28AD6;
}
.BgClassName
{
background-color: #E28AD6;
}
</style>
border-color css
<style>
span { border-color: #E28AD6; }
span { border-color: rgb(226,138,214); }
td.TdClassName
{
border-color: #E28AD6;
}
.TagClassName
{
border-color: #E28AD6;
}
</style>