Shades of Mauve #EABAF1
Tints of Mauve #EABAF1
RGB
CMYK
RGB Variations
Color information
#EABAF1 (or 0xEABAF1) is known color: Mauve. HEX triplet: EA, BA and F1. RGB value is (234,186,241). Sum of RGB (Red+Green+Blue) = 234+186+241=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #EABAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAF1 is #15450E. Grayscale: #CECECE. Windows color (decimal): -1393935 or 15842026. OLE color: 15842026.
HSL color Cylindrical-coordinate representation of color #EABAF1: hue angle of 292.36º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABAF1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 186 | 241 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.05 |
| HSL | 292.36º | 0.66% | 0.84% | - |
| HSV(B) | 292.36º | 0.23% | 0.95% | - |
| XYZ | 67.37 | 58.96 | 91.05 | - |
| YUV | 206.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 241 | 0.03 | 0.23 | 0 | 0.05 | 292.36 | 0.66 | 0.84 |
| Hex | EA | BA | F1 | 3 | 17 | 0 | 5 | 124 | 42 | 54 |
| Octal | 352 | 272 | 361 | 3 | 27 | 0 | 5 | 444 | 102 | 124 |
| Binary | 11101010 | 10111010 | 11110001 | 11 | 10111 | 0 | 101 | 100100100 | 1000010 | 1010100 |
Color Harmonies of #EABAF1
Complementary color
Monochromatic Colors of #EABAF1
Black with #EABAF1
Text Example
Text Example
White with #EABAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAF1; }
p { color: rgb(234,186,241); }
H1.HeaderClassName
{
color: #EABAF1;
}
.AnyTagClassName
{
color: #EABAF1;
}
</style>
background-color css
<style>
a { background-color: #EABAF1; }
a { background-color: rgb(234,186,241); }
div.DivClassName
{
background-color: #EABAF1;
}
.BgClassName
{
background-color: #EABAF1;
}
</style>
border-color css
<style>
span { border-color: #EABAF1; }
span { border-color: rgb(234,186,241); }
td.TdClassName
{
border-color: #EABAF1;
}
.TagClassName
{
border-color: #EABAF1;
}
</style>