Shades of Plum #E49DD2
Tints of Plum #E49DD2
RGB
CMYK
RGB Variations
Color information
#E49DD2 (or 0xE49DD2) is known color: Plum. HEX triplet: E4, 9D and D2. RGB value is (228,157,210). Sum of RGB (Red+Green+Blue) = 228+157+210=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DD2 is #1B622D. Grayscale: #B8B8B8. Windows color (decimal): -1794606 or 13802980. OLE color: 13802980.
HSL color Cylindrical-coordinate representation of color #E49DD2: hue angle of 315.21º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DD2 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 210 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.11 |
| HSL | 315.21º | 0.57% | 0.75% | - |
| HSV(B) | 315.21º | 0.31% | 0.89% | - |
| XYZ | 55.68 | 45.26 | 66.77 | - |
| YUV | 184.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 210 | 0 | 0.31 | 0.08 | 0.11 | 315.21 | 0.57 | 0.75 |
| Hex | E4 | 9D | D2 | 0 | 1F | 8 | B | 13B | 39 | 4B |
| Octal | 344 | 235 | 322 | 0 | 37 | 10 | 13 | 473 | 71 | 113 |
| Binary | 11100100 | 10011101 | 11010010 | 0 | 11111 | 1000 | 1011 | 100111011 | 111001 | 1001011 |
Color Harmonies of #E49DD2
Complementary color
Monochromatic Colors of #E49DD2
Black with #E49DD2
Text Example
Text Example
White with #E49DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DD2; }
p { color: rgb(228,157,210); }
H1.HeaderClassName
{
color: #E49DD2;
}
.AnyTagClassName
{
color: #E49DD2;
}
</style>
background-color css
<style>
a { background-color: #E49DD2; }
a { background-color: rgb(228,157,210); }
div.DivClassName
{
background-color: #E49DD2;
}
.BgClassName
{
background-color: #E49DD2;
}
</style>
border-color css
<style>
span { border-color: #E49DD2; }
span { border-color: rgb(228,157,210); }
td.TdClassName
{
border-color: #E49DD2;
}
.TagClassName
{
border-color: #E49DD2;
}
</style>