Shades of Plum #E1ABDD
Tints of Plum #E1ABDD
RGB
CMYK
RGB Variations
Color information
#E1ABDD (or 0xE1ABDD) is known color: Plum. HEX triplet: E1, AB and DD. RGB value is (225,171,221). Sum of RGB (Red+Green+Blue) = 225+171+221=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABDD is #1E5422. Grayscale: #C0C0C0. Windows color (decimal): -1987619 or 14527457. OLE color: 14527457.
HSL color Cylindrical-coordinate representation of color #E1ABDD: hue angle of 304.44º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABDD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 221 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.12 |
| HSL | 304.44º | 0.47% | 0.78% | - |
| HSV(B) | 304.44º | 0.24% | 0.88% | - |
| XYZ | 58.67 | 50.35 | 75.03 | - |
| YUV | 192.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 221 | 0 | 0.24 | 0.02 | 0.12 | 304.44 | 0.47 | 0.78 |
| Hex | E1 | AB | DD | 0 | 18 | 2 | C | 130 | 2F | 4E |
| Octal | 341 | 253 | 335 | 0 | 30 | 2 | 14 | 460 | 57 | 116 |
| Binary | 11100001 | 10101011 | 11011101 | 0 | 11000 | 10 | 1100 | 100110000 | 101111 | 1001110 |
Color Harmonies of #E1ABDD
Complementary color
Monochromatic Colors of #E1ABDD
Black with #E1ABDD
Text Example
Text Example
White with #E1ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABDD; }
p { color: rgb(225,171,221); }
H1.HeaderClassName
{
color: #E1ABDD;
}
.AnyTagClassName
{
color: #E1ABDD;
}
</style>
background-color css
<style>
a { background-color: #E1ABDD; }
a { background-color: rgb(225,171,221); }
div.DivClassName
{
background-color: #E1ABDD;
}
.BgClassName
{
background-color: #E1ABDD;
}
</style>
border-color css
<style>
span { border-color: #E1ABDD; }
span { border-color: rgb(225,171,221); }
td.TdClassName
{
border-color: #E1ABDD;
}
.TagClassName
{
border-color: #E1ABDD;
}
</style>