Shades of Plum #E1ABEC
Tints of Plum #E1ABEC
RGB
CMYK
RGB Variations
Color information
#E1ABEC (or 0xE1ABEC) is known color: Plum. HEX triplet: E1, AB and EC. RGB value is (225,171,236). Sum of RGB (Red+Green+Blue) = 225+171+236=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABEC is #1E5413. Grayscale: #C2C2C2. Windows color (decimal): -1987604 or 15510497. OLE color: 15510497.
HSL color Cylindrical-coordinate representation of color #E1ABEC: hue angle of 289.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1ABEC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 171 | 236 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.07 |
| HSL | 289.85º | 0.63% | 0.8% | - |
| HSV(B) | 289.85º | 0.28% | 0.93% | - |
| XYZ | 60.75 | 51.19 | 86.04 | - |
| YUV | 194.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 236 | 0.05 | 0.28 | 0 | 0.07 | 289.85 | 0.63 | 0.8 |
| Hex | E1 | AB | EC | 5 | 1C | 0 | 7 | 122 | 3F | 50 |
| Octal | 341 | 253 | 354 | 5 | 34 | 0 | 7 | 442 | 77 | 120 |
| Binary | 11100001 | 10101011 | 11101100 | 101 | 11100 | 0 | 111 | 100100010 | 111111 | 1010000 |
Color Harmonies of #E1ABEC
Complementary color
Monochromatic Colors of #E1ABEC
Black with #E1ABEC
Text Example
Text Example
White with #E1ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABEC; }
p { color: rgb(225,171,236); }
H1.HeaderClassName
{
color: #E1ABEC;
}
.AnyTagClassName
{
color: #E1ABEC;
}
</style>
background-color css
<style>
a { background-color: #E1ABEC; }
a { background-color: rgb(225,171,236); }
div.DivClassName
{
background-color: #E1ABEC;
}
.BgClassName
{
background-color: #E1ABEC;
}
</style>
border-color css
<style>
span { border-color: #E1ABEC; }
span { border-color: rgb(225,171,236); }
td.TdClassName
{
border-color: #E1ABEC;
}
.TagClassName
{
border-color: #E1ABEC;
}
</style>