Shades of Plum #E1ABE5
Tints of Plum #E1ABE5
RGB
CMYK
RGB Variations
Color information
#E1ABE5 (or 0xE1ABE5) is known color: Plum. HEX triplet: E1, AB and E5. RGB value is (225,171,229). Sum of RGB (Red+Green+Blue) = 225+171+229=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1ABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABE5 is #1E541A. Grayscale: #C1C1C1. Windows color (decimal): -1987611 or 15051745. OLE color: 15051745.
HSL color Cylindrical-coordinate representation of color #E1ABE5: hue angle of 295.86º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1ABE5 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 171 | 229 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.10 |
| HSL | 295.86º | 0.53% | 0.78% | - |
| HSV(B) | 295.86º | 0.25% | 0.9% | - |
| XYZ | 59.76 | 50.79 | 80.78 | - |
| YUV | 193.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 229 | 0.02 | 0.25 | 0 | 0.10 | 295.86 | 0.53 | 0.78 |
| Hex | E1 | AB | E5 | 2 | 19 | 0 | A | 128 | 35 | 4E |
| Octal | 341 | 253 | 345 | 2 | 31 | 0 | 12 | 450 | 65 | 116 |
| Binary | 11100001 | 10101011 | 11100101 | 10 | 11001 | 0 | 1010 | 100101000 | 110101 | 1001110 |
Color Harmonies of #E1ABE5
Complementary color
Monochromatic Colors of #E1ABE5
Black with #E1ABE5
Text Example
Text Example
White with #E1ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABE5; }
p { color: rgb(225,171,229); }
H1.HeaderClassName
{
color: #E1ABE5;
}
.AnyTagClassName
{
color: #E1ABE5;
}
</style>
background-color css
<style>
a { background-color: #E1ABE5; }
a { background-color: rgb(225,171,229); }
div.DivClassName
{
background-color: #E1ABE5;
}
.BgClassName
{
background-color: #E1ABE5;
}
</style>
border-color css
<style>
span { border-color: #E1ABE5; }
span { border-color: rgb(225,171,229); }
td.TdClassName
{
border-color: #E1ABE5;
}
.TagClassName
{
border-color: #E1ABE5;
}
</style>