Shades of Mauve #EAABFA
Tints of Mauve #EAABFA
RGB
CMYK
RGB Variations
Color information
#EAABFA (or 0xEAABFA) is known color: Mauve. HEX triplet: EA, AB and FA. RGB value is (234,171,250). Sum of RGB (Red+Green+Blue) = 234+171+250=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABFA is #155405. Grayscale: #C6C6C6. Windows color (decimal): -1397766 or 16428010. OLE color: 16428010.
HSL color Cylindrical-coordinate representation of color #EAABFA: hue angle of 287.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAABFA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 171 | 250 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.02 |
| HSL | 287.85º | 0.89% | 0.83% | - |
| HSV(B) | 287.85º | 0.32% | 0.98% | - |
| XYZ | 65.75 | 53.52 | 97.31 | - |
| YUV | 198.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 250 | 0.06 | 0.32 | 0 | 0.02 | 287.85 | 0.89 | 0.83 |
| Hex | EA | AB | FA | 6 | 20 | 0 | 2 | 120 | 59 | 53 |
| Octal | 352 | 253 | 372 | 6 | 40 | 0 | 2 | 440 | 131 | 123 |
| Binary | 11101010 | 10101011 | 11111010 | 110 | 100000 | 0 | 10 | 100100000 | 1011001 | 1010011 |
Color Harmonies of #EAABFA
Complementary color
Monochromatic Colors of #EAABFA
Black with #EAABFA
Text Example
Text Example
White with #EAABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABFA; }
p { color: rgb(234,171,250); }
H1.HeaderClassName
{
color: #EAABFA;
}
.AnyTagClassName
{
color: #EAABFA;
}
</style>
background-color css
<style>
a { background-color: #EAABFA; }
a { background-color: rgb(234,171,250); }
div.DivClassName
{
background-color: #EAABFA;
}
.BgClassName
{
background-color: #EAABFA;
}
</style>
border-color css
<style>
span { border-color: #EAABFA; }
span { border-color: rgb(234,171,250); }
td.TdClassName
{
border-color: #EAABFA;
}
.TagClassName
{
border-color: #EAABFA;
}
</style>