Shades of Mauve #EABEF7
Tints of Mauve #EABEF7
RGB
CMYK
RGB Variations
Color information
#EABEF7 (or 0xEABEF7) is known color: Mauve. HEX triplet: EA, BE and F7. RGB value is (234,190,247). Sum of RGB (Red+Green+Blue) = 234+190+247=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #EABEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF7 is #154108. Grayscale: #D1D1D1. Windows color (decimal): -1392905 or 16236266. OLE color: 16236266.
HSL color Cylindrical-coordinate representation of color #EABEF7: hue angle of 286.32º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABEF7 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 190 | 247 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.03 |
| HSL | 286.32º | 0.78% | 0.86% | - |
| HSV(B) | 286.32º | 0.23% | 0.97% | - |
| XYZ | 69.13 | 61.03 | 96.13 | - |
| YUV | 209.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 247 | 0.05 | 0.23 | 0 | 0.03 | 286.32 | 0.78 | 0.86 |
| Hex | EA | BE | F7 | 5 | 17 | 0 | 3 | 11E | 4E | 56 |
| Octal | 352 | 276 | 367 | 5 | 27 | 0 | 3 | 436 | 116 | 126 |
| Binary | 11101010 | 10111110 | 11110111 | 101 | 10111 | 0 | 11 | 100011110 | 1001110 | 1010110 |
Color Harmonies of #EABEF7
Complementary color
Monochromatic Colors of #EABEF7
Black with #EABEF7
Text Example
Text Example
White with #EABEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEF7; }
p { color: rgb(234,190,247); }
H1.HeaderClassName
{
color: #EABEF7;
}
.AnyTagClassName
{
color: #EABEF7;
}
</style>
background-color css
<style>
a { background-color: #EABEF7; }
a { background-color: rgb(234,190,247); }
div.DivClassName
{
background-color: #EABEF7;
}
.BgClassName
{
background-color: #EABEF7;
}
</style>
border-color css
<style>
span { border-color: #EABEF7; }
span { border-color: rgb(234,190,247); }
td.TdClassName
{
border-color: #EABEF7;
}
.TagClassName
{
border-color: #EABEF7;
}
</style>