Shades of Plum #E2ABE0
Tints of Plum #E2ABE0
RGB
CMYK
RGB Variations
Color information
#E2ABE0 (or 0xE2ABE0) is known color: Plum. HEX triplet: E2, AB and E0. RGB value is (226,171,224). Sum of RGB (Red+Green+Blue) = 226+171+224=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABE0 is #1D541F. Grayscale: #C1C1C1. Windows color (decimal): -1922080 or 14724066. OLE color: 14724066.
HSL color Cylindrical-coordinate representation of color #E2ABE0: hue angle of 302.18º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABE0 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 224 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.11 |
| HSL | 302.18º | 0.49% | 0.78% | - |
| HSV(B) | 302.18º | 0.24% | 0.89% | - |
| XYZ | 59.38 | 50.68 | 77.17 | - |
| YUV | 193.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 224 | 0 | 0.24 | 0.01 | 0.11 | 302.18 | 0.49 | 0.78 |
| Hex | E2 | AB | E0 | 0 | 18 | 1 | B | 12E | 31 | 4E |
| Octal | 342 | 253 | 340 | 0 | 30 | 1 | 13 | 456 | 61 | 116 |
| Binary | 11100010 | 10101011 | 11100000 | 0 | 11000 | 1 | 1011 | 100101110 | 110001 | 1001110 |
Color Harmonies of #E2ABE0
Complementary color
Monochromatic Colors of #E2ABE0
Black with #E2ABE0
Text Example
Text Example
White with #E2ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABE0; }
p { color: rgb(226,171,224); }
H1.HeaderClassName
{
color: #E2ABE0;
}
.AnyTagClassName
{
color: #E2ABE0;
}
</style>
background-color css
<style>
a { background-color: #E2ABE0; }
a { background-color: rgb(226,171,224); }
div.DivClassName
{
background-color: #E2ABE0;
}
.BgClassName
{
background-color: #E2ABE0;
}
</style>
border-color css
<style>
span { border-color: #E2ABE0; }
span { border-color: rgb(226,171,224); }
td.TdClassName
{
border-color: #E2ABE0;
}
.TagClassName
{
border-color: #E2ABE0;
}
</style>