Shades of Mauve #EABEF4
Tints of Mauve #EABEF4
RGB
CMYK
RGB Variations
Color information
#EABEF4 (or 0xEABEF4) is known color: Mauve. HEX triplet: EA, BE and F4. RGB value is (234,190,244). Sum of RGB (Red+Green+Blue) = 234+190+244=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #EABEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF4 is #15410B. Grayscale: #D1D1D1. Windows color (decimal): -1392908 or 16039658. OLE color: 16039658.
HSL color Cylindrical-coordinate representation of color #EABEF4: hue angle of 288.89º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABEF4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 190 | 244 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.04 |
| HSL | 288.89º | 0.71% | 0.85% | - |
| HSV(B) | 288.89º | 0.22% | 0.96% | - |
| XYZ | 68.67 | 60.85 | 93.71 | - |
| YUV | 209.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 244 | 0.04 | 0.22 | 0 | 0.04 | 288.89 | 0.71 | 0.85 |
| Hex | EA | BE | F4 | 4 | 16 | 0 | 4 | 121 | 47 | 55 |
| Octal | 352 | 276 | 364 | 4 | 26 | 0 | 4 | 441 | 107 | 125 |
| Binary | 11101010 | 10111110 | 11110100 | 100 | 10110 | 0 | 100 | 100100001 | 1000111 | 1010101 |
Color Harmonies of #EABEF4
Complementary color
Monochromatic Colors of #EABEF4
Black with #EABEF4
Text Example
Text Example
White with #EABEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEF4; }
p { color: rgb(234,190,244); }
H1.HeaderClassName
{
color: #EABEF4;
}
.AnyTagClassName
{
color: #EABEF4;
}
</style>
background-color css
<style>
a { background-color: #EABEF4; }
a { background-color: rgb(234,190,244); }
div.DivClassName
{
background-color: #EABEF4;
}
.BgClassName
{
background-color: #EABEF4;
}
</style>
border-color css
<style>
span { border-color: #EABEF4; }
span { border-color: rgb(234,190,244); }
td.TdClassName
{
border-color: #EABEF4;
}
.TagClassName
{
border-color: #EABEF4;
}
</style>