Shades of Mauve #EAAFF4
Tints of Mauve #EAAFF4
RGB
CMYK
RGB Variations
Color information
#EAAFF4 (or 0xEAAFF4) is known color: Mauve. HEX triplet: EA, AF and F4. RGB value is (234,175,244). Sum of RGB (Red+Green+Blue) = 234+175+244=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF4 is #15500B. Grayscale: #C8C8C8. Windows color (decimal): -1396748 or 16035818. OLE color: 16035818.
HSL color Cylindrical-coordinate representation of color #EAAFF4: hue angle of 291.3º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAAFF4 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 175 | 244 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.04 |
| HSL | 291.3º | 0.76% | 0.82% | - |
| HSV(B) | 291.3º | 0.28% | 0.96% | - |
| XYZ | 65.59 | 54.68 | 92.69 | - |
| YUV | 200.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 244 | 0.04 | 0.28 | 0 | 0.04 | 291.3 | 0.76 | 0.82 |
| Hex | EA | AF | F4 | 4 | 1C | 0 | 4 | 123 | 4C | 52 |
| Octal | 352 | 257 | 364 | 4 | 34 | 0 | 4 | 443 | 114 | 122 |
| Binary | 11101010 | 10101111 | 11110100 | 100 | 11100 | 0 | 100 | 100100011 | 1001100 | 1010010 |
Color Harmonies of #EAAFF4
Complementary color
Monochromatic Colors of #EAAFF4
Black with #EAAFF4
Text Example
Text Example
White with #EAAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFF4; }
p { color: rgb(234,175,244); }
H1.HeaderClassName
{
color: #EAAFF4;
}
.AnyTagClassName
{
color: #EAAFF4;
}
</style>
background-color css
<style>
a { background-color: #EAAFF4; }
a { background-color: rgb(234,175,244); }
div.DivClassName
{
background-color: #EAAFF4;
}
.BgClassName
{
background-color: #EAAFF4;
}
</style>
border-color css
<style>
span { border-color: #EAAFF4; }
span { border-color: rgb(234,175,244); }
td.TdClassName
{
border-color: #EAAFF4;
}
.TagClassName
{
border-color: #EAAFF4;
}
</style>