Shades of Plum #E48CDD
Tints of Plum #E48CDD
RGB
CMYK
RGB Variations
Color information
#E48CDD (or 0xE48CDD) is known color: Plum. HEX triplet: E4, 8C and DD. RGB value is (228,140,221). Sum of RGB (Red+Green+Blue) = 228+140+221=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CDD is #1B7322. Grayscale: #AFAFAF. Windows color (decimal): -1798947 or 14519524. OLE color: 14519524.
HSL color Cylindrical-coordinate representation of color #E48CDD: hue angle of 304.77º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48CDD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 221 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.11 |
| HSL | 304.77º | 0.62% | 0.72% | - |
| HSV(B) | 304.77º | 0.39% | 0.89% | - |
| XYZ | 54.42 | 40.47 | 73.35 | - |
| YUV | 175.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 221 | 0 | 0.39 | 0.03 | 0.11 | 304.77 | 0.62 | 0.72 |
| Hex | E4 | 8C | DD | 0 | 27 | 3 | B | 131 | 3E | 48 |
| Octal | 344 | 214 | 335 | 0 | 47 | 3 | 13 | 461 | 76 | 110 |
| Binary | 11100100 | 10001100 | 11011101 | 0 | 100111 | 11 | 1011 | 100110001 | 111110 | 1001000 |
Color Harmonies of #E48CDD
Complementary color
Monochromatic Colors of #E48CDD
Black with #E48CDD
Text Example
Text Example
White with #E48CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CDD; }
p { color: rgb(228,140,221); }
H1.HeaderClassName
{
color: #E48CDD;
}
.AnyTagClassName
{
color: #E48CDD;
}
</style>
background-color css
<style>
a { background-color: #E48CDD; }
a { background-color: rgb(228,140,221); }
div.DivClassName
{
background-color: #E48CDD;
}
.BgClassName
{
background-color: #E48CDD;
}
</style>
border-color css
<style>
span { border-color: #E48CDD; }
span { border-color: rgb(228,140,221); }
td.TdClassName
{
border-color: #E48CDD;
}
.TagClassName
{
border-color: #E48CDD;
}
</style>