Shades of Plum #E49CDD
Tints of Plum #E49CDD
RGB
CMYK
RGB Variations
Color information
#E49CDD (or 0xE49CDD) is known color: Plum. HEX triplet: E4, 9C and DD. RGB value is (228,156,221). Sum of RGB (Red+Green+Blue) = 228+156+221=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49CDD is #1B6322. Grayscale: #B8B8B8. Windows color (decimal): -1794851 or 14523620. OLE color: 14523620.
HSL color Cylindrical-coordinate representation of color #E49CDD: hue angle of 305.83º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49CDD is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 221 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.11 |
| HSL | 305.83º | 0.57% | 0.75% | - |
| HSV(B) | 305.83º | 0.32% | 0.89% | - |
| XYZ | 56.93 | 45.49 | 74.19 | - |
| YUV | 184.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 221 | 0 | 0.32 | 0.03 | 0.11 | 305.83 | 0.57 | 0.75 |
| Hex | E4 | 9C | DD | 0 | 20 | 3 | B | 132 | 39 | 4B |
| Octal | 344 | 234 | 335 | 0 | 40 | 3 | 13 | 462 | 71 | 113 |
| Binary | 11100100 | 10011100 | 11011101 | 0 | 100000 | 11 | 1011 | 100110010 | 111001 | 1001011 |
Color Harmonies of #E49CDD
Complementary color
Monochromatic Colors of #E49CDD
Black with #E49CDD
Text Example
Text Example
White with #E49CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49CDD; }
p { color: rgb(228,156,221); }
H1.HeaderClassName
{
color: #E49CDD;
}
.AnyTagClassName
{
color: #E49CDD;
}
</style>
background-color css
<style>
a { background-color: #E49CDD; }
a { background-color: rgb(228,156,221); }
div.DivClassName
{
background-color: #E49CDD;
}
.BgClassName
{
background-color: #E49CDD;
}
</style>
border-color css
<style>
span { border-color: #E49CDD; }
span { border-color: rgb(228,156,221); }
td.TdClassName
{
border-color: #E49CDD;
}
.TagClassName
{
border-color: #E49CDD;
}
</style>