Shades of Plum #E2ABEA
Tints of Plum #E2ABEA
RGB
CMYK
RGB Variations
Color information
#E2ABEA (or 0xE2ABEA) is known color: Plum. HEX triplet: E2, AB and EA. RGB value is (226,171,234). Sum of RGB (Red+Green+Blue) = 226+171+234=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABEA is #1D5415. Grayscale: #C2C2C2. Windows color (decimal): -1922070 or 15379426. OLE color: 15379426.
HSL color Cylindrical-coordinate representation of color #E2ABEA: hue angle of 292.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2ABEA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 171 | 234 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.08 |
| HSL | 292.38º | 0.6% | 0.79% | - |
| HSV(B) | 292.38º | 0.27% | 0.92% | - |
| XYZ | 60.78 | 51.24 | 84.53 | - |
| YUV | 194.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 234 | 0.03 | 0.27 | 0 | 0.08 | 292.38 | 0.6 | 0.79 |
| Hex | E2 | AB | EA | 3 | 1B | 0 | 8 | 124 | 3C | 4F |
| Octal | 342 | 253 | 352 | 3 | 33 | 0 | 10 | 444 | 74 | 117 |
| Binary | 11100010 | 10101011 | 11101010 | 11 | 11011 | 0 | 1000 | 100100100 | 111100 | 1001111 |
Color Harmonies of #E2ABEA
Complementary color
Monochromatic Colors of #E2ABEA
Black with #E2ABEA
Text Example
Text Example
White with #E2ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABEA; }
p { color: rgb(226,171,234); }
H1.HeaderClassName
{
color: #E2ABEA;
}
.AnyTagClassName
{
color: #E2ABEA;
}
</style>
background-color css
<style>
a { background-color: #E2ABEA; }
a { background-color: rgb(226,171,234); }
div.DivClassName
{
background-color: #E2ABEA;
}
.BgClassName
{
background-color: #E2ABEA;
}
</style>
border-color css
<style>
span { border-color: #E2ABEA; }
span { border-color: rgb(226,171,234); }
td.TdClassName
{
border-color: #E2ABEA;
}
.TagClassName
{
border-color: #E2ABEA;
}
</style>