Shades of Plum #E7ABE5
Tints of Plum #E7ABE5
RGB
CMYK
RGB Variations
Color information
#E7ABE5 (or 0xE7ABE5) is known color: Plum. HEX triplet: E7, AB and E5. RGB value is (231,171,229). Sum of RGB (Red+Green+Blue) = 231+171+229=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABE5 is #18541A. Grayscale: #C3C3C3. Windows color (decimal): -1594395 or 15051751. OLE color: 15051751.
HSL color Cylindrical-coordinate representation of color #E7ABE5: hue angle of 302º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ABE5 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 229 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.09 |
| HSL | 302º | 0.56% | 0.79% | - |
| HSV(B) | 302º | 0.26% | 0.91% | - |
| XYZ | 61.66 | 51.77 | 80.87 | - |
| YUV | 195.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 229 | 0 | 0.26 | 0.01 | 0.09 | 302 | 0.56 | 0.79 |
| Hex | E7 | AB | E5 | 0 | 1A | 1 | 9 | 12E | 38 | 4F |
| Octal | 347 | 253 | 345 | 0 | 32 | 1 | 11 | 456 | 70 | 117 |
| Binary | 11100111 | 10101011 | 11100101 | 0 | 11010 | 1 | 1001 | 100101110 | 111000 | 1001111 |
Color Harmonies of #E7ABE5
Complementary color
Monochromatic Colors of #E7ABE5
Black with #E7ABE5
Text Example
Text Example
White with #E7ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABE5; }
p { color: rgb(231,171,229); }
H1.HeaderClassName
{
color: #E7ABE5;
}
.AnyTagClassName
{
color: #E7ABE5;
}
</style>
background-color css
<style>
a { background-color: #E7ABE5; }
a { background-color: rgb(231,171,229); }
div.DivClassName
{
background-color: #E7ABE5;
}
.BgClassName
{
background-color: #E7ABE5;
}
</style>
border-color css
<style>
span { border-color: #E7ABE5; }
span { border-color: rgb(231,171,229); }
td.TdClassName
{
border-color: #E7ABE5;
}
.TagClassName
{
border-color: #E7ABE5;
}
</style>