Shades of Mauve #EAAFF9
Tints of Mauve #EAAFF9
RGB
CMYK
RGB Variations
Color information
#EAAFF9 (or 0xEAAFF9) is known color: Mauve. HEX triplet: EA, AF and F9. RGB value is (234,175,249). Sum of RGB (Red+Green+Blue) = 234+175+249=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF9 is #155006. Grayscale: #C8C8C8. Windows color (decimal): -1396743 or 16363498. OLE color: 16363498.
HSL color Cylindrical-coordinate representation of color #EAAFF9: hue angle of 287.84º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAFF9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 175 | 249 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.02 |
| HSL | 287.84º | 0.86% | 0.83% | - |
| HSV(B) | 287.84º | 0.3% | 0.98% | - |
| XYZ | 66.36 | 54.99 | 96.74 | - |
| YUV | 201.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 249 | 0.06 | 0.30 | 0 | 0.02 | 287.84 | 0.86 | 0.83 |
| Hex | EA | AF | F9 | 6 | 1E | 0 | 2 | 120 | 56 | 53 |
| Octal | 352 | 257 | 371 | 6 | 36 | 0 | 2 | 440 | 126 | 123 |
| Binary | 11101010 | 10101111 | 11111001 | 110 | 11110 | 0 | 10 | 100100000 | 1010110 | 1010011 |
Color Harmonies of #EAAFF9
Complementary color
Monochromatic Colors of #EAAFF9
Black with #EAAFF9
Text Example
Text Example
White with #EAAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFF9; }
p { color: rgb(234,175,249); }
H1.HeaderClassName
{
color: #EAAFF9;
}
.AnyTagClassName
{
color: #EAAFF9;
}
</style>
background-color css
<style>
a { background-color: #EAAFF9; }
a { background-color: rgb(234,175,249); }
div.DivClassName
{
background-color: #EAAFF9;
}
.BgClassName
{
background-color: #EAAFF9;
}
</style>
border-color css
<style>
span { border-color: #EAAFF9; }
span { border-color: rgb(234,175,249); }
td.TdClassName
{
border-color: #EAAFF9;
}
.TagClassName
{
border-color: #EAAFF9;
}
</style>