Shades of Mauve #EAAFF3
Tints of Mauve #EAAFF3
RGB
CMYK
RGB Variations
Color information
#EAAFF3 (or 0xEAAFF3) is known color: Mauve. HEX triplet: EA, AF and F3. RGB value is (234,175,243). Sum of RGB (Red+Green+Blue) = 234+175+243=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF3 is #15500C. Grayscale: #C8C8C8. Windows color (decimal): -1396749 or 15970282. OLE color: 15970282.
HSL color Cylindrical-coordinate representation of color #EAAFF3: hue angle of 292.06º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAAFF3 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 175 | 243 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.05 |
| HSL | 292.06º | 0.74% | 0.82% | - |
| HSV(B) | 292.06º | 0.28% | 0.95% | - |
| XYZ | 65.44 | 54.62 | 91.89 | - |
| YUV | 200.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 243 | 0.04 | 0.28 | 0 | 0.05 | 292.06 | 0.74 | 0.82 |
| Hex | EA | AF | F3 | 4 | 1C | 0 | 5 | 124 | 4A | 52 |
| Octal | 352 | 257 | 363 | 4 | 34 | 0 | 5 | 444 | 112 | 122 |
| Binary | 11101010 | 10101111 | 11110011 | 100 | 11100 | 0 | 101 | 100100100 | 1001010 | 1010010 |
Color Harmonies of #EAAFF3
Complementary color
Monochromatic Colors of #EAAFF3
Black with #EAAFF3
Text Example
Text Example
White with #EAAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFF3; }
p { color: rgb(234,175,243); }
H1.HeaderClassName
{
color: #EAAFF3;
}
.AnyTagClassName
{
color: #EAAFF3;
}
</style>
background-color css
<style>
a { background-color: #EAAFF3; }
a { background-color: rgb(234,175,243); }
div.DivClassName
{
background-color: #EAAFF3;
}
.BgClassName
{
background-color: #EAAFF3;
}
</style>
border-color css
<style>
span { border-color: #EAAFF3; }
span { border-color: rgb(234,175,243); }
td.TdClassName
{
border-color: #EAAFF3;
}
.TagClassName
{
border-color: #EAAFF3;
}
</style>