Shades of Plum #E7AAE2
Tints of Plum #E7AAE2
RGB
CMYK
RGB Variations
Color information
#E7AAE2 (or 0xE7AAE2) is known color: Plum. HEX triplet: E7, AA and E2. RGB value is (231,170,226). Sum of RGB (Red+Green+Blue) = 231+170+226=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAE2 is #18551D. Grayscale: #C2C2C2. Windows color (decimal): -1594654 or 14854887. OLE color: 14854887.
HSL color Cylindrical-coordinate representation of color #E7AAE2: hue angle of 304.92º 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 #E7AAE2 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 226 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.09 |
| HSL | 304.92º | 0.56% | 0.79% | - |
| HSV(B) | 304.92º | 0.26% | 0.91% | - |
| XYZ | 61.06 | 51.23 | 78.62 | - |
| YUV | 194.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 226 | 0 | 0.26 | 0.02 | 0.09 | 304.92 | 0.56 | 0.79 |
| Hex | E7 | AA | E2 | 0 | 1A | 2 | 9 | 131 | 38 | 4F |
| Octal | 347 | 252 | 342 | 0 | 32 | 2 | 11 | 461 | 70 | 117 |
| Binary | 11100111 | 10101010 | 11100010 | 0 | 11010 | 10 | 1001 | 100110001 | 111000 | 1001111 |
Color Harmonies of #E7AAE2
Complementary color
Monochromatic Colors of #E7AAE2
Black with #E7AAE2
Text Example
Text Example
White with #E7AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AAE2; }
p { color: rgb(231,170,226); }
H1.HeaderClassName
{
color: #E7AAE2;
}
.AnyTagClassName
{
color: #E7AAE2;
}
</style>
background-color css
<style>
a { background-color: #E7AAE2; }
a { background-color: rgb(231,170,226); }
div.DivClassName
{
background-color: #E7AAE2;
}
.BgClassName
{
background-color: #E7AAE2;
}
</style>
border-color css
<style>
span { border-color: #E7AAE2; }
span { border-color: rgb(231,170,226); }
td.TdClassName
{
border-color: #E7AAE2;
}
.TagClassName
{
border-color: #E7AAE2;
}
</style>