Shades of Mauve #EABEFA
Tints of Mauve #EABEFA
RGB
CMYK
RGB Variations
Color information
#EABEFA (or 0xEABEFA) is known color: Mauve. HEX triplet: EA, BE and FA. RGB value is (234,190,250). Sum of RGB (Red+Green+Blue) = 234+190+250=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #EABEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEFA is #154105. Grayscale: #D1D1D1. Windows color (decimal): -1392902 or 16432874. OLE color: 16432874.
HSL color Cylindrical-coordinate representation of color #EABEFA: hue angle of 284º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABEFA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 190 | 250 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.02 |
| HSL | 284º | 0.86% | 0.86% | - |
| HSV(B) | 284º | 0.24% | 0.98% | - |
| XYZ | 69.6 | 61.22 | 98.59 | - |
| YUV | 210 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 250 | 0.06 | 0.24 | 0 | 0.02 | 284 | 0.86 | 0.86 |
| Hex | EA | BE | FA | 6 | 18 | 0 | 2 | 11C | 56 | 56 |
| Octal | 352 | 276 | 372 | 6 | 30 | 0 | 2 | 434 | 126 | 126 |
| Binary | 11101010 | 10111110 | 11111010 | 110 | 11000 | 0 | 10 | 100011100 | 1010110 | 1010110 |
Color Harmonies of #EABEFA
Complementary color
Monochromatic Colors of #EABEFA
Black with #EABEFA
Text Example
Text Example
White with #EABEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEFA; }
p { color: rgb(234,190,250); }
H1.HeaderClassName
{
color: #EABEFA;
}
.AnyTagClassName
{
color: #EABEFA;
}
</style>
background-color css
<style>
a { background-color: #EABEFA; }
a { background-color: rgb(234,190,250); }
div.DivClassName
{
background-color: #EABEFA;
}
.BgClassName
{
background-color: #EABEFA;
}
</style>
border-color css
<style>
span { border-color: #EABEFA; }
span { border-color: rgb(234,190,250); }
td.TdClassName
{
border-color: #EABEFA;
}
.TagClassName
{
border-color: #EABEFA;
}
</style>