Shades of Mauve #EAB0F3
Tints of Mauve #EAB0F3
RGB
CMYK
RGB Variations
Color information
#EAB0F3 (or 0xEAB0F3) is known color: Mauve. HEX triplet: EA, B0 and F3. RGB value is (234,176,243). Sum of RGB (Red+Green+Blue) = 234+176+243=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0F3 is #154F0C. Grayscale: #C8C8C8. Windows color (decimal): -1396493 or 15970538. OLE color: 15970538.
HSL color Cylindrical-coordinate representation of color #EAB0F3: hue angle of 291.94º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB0F3 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 176 | 243 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.05 |
| HSL | 291.94º | 0.74% | 0.82% | - |
| HSV(B) | 291.94º | 0.28% | 0.95% | - |
| XYZ | 65.63 | 55.01 | 91.95 | - |
| YUV | 200.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 243 | 0.04 | 0.28 | 0 | 0.05 | 291.94 | 0.74 | 0.82 |
| Hex | EA | B0 | F3 | 4 | 1C | 0 | 5 | 124 | 4A | 52 |
| Octal | 352 | 260 | 363 | 4 | 34 | 0 | 5 | 444 | 112 | 122 |
| Binary | 11101010 | 10110000 | 11110011 | 100 | 11100 | 0 | 101 | 100100100 | 1001010 | 1010010 |
Color Harmonies of #EAB0F3
Complementary color
Monochromatic Colors of #EAB0F3
Black with #EAB0F3
Text Example
Text Example
White with #EAB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0F3; }
p { color: rgb(234,176,243); }
H1.HeaderClassName
{
color: #EAB0F3;
}
.AnyTagClassName
{
color: #EAB0F3;
}
</style>
background-color css
<style>
a { background-color: #EAB0F3; }
a { background-color: rgb(234,176,243); }
div.DivClassName
{
background-color: #EAB0F3;
}
.BgClassName
{
background-color: #EAB0F3;
}
</style>
border-color css
<style>
span { border-color: #EAB0F3; }
span { border-color: rgb(234,176,243); }
td.TdClassName
{
border-color: #EAB0F3;
}
.TagClassName
{
border-color: #EAB0F3;
}
</style>