Shades of Plum #E48DDF
Tints of Plum #E48DDF
RGB
CMYK
RGB Variations
Color information
#E48DDF (or 0xE48DDF) is known color: Plum. HEX triplet: E4, 8D and DF. RGB value is (228,141,223). Sum of RGB (Red+Green+Blue) = 228+141+223=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DDF is #1B7220. Grayscale: #B0B0B0. Windows color (decimal): -1798689 or 14650852. OLE color: 14650852.
HSL color Cylindrical-coordinate representation of color #E48DDF: hue angle of 303.45º 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 #E48DDF is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 223 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.11 |
| HSL | 303.45º | 0.62% | 0.72% | - |
| HSV(B) | 303.45º | 0.38% | 0.89% | - |
| XYZ | 54.84 | 40.87 | 74.81 | - |
| YUV | 176.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 223 | 0 | 0.38 | 0.02 | 0.11 | 303.45 | 0.62 | 0.72 |
| Hex | E4 | 8D | DF | 0 | 26 | 2 | B | 12F | 3E | 48 |
| Octal | 344 | 215 | 337 | 0 | 46 | 2 | 13 | 457 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11011111 | 0 | 100110 | 10 | 1011 | 100101111 | 111110 | 1001000 |
Color Harmonies of #E48DDF
Complementary color
Monochromatic Colors of #E48DDF
Black with #E48DDF
Text Example
Text Example
White with #E48DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DDF; }
p { color: rgb(228,141,223); }
H1.HeaderClassName
{
color: #E48DDF;
}
.AnyTagClassName
{
color: #E48DDF;
}
</style>
background-color css
<style>
a { background-color: #E48DDF; }
a { background-color: rgb(228,141,223); }
div.DivClassName
{
background-color: #E48DDF;
}
.BgClassName
{
background-color: #E48DDF;
}
</style>
border-color css
<style>
span { border-color: #E48DDF; }
span { border-color: rgb(228,141,223); }
td.TdClassName
{
border-color: #E48DDF;
}
.TagClassName
{
border-color: #E48DDF;
}
</style>