Shades of Mauve #EABEF2
Tints of Mauve #EABEF2
RGB
CMYK
RGB Variations
Color information
#EABEF2 (or 0xEABEF2) is known color: Mauve. HEX triplet: EA, BE and F2. RGB value is (234,190,242). Sum of RGB (Red+Green+Blue) = 234+190+242=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF2 is #15410D. Grayscale: #D0D0D0. Windows color (decimal): -1392910 or 15908586. OLE color: 15908586.
HSL color Cylindrical-coordinate representation of color #EABEF2: hue angle of 290.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABEF2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 190 | 242 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 290.77º | 0.67% | 0.85% | - |
| HSV(B) | 290.77º | 0.21% | 0.95% | - |
| XYZ | 68.37 | 60.73 | 92.12 | - |
| YUV | 209.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 242 | 0.03 | 0.21 | 0 | 0.05 | 290.77 | 0.67 | 0.85 |
| Hex | EA | BE | F2 | 3 | 15 | 0 | 5 | 123 | 43 | 55 |
| Octal | 352 | 276 | 362 | 3 | 25 | 0 | 5 | 443 | 103 | 125 |
| Binary | 11101010 | 10111110 | 11110010 | 11 | 10101 | 0 | 101 | 100100011 | 1000011 | 1010101 |
Color Harmonies of #EABEF2
Complementary color
Monochromatic Colors of #EABEF2
Black with #EABEF2
Text Example
Text Example
White with #EABEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEF2; }
p { color: rgb(234,190,242); }
H1.HeaderClassName
{
color: #EABEF2;
}
.AnyTagClassName
{
color: #EABEF2;
}
</style>
background-color css
<style>
a { background-color: #EABEF2; }
a { background-color: rgb(234,190,242); }
div.DivClassName
{
background-color: #EABEF2;
}
.BgClassName
{
background-color: #EABEF2;
}
</style>
border-color css
<style>
span { border-color: #EABEF2; }
span { border-color: rgb(234,190,242); }
td.TdClassName
{
border-color: #EABEF2;
}
.TagClassName
{
border-color: #EABEF2;
}
</style>