Shades of Plum #E28AD2
Tints of Plum #E28AD2
RGB
CMYK
RGB Variations
Color information
#E28AD2 (or 0xE28AD2) is known color: Plum. HEX triplet: E2, 8A and D2. RGB value is (226,138,210). Sum of RGB (Red+Green+Blue) = 226+138+210=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AD2 is #1D752D. Grayscale: #ACACAC. Windows color (decimal): -1930542 or 13798114. OLE color: 13798114.
HSL color Cylindrical-coordinate representation of color #E28AD2: hue angle of 310.91º 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 #E28AD2 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 210 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.11 |
| HSL | 310.91º | 0.6% | 0.71% | - |
| HSV(B) | 310.91º | 0.39% | 0.89% | - |
| XYZ | 52.09 | 39 | 65.76 | - |
| YUV | 172.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 210 | 0 | 0.39 | 0.07 | 0.11 | 310.91 | 0.6 | 0.71 |
| Hex | E2 | 8A | D2 | 0 | 27 | 7 | B | 137 | 3C | 47 |
| Octal | 342 | 212 | 322 | 0 | 47 | 7 | 13 | 467 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11010010 | 0 | 100111 | 111 | 1011 | 100110111 | 111100 | 1000111 |
Color Harmonies of #E28AD2
Complementary color
Monochromatic Colors of #E28AD2
Black with #E28AD2
Text Example
Text Example
White with #E28AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AD2; }
p { color: rgb(226,138,210); }
H1.HeaderClassName
{
color: #E28AD2;
}
.AnyTagClassName
{
color: #E28AD2;
}
</style>
background-color css
<style>
a { background-color: #E28AD2; }
a { background-color: rgb(226,138,210); }
div.DivClassName
{
background-color: #E28AD2;
}
.BgClassName
{
background-color: #E28AD2;
}
</style>
border-color css
<style>
span { border-color: #E28AD2; }
span { border-color: rgb(226,138,210); }
td.TdClassName
{
border-color: #E28AD2;
}
.TagClassName
{
border-color: #E28AD2;
}
</style>