Shades of Plum #E2ABEB
Tints of Plum #E2ABEB
RGB
CMYK
RGB Variations
Color information
#E2ABEB (or 0xE2ABEB) is known color: Plum. HEX triplet: E2, AB and EB. RGB value is (226,171,235). Sum of RGB (Red+Green+Blue) = 226+171+235=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABEB is #1D5414. Grayscale: #C2C2C2. Windows color (decimal): -1922069 or 15444962. OLE color: 15444962.
HSL color Cylindrical-coordinate representation of color #E2ABEB: hue angle of 291.56º 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 #E2ABEB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 171 | 235 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.08 |
| HSL | 291.56º | 0.62% | 0.8% | - |
| HSV(B) | 291.56º | 0.27% | 0.92% | - |
| XYZ | 60.92 | 51.29 | 85.29 | - |
| YUV | 194.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 235 | 0.04 | 0.27 | 0 | 0.08 | 291.56 | 0.62 | 0.8 |
| Hex | E2 | AB | EB | 4 | 1B | 0 | 8 | 124 | 3E | 50 |
| Octal | 342 | 253 | 353 | 4 | 33 | 0 | 10 | 444 | 76 | 120 |
| Binary | 11100010 | 10101011 | 11101011 | 100 | 11011 | 0 | 1000 | 100100100 | 111110 | 1010000 |
Color Harmonies of #E2ABEB
Complementary color
Monochromatic Colors of #E2ABEB
Black with #E2ABEB
Text Example
Text Example
White with #E2ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABEB; }
p { color: rgb(226,171,235); }
H1.HeaderClassName
{
color: #E2ABEB;
}
.AnyTagClassName
{
color: #E2ABEB;
}
</style>
background-color css
<style>
a { background-color: #E2ABEB; }
a { background-color: rgb(226,171,235); }
div.DivClassName
{
background-color: #E2ABEB;
}
.BgClassName
{
background-color: #E2ABEB;
}
</style>
border-color css
<style>
span { border-color: #E2ABEB; }
span { border-color: rgb(226,171,235); }
td.TdClassName
{
border-color: #E2ABEB;
}
.TagClassName
{
border-color: #E2ABEB;
}
</style>