Shades of Mauve #EABAF2
Tints of Mauve #EABAF2
RGB
CMYK
RGB Variations
Color information
#EABAF2 (or 0xEABAF2) is known color: Mauve. HEX triplet: EA, BA and F2. RGB value is (234,186,242). Sum of RGB (Red+Green+Blue) = 234+186+242=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAF2 is #15450D. Grayscale: #CECECE. Windows color (decimal): -1393934 or 15907562. OLE color: 15907562.
HSL color Cylindrical-coordinate representation of color #EABAF2: hue angle of 291.43º degrees, saturation: 0.68, 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 #EABAF2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 186 | 242 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.05 |
| HSL | 291.43º | 0.68% | 0.84% | - |
| HSV(B) | 291.43º | 0.23% | 0.95% | - |
| XYZ | 67.52 | 59.02 | 91.84 | - |
| YUV | 206.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 242 | 0.03 | 0.23 | 0 | 0.05 | 291.43 | 0.68 | 0.84 |
| Hex | EA | BA | F2 | 3 | 17 | 0 | 5 | 123 | 44 | 54 |
| Octal | 352 | 272 | 362 | 3 | 27 | 0 | 5 | 443 | 104 | 124 |
| Binary | 11101010 | 10111010 | 11110010 | 11 | 10111 | 0 | 101 | 100100011 | 1000100 | 1010100 |
Color Harmonies of #EABAF2
Complementary color
Monochromatic Colors of #EABAF2
Black with #EABAF2
Text Example
Text Example
White with #EABAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAF2; }
p { color: rgb(234,186,242); }
H1.HeaderClassName
{
color: #EABAF2;
}
.AnyTagClassName
{
color: #EABAF2;
}
</style>
background-color css
<style>
a { background-color: #EABAF2; }
a { background-color: rgb(234,186,242); }
div.DivClassName
{
background-color: #EABAF2;
}
.BgClassName
{
background-color: #EABAF2;
}
</style>
border-color css
<style>
span { border-color: #EABAF2; }
span { border-color: rgb(234,186,242); }
td.TdClassName
{
border-color: #EABAF2;
}
.TagClassName
{
border-color: #EABAF2;
}
</style>