Shades of Mauve #EAA7FA
Tints of Mauve #EAA7FA
RGB
CMYK
RGB Variations
Color information
#EAA7FA (or 0xEAA7FA) is known color: Mauve. HEX triplet: EA, A7 and FA. RGB value is (234,167,250). Sum of RGB (Red+Green+Blue) = 234+167+250=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 167 (65.62% from 255 or 25.65% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA7FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7FA is #155805. Grayscale: #C4C4C4. Windows color (decimal): -1398790 or 16426986. OLE color: 16426986.
HSL color Cylindrical-coordinate representation of color #EAA7FA: hue angle of 288.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAA7FA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 167 | 250 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.02 |
| HSL | 288.43º | 0.89% | 0.82% | - |
| HSV(B) | 288.43º | 0.33% | 0.98% | - |
| XYZ | 65.01 | 52.03 | 97.06 | - |
| YUV | 196.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 250 | 0.06 | 0.33 | 0 | 0.02 | 288.43 | 0.89 | 0.82 |
| Hex | EA | A7 | FA | 6 | 21 | 0 | 2 | 120 | 59 | 52 |
| Octal | 352 | 247 | 372 | 6 | 41 | 0 | 2 | 440 | 131 | 122 |
| Binary | 11101010 | 10100111 | 11111010 | 110 | 100001 | 0 | 10 | 100100000 | 1011001 | 1010010 |
Color Harmonies of #EAA7FA
Complementary color
Monochromatic Colors of #EAA7FA
Black with #EAA7FA
Text Example
Text Example
White with #EAA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7FA; }
p { color: rgb(234,167,250); }
H1.HeaderClassName
{
color: #EAA7FA;
}
.AnyTagClassName
{
color: #EAA7FA;
}
</style>
background-color css
<style>
a { background-color: #EAA7FA; }
a { background-color: rgb(234,167,250); }
div.DivClassName
{
background-color: #EAA7FA;
}
.BgClassName
{
background-color: #EAA7FA;
}
</style>
border-color css
<style>
span { border-color: #EAA7FA; }
span { border-color: rgb(234,167,250); }
td.TdClassName
{
border-color: #EAA7FA;
}
.TagClassName
{
border-color: #EAA7FA;
}
</style>