Shades of Mauve #EABEF5
Tints of Mauve #EABEF5
RGB
CMYK
RGB Variations
Color information
#EABEF5 (or 0xEABEF5) is known color: Mauve. HEX triplet: EA, BE and F5. RGB value is (234,190,245). Sum of RGB (Red+Green+Blue) = 234+190+245=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #EABEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF5 is #15410A. Grayscale: #D1D1D1. Windows color (decimal): -1392907 or 16105194. OLE color: 16105194.
HSL color Cylindrical-coordinate representation of color #EABEF5: hue angle of 288º degrees, saturation: 0.73, 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 #EABEF5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 190 | 245 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.04 |
| HSL | 288º | 0.73% | 0.85% | - |
| HSV(B) | 288º | 0.22% | 0.96% | - |
| XYZ | 68.83 | 60.91 | 94.52 | - |
| YUV | 209.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 245 | 0.04 | 0.22 | 0 | 0.04 | 288 | 0.73 | 0.85 |
| Hex | EA | BE | F5 | 4 | 16 | 0 | 4 | 120 | 49 | 55 |
| Octal | 352 | 276 | 365 | 4 | 26 | 0 | 4 | 440 | 111 | 125 |
| Binary | 11101010 | 10111110 | 11110101 | 100 | 10110 | 0 | 100 | 100100000 | 1001001 | 1010101 |
Color Harmonies of #EABEF5
Complementary color
Monochromatic Colors of #EABEF5
Black with #EABEF5
Text Example
Text Example
White with #EABEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEF5; }
p { color: rgb(234,190,245); }
H1.HeaderClassName
{
color: #EABEF5;
}
.AnyTagClassName
{
color: #EABEF5;
}
</style>
background-color css
<style>
a { background-color: #EABEF5; }
a { background-color: rgb(234,190,245); }
div.DivClassName
{
background-color: #EABEF5;
}
.BgClassName
{
background-color: #EABEF5;
}
</style>
border-color css
<style>
span { border-color: #EABEF5; }
span { border-color: rgb(234,190,245); }
td.TdClassName
{
border-color: #EABEF5;
}
.TagClassName
{
border-color: #EABEF5;
}
</style>