Shades of Plum #E49DD5
Tints of Plum #E49DD5
RGB
CMYK
RGB Variations
Color information
#E49DD5 (or 0xE49DD5) is known color: Plum. HEX triplet: E4, 9D and D5. RGB value is (228,157,213). Sum of RGB (Red+Green+Blue) = 228+157+213=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DD5 is #1B622A. Grayscale: #B8B8B8. Windows color (decimal): -1794603 or 13999588. OLE color: 13999588.
HSL color Cylindrical-coordinate representation of color #E49DD5: hue angle of 312.68º 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 #E49DD5 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 213 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.11 |
| HSL | 312.68º | 0.57% | 0.75% | - |
| HSV(B) | 312.68º | 0.31% | 0.89% | - |
| XYZ | 56.06 | 45.41 | 68.76 | - |
| YUV | 184.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 213 | 0 | 0.31 | 0.07 | 0.11 | 312.68 | 0.57 | 0.75 |
| Hex | E4 | 9D | D5 | 0 | 1F | 7 | B | 139 | 39 | 4B |
| Octal | 344 | 235 | 325 | 0 | 37 | 7 | 13 | 471 | 71 | 113 |
| Binary | 11100100 | 10011101 | 11010101 | 0 | 11111 | 111 | 1011 | 100111001 | 111001 | 1001011 |
Color Harmonies of #E49DD5
Complementary color
Monochromatic Colors of #E49DD5
Black with #E49DD5
Text Example
Text Example
White with #E49DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DD5; }
p { color: rgb(228,157,213); }
H1.HeaderClassName
{
color: #E49DD5;
}
.AnyTagClassName
{
color: #E49DD5;
}
</style>
background-color css
<style>
a { background-color: #E49DD5; }
a { background-color: rgb(228,157,213); }
div.DivClassName
{
background-color: #E49DD5;
}
.BgClassName
{
background-color: #E49DD5;
}
</style>
border-color css
<style>
span { border-color: #E49DD5; }
span { border-color: rgb(228,157,213); }
td.TdClassName
{
border-color: #E49DD5;
}
.TagClassName
{
border-color: #E49DD5;
}
</style>