Shades of Plum #E4ABE0
Tints of Plum #E4ABE0
RGB
CMYK
RGB Variations
Color information
#E4ABE0 (or 0xE4ABE0) is known color: Plum. HEX triplet: E4, AB and E0. RGB value is (228,171,224). Sum of RGB (Red+Green+Blue) = 228+171+224=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ABE0 is #1B541F. Grayscale: #C1C1C1. Windows color (decimal): -1791008 or 14724068. OLE color: 14724068.
HSL color Cylindrical-coordinate representation of color #E4ABE0: hue angle of 304.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4ABE0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 171 | 224 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.11 |
| HSL | 304.21º | 0.51% | 0.78% | - |
| HSV(B) | 304.21º | 0.25% | 0.89% | - |
| XYZ | 60.01 | 51 | 77.2 | - |
| YUV | 194.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 171 | 224 | 0 | 0.25 | 0.02 | 0.11 | 304.21 | 0.51 | 0.78 |
| Hex | E4 | AB | E0 | 0 | 19 | 2 | B | 130 | 33 | 4E |
| Octal | 344 | 253 | 340 | 0 | 31 | 2 | 13 | 460 | 63 | 116 |
| Binary | 11100100 | 10101011 | 11100000 | 0 | 11001 | 10 | 1011 | 100110000 | 110011 | 1001110 |
Color Harmonies of #E4ABE0
Complementary color
Monochromatic Colors of #E4ABE0
Black with #E4ABE0
Text Example
Text Example
White with #E4ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ABE0; }
p { color: rgb(228,171,224); }
H1.HeaderClassName
{
color: #E4ABE0;
}
.AnyTagClassName
{
color: #E4ABE0;
}
</style>
background-color css
<style>
a { background-color: #E4ABE0; }
a { background-color: rgb(228,171,224); }
div.DivClassName
{
background-color: #E4ABE0;
}
.BgClassName
{
background-color: #E4ABE0;
}
</style>
border-color css
<style>
span { border-color: #E4ABE0; }
span { border-color: rgb(228,171,224); }
td.TdClassName
{
border-color: #E4ABE0;
}
.TagClassName
{
border-color: #E4ABE0;
}
</style>