Shades of Mauve #EAB3F1
Tints of Mauve #EAB3F1
RGB
CMYK
RGB Variations
Color information
#EAB3F1 (or 0xEAB3F1) is known color: Mauve. HEX triplet: EA, B3 and F1. RGB value is (234,179,241). Sum of RGB (Red+Green+Blue) = 234+179+241=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAB3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3F1 is #154C0E. Grayscale: #CACACA. Windows color (decimal): -1395727 or 15840234. OLE color: 15840234.
HSL color Cylindrical-coordinate representation of color #EAB3F1: hue angle of 293.23º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB3F1 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 179 | 241 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.05 |
| HSL | 293.23º | 0.69% | 0.82% | - |
| HSV(B) | 293.23º | 0.26% | 0.95% | - |
| XYZ | 65.93 | 56.08 | 90.57 | - |
| YUV | 202.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 241 | 0.03 | 0.26 | 0 | 0.05 | 293.23 | 0.69 | 0.82 |
| Hex | EA | B3 | F1 | 3 | 1A | 0 | 5 | 125 | 45 | 52 |
| Octal | 352 | 263 | 361 | 3 | 32 | 0 | 5 | 445 | 105 | 122 |
| Binary | 11101010 | 10110011 | 11110001 | 11 | 11010 | 0 | 101 | 100100101 | 1000101 | 1010010 |
Color Harmonies of #EAB3F1
Complementary color
Monochromatic Colors of #EAB3F1
Black with #EAB3F1
Text Example
Text Example
White with #EAB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3F1; }
p { color: rgb(234,179,241); }
H1.HeaderClassName
{
color: #EAB3F1;
}
.AnyTagClassName
{
color: #EAB3F1;
}
</style>
background-color css
<style>
a { background-color: #EAB3F1; }
a { background-color: rgb(234,179,241); }
div.DivClassName
{
background-color: #EAB3F1;
}
.BgClassName
{
background-color: #EAB3F1;
}
</style>
border-color css
<style>
span { border-color: #EAB3F1; }
span { border-color: rgb(234,179,241); }
td.TdClassName
{
border-color: #EAB3F1;
}
.TagClassName
{
border-color: #EAB3F1;
}
</style>