Shades of Mauve #EAB0F7
Tints of Mauve #EAB0F7
RGB
CMYK
RGB Variations
Color information
#EAB0F7 (or 0xEAB0F7) is known color: Mauve. HEX triplet: EA, B0 and F7. RGB value is (234,176,247). Sum of RGB (Red+Green+Blue) = 234+176+247=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAB0F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0F7 is #154F08. Grayscale: #C9C9C9. Windows color (decimal): -1396489 or 16232682. OLE color: 16232682.
HSL color Cylindrical-coordinate representation of color #EAB0F7: hue angle of 289.01º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAB0F7 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 176 | 247 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.03 |
| HSL | 289.01º | 0.82% | 0.83% | - |
| HSV(B) | 289.01º | 0.29% | 0.97% | - |
| XYZ | 66.25 | 55.26 | 95.17 | - |
| YUV | 201.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 247 | 0.05 | 0.29 | 0 | 0.03 | 289.01 | 0.82 | 0.83 |
| Hex | EA | B0 | F7 | 5 | 1D | 0 | 3 | 121 | 52 | 53 |
| Octal | 352 | 260 | 367 | 5 | 35 | 0 | 3 | 441 | 122 | 123 |
| Binary | 11101010 | 10110000 | 11110111 | 101 | 11101 | 0 | 11 | 100100001 | 1010010 | 1010011 |
Color Harmonies of #EAB0F7
Complementary color
Monochromatic Colors of #EAB0F7
Black with #EAB0F7
Text Example
Text Example
White with #EAB0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0F7; }
p { color: rgb(234,176,247); }
H1.HeaderClassName
{
color: #EAB0F7;
}
.AnyTagClassName
{
color: #EAB0F7;
}
</style>
background-color css
<style>
a { background-color: #EAB0F7; }
a { background-color: rgb(234,176,247); }
div.DivClassName
{
background-color: #EAB0F7;
}
.BgClassName
{
background-color: #EAB0F7;
}
</style>
border-color css
<style>
span { border-color: #EAB0F7; }
span { border-color: rgb(234,176,247); }
td.TdClassName
{
border-color: #EAB0F7;
}
.TagClassName
{
border-color: #EAB0F7;
}
</style>