Shades of Plum #E7AAE5
Tints of Plum #E7AAE5
RGB
CMYK
RGB Variations
Color information
#E7AAE5 (or 0xE7AAE5) is known color: Plum. HEX triplet: E7, AA and E5. RGB value is (231,170,229). Sum of RGB (Red+Green+Blue) = 231+170+229=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAE5 is #18551A. Grayscale: #C2C2C2. Windows color (decimal): -1594651 or 15051495. OLE color: 15051495.
HSL color Cylindrical-coordinate representation of color #E7AAE5: hue angle of 301.97º 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 #E7AAE5 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 229 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.09 |
| HSL | 301.97º | 0.56% | 0.79% | - |
| HSV(B) | 301.97º | 0.26% | 0.91% | - |
| XYZ | 61.47 | 51.4 | 80.81 | - |
| YUV | 194.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 229 | 0 | 0.26 | 0.01 | 0.09 | 301.97 | 0.56 | 0.79 |
| Hex | E7 | AA | E5 | 0 | 1A | 1 | 9 | 12E | 38 | 4F |
| Octal | 347 | 252 | 345 | 0 | 32 | 1 | 11 | 456 | 70 | 117 |
| Binary | 11100111 | 10101010 | 11100101 | 0 | 11010 | 1 | 1001 | 100101110 | 111000 | 1001111 |
Color Harmonies of #E7AAE5
Complementary color
Monochromatic Colors of #E7AAE5
Black with #E7AAE5
Text Example
Text Example
White with #E7AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AAE5; }
p { color: rgb(231,170,229); }
H1.HeaderClassName
{
color: #E7AAE5;
}
.AnyTagClassName
{
color: #E7AAE5;
}
</style>
background-color css
<style>
a { background-color: #E7AAE5; }
a { background-color: rgb(231,170,229); }
div.DivClassName
{
background-color: #E7AAE5;
}
.BgClassName
{
background-color: #E7AAE5;
}
</style>
border-color css
<style>
span { border-color: #E7AAE5; }
span { border-color: rgb(231,170,229); }
td.TdClassName
{
border-color: #E7AAE5;
}
.TagClassName
{
border-color: #E7AAE5;
}
</style>