Shades of Plum #E5ABEB
Tints of Plum #E5ABEB
RGB
CMYK
RGB Variations
Color information
#E5ABEB (or 0xE5ABEB) is known color: Plum. HEX triplet: E5, AB and EB. RGB value is (229,171,235). Sum of RGB (Red+Green+Blue) = 229+171+235=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABEB is #1A5414. Grayscale: #C3C3C3. Windows color (decimal): -1725461 or 15444965. OLE color: 15444965.
HSL color Cylindrical-coordinate representation of color #E5ABEB: hue angle of 294.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5ABEB is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 171 | 235 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.08 |
| HSL | 294.38º | 0.62% | 0.8% | - |
| HSV(B) | 294.38º | 0.27% | 0.92% | - |
| XYZ | 61.87 | 51.78 | 85.33 | - |
| YUV | 195.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 235 | 0.03 | 0.27 | 0 | 0.08 | 294.38 | 0.62 | 0.8 |
| Hex | E5 | AB | EB | 3 | 1B | 0 | 8 | 126 | 3E | 50 |
| Octal | 345 | 253 | 353 | 3 | 33 | 0 | 10 | 446 | 76 | 120 |
| Binary | 11100101 | 10101011 | 11101011 | 11 | 11011 | 0 | 1000 | 100100110 | 111110 | 1010000 |
Color Harmonies of #E5ABEB
Complementary color
Monochromatic Colors of #E5ABEB
Black with #E5ABEB
Text Example
Text Example
White with #E5ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABEB; }
p { color: rgb(229,171,235); }
H1.HeaderClassName
{
color: #E5ABEB;
}
.AnyTagClassName
{
color: #E5ABEB;
}
</style>
background-color css
<style>
a { background-color: #E5ABEB; }
a { background-color: rgb(229,171,235); }
div.DivClassName
{
background-color: #E5ABEB;
}
.BgClassName
{
background-color: #E5ABEB;
}
</style>
border-color css
<style>
span { border-color: #E5ABEB; }
span { border-color: rgb(229,171,235); }
td.TdClassName
{
border-color: #E5ABEB;
}
.TagClassName
{
border-color: #E5ABEB;
}
</style>