Shades of Plum #E48DDC
Tints of Plum #E48DDC
RGB
CMYK
RGB Variations
Color information
#E48DDC (or 0xE48DDC) is known color: Plum. HEX triplet: E4, 8D and DC. RGB value is (228,141,220). Sum of RGB (Red+Green+Blue) = 228+141+220=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DDC is #1B7223. Grayscale: #AFAFAF. Windows color (decimal): -1798692 or 14454244. OLE color: 14454244.
HSL color Cylindrical-coordinate representation of color #E48DDC: hue angle of 305.52º 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 #E48DDC is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 220 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.11 |
| HSL | 305.52º | 0.62% | 0.72% | - |
| HSV(B) | 305.52º | 0.38% | 0.89% | - |
| XYZ | 54.44 | 40.71 | 72.7 | - |
| YUV | 176.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 220 | 0 | 0.38 | 0.04 | 0.11 | 305.52 | 0.62 | 0.72 |
| Hex | E4 | 8D | DC | 0 | 26 | 4 | B | 132 | 3E | 48 |
| Octal | 344 | 215 | 334 | 0 | 46 | 4 | 13 | 462 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11011100 | 0 | 100110 | 100 | 1011 | 100110010 | 111110 | 1001000 |
Color Harmonies of #E48DDC
Complementary color
Monochromatic Colors of #E48DDC
Black with #E48DDC
Text Example
Text Example
White with #E48DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DDC; }
p { color: rgb(228,141,220); }
H1.HeaderClassName
{
color: #E48DDC;
}
.AnyTagClassName
{
color: #E48DDC;
}
</style>
background-color css
<style>
a { background-color: #E48DDC; }
a { background-color: rgb(228,141,220); }
div.DivClassName
{
background-color: #E48DDC;
}
.BgClassName
{
background-color: #E48DDC;
}
</style>
border-color css
<style>
span { border-color: #E48DDC; }
span { border-color: rgb(228,141,220); }
td.TdClassName
{
border-color: #E48DDC;
}
.TagClassName
{
border-color: #E48DDC;
}
</style>