Shades of Plum #E48CDA
Tints of Plum #E48CDA
RGB
CMYK
RGB Variations
Color information
#E48CDA (or 0xE48CDA) is known color: Plum. HEX triplet: E4, 8C and DA. RGB value is (228,140,218). Sum of RGB (Red+Green+Blue) = 228+140+218=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CDA is #1B7325. Grayscale: #AEAEAE. Windows color (decimal): -1798950 or 14322916. OLE color: 14322916.
HSL color Cylindrical-coordinate representation of color #E48CDA: hue angle of 306.82º 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 #E48CDA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 218 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.11 |
| HSL | 306.82º | 0.62% | 0.72% | - |
| HSV(B) | 306.82º | 0.39% | 0.89% | - |
| XYZ | 54.03 | 40.31 | 71.26 | - |
| YUV | 175.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 218 | 0 | 0.39 | 0.04 | 0.11 | 306.82 | 0.62 | 0.72 |
| Hex | E4 | 8C | DA | 0 | 27 | 4 | B | 133 | 3E | 48 |
| Octal | 344 | 214 | 332 | 0 | 47 | 4 | 13 | 463 | 76 | 110 |
| Binary | 11100100 | 10001100 | 11011010 | 0 | 100111 | 100 | 1011 | 100110011 | 111110 | 1001000 |
Color Harmonies of #E48CDA
Complementary color
Monochromatic Colors of #E48CDA
Black with #E48CDA
Text Example
Text Example
White with #E48CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CDA; }
p { color: rgb(228,140,218); }
H1.HeaderClassName
{
color: #E48CDA;
}
.AnyTagClassName
{
color: #E48CDA;
}
</style>
background-color css
<style>
a { background-color: #E48CDA; }
a { background-color: rgb(228,140,218); }
div.DivClassName
{
background-color: #E48CDA;
}
.BgClassName
{
background-color: #E48CDA;
}
</style>
border-color css
<style>
span { border-color: #E48CDA; }
span { border-color: rgb(228,140,218); }
td.TdClassName
{
border-color: #E48CDA;
}
.TagClassName
{
border-color: #E48CDA;
}
</style>