Shades of Plum #E49BDC
Tints of Plum #E49BDC
RGB
CMYK
RGB Variations
Color information
#E49BDC (or 0xE49BDC) is known color: Plum. HEX triplet: E4, 9B and DC. RGB value is (228,155,220). Sum of RGB (Red+Green+Blue) = 228+155+220=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49BDC is #1B6423. Grayscale: #B8B8B8. Windows color (decimal): -1795108 or 14457828. OLE color: 14457828.
HSL color Cylindrical-coordinate representation of color #E49BDC: hue angle of 306.58º 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 #E49BDC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 220 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.11 |
| HSL | 306.58º | 0.57% | 0.75% | - |
| HSV(B) | 306.58º | 0.32% | 0.89% | - |
| XYZ | 56.63 | 45.1 | 73.43 | - |
| YUV | 184.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 220 | 0 | 0.32 | 0.04 | 0.11 | 306.58 | 0.57 | 0.75 |
| Hex | E4 | 9B | DC | 0 | 20 | 4 | B | 133 | 39 | 4B |
| Octal | 344 | 233 | 334 | 0 | 40 | 4 | 13 | 463 | 71 | 113 |
| Binary | 11100100 | 10011011 | 11011100 | 0 | 100000 | 100 | 1011 | 100110011 | 111001 | 1001011 |
Color Harmonies of #E49BDC
Complementary color
Monochromatic Colors of #E49BDC
Black with #E49BDC
Text Example
Text Example
White with #E49BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BDC; }
p { color: rgb(228,155,220); }
H1.HeaderClassName
{
color: #E49BDC;
}
.AnyTagClassName
{
color: #E49BDC;
}
</style>
background-color css
<style>
a { background-color: #E49BDC; }
a { background-color: rgb(228,155,220); }
div.DivClassName
{
background-color: #E49BDC;
}
.BgClassName
{
background-color: #E49BDC;
}
</style>
border-color css
<style>
span { border-color: #E49BDC; }
span { border-color: rgb(228,155,220); }
td.TdClassName
{
border-color: #E49BDC;
}
.TagClassName
{
border-color: #E49BDC;
}
</style>