Shades of Plum #E1ABDE
Tints of Plum #E1ABDE
RGB
CMYK
RGB Variations
Color information
#E1ABDE (or 0xE1ABDE) is known color: Plum. HEX triplet: E1, AB and DE. RGB value is (225,171,222). Sum of RGB (Red+Green+Blue) = 225+171+222=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABDE is #1E5421. Grayscale: #C0C0C0. Windows color (decimal): -1987618 or 14592993. OLE color: 14592993.
HSL color Cylindrical-coordinate representation of color #E1ABDE: hue angle of 303.33º 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 #E1ABDE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 222 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.12 |
| HSL | 303.33º | 0.47% | 0.78% | - |
| HSV(B) | 303.33º | 0.24% | 0.88% | - |
| XYZ | 58.8 | 50.41 | 75.74 | - |
| YUV | 192.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 222 | 0 | 0.24 | 0.01 | 0.12 | 303.33 | 0.47 | 0.78 |
| Hex | E1 | AB | DE | 0 | 18 | 1 | C | 12F | 2F | 4E |
| Octal | 341 | 253 | 336 | 0 | 30 | 1 | 14 | 457 | 57 | 116 |
| Binary | 11100001 | 10101011 | 11011110 | 0 | 11000 | 1 | 1100 | 100101111 | 101111 | 1001110 |
Color Harmonies of #E1ABDE
Complementary color
Monochromatic Colors of #E1ABDE
Black with #E1ABDE
Text Example
Text Example
White with #E1ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABDE; }
p { color: rgb(225,171,222); }
H1.HeaderClassName
{
color: #E1ABDE;
}
.AnyTagClassName
{
color: #E1ABDE;
}
</style>
background-color css
<style>
a { background-color: #E1ABDE; }
a { background-color: rgb(225,171,222); }
div.DivClassName
{
background-color: #E1ABDE;
}
.BgClassName
{
background-color: #E1ABDE;
}
</style>
border-color css
<style>
span { border-color: #E1ABDE; }
span { border-color: rgb(225,171,222); }
td.TdClassName
{
border-color: #E1ABDE;
}
.TagClassName
{
border-color: #E1ABDE;
}
</style>