Shades of Mauve #EAB9F2
Tints of Mauve #EAB9F2
RGB
CMYK
RGB Variations
Color information
#EAB9F2 (or 0xEAB9F2) is known color: Mauve. HEX triplet: EA, B9 and F2. RGB value is (234,185,242). Sum of RGB (Red+Green+Blue) = 234+185+242=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAB9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9F2 is #15460D. Grayscale: #CDCDCD. Windows color (decimal): -1394190 or 15907306. OLE color: 15907306.
HSL color Cylindrical-coordinate representation of color #EAB9F2: hue angle of 291.58º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB9F2 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 185 | 242 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.05 |
| HSL | 291.58º | 0.69% | 0.84% | - |
| HSV(B) | 291.58º | 0.24% | 0.95% | - |
| XYZ | 67.31 | 58.6 | 91.77 | - |
| YUV | 206.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 242 | 0.03 | 0.24 | 0 | 0.05 | 291.58 | 0.69 | 0.84 |
| Hex | EA | B9 | F2 | 3 | 18 | 0 | 5 | 124 | 45 | 54 |
| Octal | 352 | 271 | 362 | 3 | 30 | 0 | 5 | 444 | 105 | 124 |
| Binary | 11101010 | 10111001 | 11110010 | 11 | 11000 | 0 | 101 | 100100100 | 1000101 | 1010100 |
Color Harmonies of #EAB9F2
Complementary color
Monochromatic Colors of #EAB9F2
Black with #EAB9F2
Text Example
Text Example
White with #EAB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9F2; }
p { color: rgb(234,185,242); }
H1.HeaderClassName
{
color: #EAB9F2;
}
.AnyTagClassName
{
color: #EAB9F2;
}
</style>
background-color css
<style>
a { background-color: #EAB9F2; }
a { background-color: rgb(234,185,242); }
div.DivClassName
{
background-color: #EAB9F2;
}
.BgClassName
{
background-color: #EAB9F2;
}
</style>
border-color css
<style>
span { border-color: #EAB9F2; }
span { border-color: rgb(234,185,242); }
td.TdClassName
{
border-color: #EAB9F2;
}
.TagClassName
{
border-color: #EAB9F2;
}
</style>