Shades of Plum #E49CDC
Tints of Plum #E49CDC
RGB
CMYK
RGB Variations
Color information
#E49CDC (or 0xE49CDC) is known color: Plum. HEX triplet: E4, 9C and DC. RGB value is (228,156,220). Sum of RGB (Red+Green+Blue) = 228+156+220=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49CDC is #1B6323. Grayscale: #B8B8B8. Windows color (decimal): -1794852 or 14458084. OLE color: 14458084.
HSL color Cylindrical-coordinate representation of color #E49CDC: hue angle of 306.67º 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 #E49CDC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 220 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.11 |
| HSL | 306.67º | 0.57% | 0.75% | - |
| HSV(B) | 306.67º | 0.32% | 0.89% | - |
| XYZ | 56.8 | 45.44 | 73.49 | - |
| YUV | 184.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 220 | 0 | 0.32 | 0.04 | 0.11 | 306.67 | 0.57 | 0.75 |
| Hex | E4 | 9C | DC | 0 | 20 | 4 | B | 133 | 39 | 4B |
| Octal | 344 | 234 | 334 | 0 | 40 | 4 | 13 | 463 | 71 | 113 |
| Binary | 11100100 | 10011100 | 11011100 | 0 | 100000 | 100 | 1011 | 100110011 | 111001 | 1001011 |
Color Harmonies of #E49CDC
Complementary color
Monochromatic Colors of #E49CDC
Black with #E49CDC
Text Example
Text Example
White with #E49CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49CDC; }
p { color: rgb(228,156,220); }
H1.HeaderClassName
{
color: #E49CDC;
}
.AnyTagClassName
{
color: #E49CDC;
}
</style>
background-color css
<style>
a { background-color: #E49CDC; }
a { background-color: rgb(228,156,220); }
div.DivClassName
{
background-color: #E49CDC;
}
.BgClassName
{
background-color: #E49CDC;
}
</style>
border-color css
<style>
span { border-color: #E49CDC; }
span { border-color: rgb(228,156,220); }
td.TdClassName
{
border-color: #E49CDC;
}
.TagClassName
{
border-color: #E49CDC;
}
</style>