Shades of Mauve #EAA7FE
Tints of Mauve #EAA7FE
RGB
CMYK
RGB Variations
Color information
#EAA7FE (or 0xEAA7FE) is known color: Mauve. HEX triplet: EA, A7 and FE. RGB value is (234,167,254). Sum of RGB (Red+Green+Blue) = 234+167+254=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 167 (65.62% from 255 or 25.50% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7FE is #155801. Grayscale: #C4C4C4. Windows color (decimal): -1398786 or 16689130. OLE color: 16689130.
HSL color Cylindrical-coordinate representation of color #EAA7FE: hue angle of 286.21º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA7FE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 167 | 254 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.00 |
| HSL | 286.21º | 0.98% | 0.83% | - |
| HSV(B) | 286.21º | 0.34% | 1% | - |
| XYZ | 65.64 | 52.29 | 100.4 | - |
| YUV | 196.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 254 | 0.08 | 0.34 | 0 | 0.00 | 286.21 | 0.98 | 0.83 |
| Hex | EA | A7 | FE | 8 | 22 | 0 | 0 | 11E | 62 | 53 |
| Octal | 352 | 247 | 376 | 10 | 42 | 0 | 0 | 436 | 142 | 123 |
| Binary | 11101010 | 10100111 | 11111110 | 1000 | 100010 | 0 | 0 | 100011110 | 1100010 | 1010011 |
Color Harmonies of #EAA7FE
Complementary color
Monochromatic Colors of #EAA7FE
Black with #EAA7FE
Text Example
Text Example
White with #EAA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7FE; }
p { color: rgb(234,167,254); }
H1.HeaderClassName
{
color: #EAA7FE;
}
.AnyTagClassName
{
color: #EAA7FE;
}
</style>
background-color css
<style>
a { background-color: #EAA7FE; }
a { background-color: rgb(234,167,254); }
div.DivClassName
{
background-color: #EAA7FE;
}
.BgClassName
{
background-color: #EAA7FE;
}
</style>
border-color css
<style>
span { border-color: #EAA7FE; }
span { border-color: rgb(234,167,254); }
td.TdClassName
{
border-color: #EAA7FE;
}
.TagClassName
{
border-color: #EAA7FE;
}
</style>