Shades of Mauve #EAAAFC
Tints of Mauve #EAAAFC
RGB
CMYK
RGB Variations
Color information
#EAAAFC (or 0xEAAAFC) is known color: Mauve. HEX triplet: EA, AA and FC. RGB value is (234,170,252). Sum of RGB (Red+Green+Blue) = 234+170+252=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFC is #155503. Grayscale: #C6C6C6. Windows color (decimal): -1398020 or 16558826. OLE color: 16558826.
HSL color Cylindrical-coordinate representation of color #EAAAFC: hue angle of 286.83º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAAAFC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 170 | 252 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.01 |
| HSL | 286.83º | 0.93% | 0.83% | - |
| HSV(B) | 286.83º | 0.33% | 0.99% | - |
| XYZ | 65.88 | 53.27 | 98.91 | - |
| YUV | 198.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 252 | 0.07 | 0.33 | 0 | 0.01 | 286.83 | 0.93 | 0.83 |
| Hex | EA | AA | FC | 7 | 21 | 0 | 1 | 11F | 5D | 53 |
| Octal | 352 | 252 | 374 | 7 | 41 | 0 | 1 | 437 | 135 | 123 |
| Binary | 11101010 | 10101010 | 11111100 | 111 | 100001 | 0 | 1 | 100011111 | 1011101 | 1010011 |
Color Harmonies of #EAAAFC
Complementary color
Monochromatic Colors of #EAAAFC
Black with #EAAAFC
Text Example
Text Example
White with #EAAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAFC; }
p { color: rgb(234,170,252); }
H1.HeaderClassName
{
color: #EAAAFC;
}
.AnyTagClassName
{
color: #EAAAFC;
}
</style>
background-color css
<style>
a { background-color: #EAAAFC; }
a { background-color: rgb(234,170,252); }
div.DivClassName
{
background-color: #EAAAFC;
}
.BgClassName
{
background-color: #EAAAFC;
}
</style>
border-color css
<style>
span { border-color: #EAAAFC; }
span { border-color: rgb(234,170,252); }
td.TdClassName
{
border-color: #EAAAFC;
}
.TagClassName
{
border-color: #EAAAFC;
}
</style>