Shades of Mauve #EABEF6
Tints of Mauve #EABEF6
RGB
CMYK
RGB Variations
Color information
#EABEF6 (or 0xEABEF6) is known color: Mauve. HEX triplet: EA, BE and F6. RGB value is (234,190,246). Sum of RGB (Red+Green+Blue) = 234+190+246=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #EABEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF6 is #154109. Grayscale: #D1D1D1. Windows color (decimal): -1392906 or 16170730. OLE color: 16170730.
HSL color Cylindrical-coordinate representation of color #EABEF6: hue angle of 287.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABEF6 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 190 | 246 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.04 |
| HSL | 287.14º | 0.76% | 0.85% | - |
| HSV(B) | 287.14º | 0.23% | 0.96% | - |
| XYZ | 68.98 | 60.97 | 95.32 | - |
| YUV | 209.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 246 | 0.05 | 0.23 | 0 | 0.04 | 287.14 | 0.76 | 0.85 |
| Hex | EA | BE | F6 | 5 | 17 | 0 | 4 | 11F | 4C | 55 |
| Octal | 352 | 276 | 366 | 5 | 27 | 0 | 4 | 437 | 114 | 125 |
| Binary | 11101010 | 10111110 | 11110110 | 101 | 10111 | 0 | 100 | 100011111 | 1001100 | 1010101 |
Color Harmonies of #EABEF6
Complementary color
Monochromatic Colors of #EABEF6
Black with #EABEF6
Text Example
Text Example
White with #EABEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEF6; }
p { color: rgb(234,190,246); }
H1.HeaderClassName
{
color: #EABEF6;
}
.AnyTagClassName
{
color: #EABEF6;
}
</style>
background-color css
<style>
a { background-color: #EABEF6; }
a { background-color: rgb(234,190,246); }
div.DivClassName
{
background-color: #EABEF6;
}
.BgClassName
{
background-color: #EABEF6;
}
</style>
border-color css
<style>
span { border-color: #EABEF6; }
span { border-color: rgb(234,190,246); }
td.TdClassName
{
border-color: #EABEF6;
}
.TagClassName
{
border-color: #EABEF6;
}
</style>