Shades of Plum #E48DD0
Tints of Plum #E48DD0
RGB
CMYK
RGB Variations
Color information
#E48DD0 (or 0xE48DD0) is known color: Plum. HEX triplet: E4, 8D and D0. RGB value is (228,141,208). Sum of RGB (Red+Green+Blue) = 228+141+208=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DD0 is #1B722F. Grayscale: #AEAEAE. Windows color (decimal): -1798704 or 13667812. OLE color: 13667812.
HSL color Cylindrical-coordinate representation of color #E48DD0: hue angle of 313.79º degrees, saturation: 0.62, 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 #E48DD0 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 208 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.11 |
| HSL | 313.79º | 0.62% | 0.72% | - |
| HSV(B) | 313.79º | 0.38% | 0.89% | - |
| XYZ | 52.9 | 40.1 | 64.63 | - |
| YUV | 174.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 208 | 0 | 0.38 | 0.09 | 0.11 | 313.79 | 0.62 | 0.72 |
| Hex | E4 | 8D | D0 | 0 | 26 | 9 | B | 13A | 3E | 48 |
| Octal | 344 | 215 | 320 | 0 | 46 | 11 | 13 | 472 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11010000 | 0 | 100110 | 1001 | 1011 | 100111010 | 111110 | 1001000 |
Color Harmonies of #E48DD0
Complementary color
Monochromatic Colors of #E48DD0
Black with #E48DD0
Text Example
Text Example
White with #E48DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DD0; }
p { color: rgb(228,141,208); }
H1.HeaderClassName
{
color: #E48DD0;
}
.AnyTagClassName
{
color: #E48DD0;
}
</style>
background-color css
<style>
a { background-color: #E48DD0; }
a { background-color: rgb(228,141,208); }
div.DivClassName
{
background-color: #E48DD0;
}
.BgClassName
{
background-color: #E48DD0;
}
</style>
border-color css
<style>
span { border-color: #E48DD0; }
span { border-color: rgb(228,141,208); }
td.TdClassName
{
border-color: #E48DD0;
}
.TagClassName
{
border-color: #E48DD0;
}
</style>