Shades of Plum #E28DD2
Tints of Plum #E28DD2
RGB
CMYK
RGB Variations
Color information
#E28DD2 (or 0xE28DD2) is known color: Plum. HEX triplet: E2, 8D and D2. RGB value is (226,141,210). Sum of RGB (Red+Green+Blue) = 226+141+210=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DD2 is #1D722D. Grayscale: #AEAEAE. Windows color (decimal): -1929774 or 13798882. OLE color: 13798882.
HSL color Cylindrical-coordinate representation of color #E28DD2: hue angle of 311.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28DD2 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 210 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.11 |
| HSL | 311.29º | 0.59% | 0.72% | - |
| HSV(B) | 311.29º | 0.38% | 0.89% | - |
| XYZ | 52.52 | 39.87 | 65.9 | - |
| YUV | 174.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 210 | 0 | 0.38 | 0.07 | 0.11 | 311.29 | 0.59 | 0.72 |
| Hex | E2 | 8D | D2 | 0 | 26 | 7 | B | 137 | 3B | 48 |
| Octal | 342 | 215 | 322 | 0 | 46 | 7 | 13 | 467 | 73 | 110 |
| Binary | 11100010 | 10001101 | 11010010 | 0 | 100110 | 111 | 1011 | 100110111 | 111011 | 1001000 |
Color Harmonies of #E28DD2
Complementary color
Monochromatic Colors of #E28DD2
Black with #E28DD2
Text Example
Text Example
White with #E28DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DD2; }
p { color: rgb(226,141,210); }
H1.HeaderClassName
{
color: #E28DD2;
}
.AnyTagClassName
{
color: #E28DD2;
}
</style>
background-color css
<style>
a { background-color: #E28DD2; }
a { background-color: rgb(226,141,210); }
div.DivClassName
{
background-color: #E28DD2;
}
.BgClassName
{
background-color: #E28DD2;
}
</style>
border-color css
<style>
span { border-color: #E28DD2; }
span { border-color: rgb(226,141,210); }
td.TdClassName
{
border-color: #E28DD2;
}
.TagClassName
{
border-color: #E28DD2;
}
</style>