Shades of Plum #E5ABE0
Tints of Plum #E5ABE0
RGB
CMYK
RGB Variations
Color information
#E5ABE0 (or 0xE5ABE0) is known color: Plum. HEX triplet: E5, AB and E0. RGB value is (229,171,224). Sum of RGB (Red+Green+Blue) = 229+171+224=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABE0 is #1A541F. Grayscale: #C2C2C2. Windows color (decimal): -1725472 or 14724069. OLE color: 14724069.
HSL color Cylindrical-coordinate representation of color #E5ABE0: hue angle of 305.17º 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 #E5ABE0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 224 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.10 |
| HSL | 305.17º | 0.53% | 0.78% | - |
| HSV(B) | 305.17º | 0.25% | 0.9% | - |
| XYZ | 60.33 | 51.17 | 77.22 | - |
| YUV | 194.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 224 | 0 | 0.25 | 0.02 | 0.10 | 305.17 | 0.53 | 0.78 |
| Hex | E5 | AB | E0 | 0 | 19 | 2 | A | 131 | 35 | 4E |
| Octal | 345 | 253 | 340 | 0 | 31 | 2 | 12 | 461 | 65 | 116 |
| Binary | 11100101 | 10101011 | 11100000 | 0 | 11001 | 10 | 1010 | 100110001 | 110101 | 1001110 |
Color Harmonies of #E5ABE0
Complementary color
Monochromatic Colors of #E5ABE0
Black with #E5ABE0
Text Example
Text Example
White with #E5ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABE0; }
p { color: rgb(229,171,224); }
H1.HeaderClassName
{
color: #E5ABE0;
}
.AnyTagClassName
{
color: #E5ABE0;
}
</style>
background-color css
<style>
a { background-color: #E5ABE0; }
a { background-color: rgb(229,171,224); }
div.DivClassName
{
background-color: #E5ABE0;
}
.BgClassName
{
background-color: #E5ABE0;
}
</style>
border-color css
<style>
span { border-color: #E5ABE0; }
span { border-color: rgb(229,171,224); }
td.TdClassName
{
border-color: #E5ABE0;
}
.TagClassName
{
border-color: #E5ABE0;
}
</style>