Shades of Plum #E28DD0
Tints of Plum #E28DD0
RGB
CMYK
RGB Variations
Color information
#E28DD0 (or 0xE28DD0) is known color: Plum. HEX triplet: E2, 8D and D0. RGB value is (226,141,208). Sum of RGB (Red+Green+Blue) = 226+141+208=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DD0 is #1D722F. Grayscale: #ADADAD. Windows color (decimal): -1929776 or 13667810. OLE color: 13667810.
HSL color Cylindrical-coordinate representation of color #E28DD0: hue angle of 312.71º 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 #E28DD0 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 208 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.11 |
| HSL | 312.71º | 0.59% | 0.72% | - |
| HSV(B) | 312.71º | 0.38% | 0.89% | - |
| XYZ | 52.27 | 39.77 | 64.6 | - |
| YUV | 174.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 208 | 0 | 0.38 | 0.08 | 0.11 | 312.71 | 0.59 | 0.72 |
| Hex | E2 | 8D | D0 | 0 | 26 | 8 | B | 139 | 3B | 48 |
| Octal | 342 | 215 | 320 | 0 | 46 | 10 | 13 | 471 | 73 | 110 |
| Binary | 11100010 | 10001101 | 11010000 | 0 | 100110 | 1000 | 1011 | 100111001 | 111011 | 1001000 |
Color Harmonies of #E28DD0
Complementary color
Monochromatic Colors of #E28DD0
Black with #E28DD0
Text Example
Text Example
White with #E28DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DD0; }
p { color: rgb(226,141,208); }
H1.HeaderClassName
{
color: #E28DD0;
}
.AnyTagClassName
{
color: #E28DD0;
}
</style>
background-color css
<style>
a { background-color: #E28DD0; }
a { background-color: rgb(226,141,208); }
div.DivClassName
{
background-color: #E28DD0;
}
.BgClassName
{
background-color: #E28DD0;
}
</style>
border-color css
<style>
span { border-color: #E28DD0; }
span { border-color: rgb(226,141,208); }
td.TdClassName
{
border-color: #E28DD0;
}
.TagClassName
{
border-color: #E28DD0;
}
</style>