Shades of Plum #E48DDD
Tints of Plum #E48DDD
RGB
CMYK
RGB Variations
Color information
#E48DDD (or 0xE48DDD) is known color: Plum. HEX triplet: E4, 8D and DD. RGB value is (228,141,221). Sum of RGB (Red+Green+Blue) = 228+141+221=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DDD is #1B7222. Grayscale: #AFAFAF. Windows color (decimal): -1798691 or 14519780. OLE color: 14519780.
HSL color Cylindrical-coordinate representation of color #E48DDD: hue angle of 304.83º 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 #E48DDD is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 141 | 221 | - |
CMYK | 0 | 0.38 | 0.03 | 0.11 |
HSL | 304.83º | 0.62% | 0.72% | - |
HSV(B) | 304.83º | 0.38% | 0.89% | - |
XYZ | 54.57 | 40.76 | 73.4 | - |
YUV | 176.13 | 153.32 | 165 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 141 | 221 | 0 | 0.38 | 0.03 | 0.11 | 304.83 | 0.62 | 0.72 |
Hex | E4 | 8D | DD | 0 | 26 | 3 | B | 131 | 3E | 48 |
Octal | 344 | 215 | 335 | 0 | 46 | 3 | 13 | 461 | 76 | 110 |
Binary | 11100100 | 10001101 | 11011101 | 0 | 100110 | 11 | 1011 | 100110001 | 111110 | 1001000 |
Color Harmonies of #E48DDD
Complementary color
Monochromatic Colors of #E48DDD
Black with #E48DDD
Text Example
Text Example
White with #E48DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DDD; }
p { color: rgb(228,141,221); }
H1.HeaderClassName
{
color: #E48DDD;
}
.AnyTagClassName
{
color: #E48DDD;
}
</style>
background-color css
<style>
a { background-color: #E48DDD; }
a { background-color: rgb(228,141,221); }
div.DivClassName
{
background-color: #E48DDD;
}
.BgClassName
{
background-color: #E48DDD;
}
</style>
border-color css
<style>
span { border-color: #E48DDD; }
span { border-color: rgb(228,141,221); }
td.TdClassName
{
border-color: #E48DDD;
}
.TagClassName
{
border-color: #E48DDD;
}
</style>