Shades of Mauve #EAAAFE
Tints of Mauve #EAAAFE
RGB
CMYK
RGB Variations
Color information
#EAAAFE (or 0xEAAAFE) is known color: Mauve. HEX triplet: EA, AA and FE. RGB value is (234,170,254). Sum of RGB (Red+Green+Blue) = 234+170+254=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFE is #155501. Grayscale: #C6C6C6. Windows color (decimal): -1398018 or 16689898. OLE color: 16689898.
HSL color Cylindrical-coordinate representation of color #EAAAFE: hue angle of 285.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAAAFE is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 170 | 254 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.00 |
| HSL | 285.71º | 0.98% | 0.83% | - |
| HSV(B) | 285.71º | 0.33% | 1% | - |
| XYZ | 66.2 | 53.4 | 100.58 | - |
| YUV | 198.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 254 | 0.08 | 0.33 | 0 | 0.00 | 285.71 | 0.98 | 0.83 |
| Hex | EA | AA | FE | 8 | 21 | 0 | 0 | 11E | 62 | 53 |
| Octal | 352 | 252 | 376 | 10 | 41 | 0 | 0 | 436 | 142 | 123 |
| Binary | 11101010 | 10101010 | 11111110 | 1000 | 100001 | 0 | 0 | 100011110 | 1100010 | 1010011 |
Color Harmonies of #EAAAFE
Complementary color
Monochromatic Colors of #EAAAFE
Black with #EAAAFE
Text Example
Text Example
White with #EAAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAFE; }
p { color: rgb(234,170,254); }
H1.HeaderClassName
{
color: #EAAAFE;
}
.AnyTagClassName
{
color: #EAAAFE;
}
</style>
background-color css
<style>
a { background-color: #EAAAFE; }
a { background-color: rgb(234,170,254); }
div.DivClassName
{
background-color: #EAAAFE;
}
.BgClassName
{
background-color: #EAAAFE;
}
</style>
border-color css
<style>
span { border-color: #EAAAFE; }
span { border-color: rgb(234,170,254); }
td.TdClassName
{
border-color: #EAAAFE;
}
.TagClassName
{
border-color: #EAAAFE;
}
</style>