Shades of Mauve #EAAAF5
Tints of Mauve #EAAAF5
RGB
CMYK
RGB Variations
Color information
#EAAAF5 (or 0xEAAAF5) is known color: Mauve. HEX triplet: EA, AA and F5. RGB value is (234,170,245). Sum of RGB (Red+Green+Blue) = 234+170+245=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAAAF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF5 is #15550A. Grayscale: #C5C5C5. Windows color (decimal): -1398027 or 16100074. OLE color: 16100074.
HSL color Cylindrical-coordinate representation of color #EAAAF5: hue angle of 291.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAAAF5 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 170 | 245 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.04 |
| HSL | 291.2º | 0.79% | 0.81% | - |
| HSV(B) | 291.2º | 0.31% | 0.96% | - |
| XYZ | 64.79 | 52.83 | 93.17 | - |
| YUV | 197.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 245 | 0.04 | 0.31 | 0 | 0.04 | 291.2 | 0.79 | 0.81 |
| Hex | EA | AA | F5 | 4 | 1F | 0 | 4 | 123 | 4F | 51 |
| Octal | 352 | 252 | 365 | 4 | 37 | 0 | 4 | 443 | 117 | 121 |
| Binary | 11101010 | 10101010 | 11110101 | 100 | 11111 | 0 | 100 | 100100011 | 1001111 | 1010001 |
Color Harmonies of #EAAAF5
Complementary color
Monochromatic Colors of #EAAAF5
Black with #EAAAF5
Text Example
Text Example
White with #EAAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAF5; }
p { color: rgb(234,170,245); }
H1.HeaderClassName
{
color: #EAAAF5;
}
.AnyTagClassName
{
color: #EAAAF5;
}
</style>
background-color css
<style>
a { background-color: #EAAAF5; }
a { background-color: rgb(234,170,245); }
div.DivClassName
{
background-color: #EAAAF5;
}
.BgClassName
{
background-color: #EAAAF5;
}
</style>
border-color css
<style>
span { border-color: #EAAAF5; }
span { border-color: rgb(234,170,245); }
td.TdClassName
{
border-color: #EAAAF5;
}
.TagClassName
{
border-color: #EAAAF5;
}
</style>