Shades of Mauve #EABBF2
Tints of Mauve #EABBF2
RGB
CMYK
RGB Variations
Color information
#EABBF2 (or 0xEABBF2) is known color: Mauve. HEX triplet: EA, BB and F2. RGB value is (234,187,242). Sum of RGB (Red+Green+Blue) = 234+187+242=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF2 is #15440D. Grayscale: #CFCFCF. Windows color (decimal): -1393678 or 15907818. OLE color: 15907818.
HSL color Cylindrical-coordinate representation of color #EABBF2: hue angle of 291.27º 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 #EABBF2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 187 | 242 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.05 |
| HSL | 291.27º | 0.68% | 0.84% | - |
| HSV(B) | 291.27º | 0.23% | 0.95% | - |
| XYZ | 67.73 | 59.44 | 91.91 | - |
| YUV | 207.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 242 | 0.03 | 0.23 | 0 | 0.05 | 291.27 | 0.68 | 0.84 |
| Hex | EA | BB | F2 | 3 | 17 | 0 | 5 | 123 | 44 | 54 |
| Octal | 352 | 273 | 362 | 3 | 27 | 0 | 5 | 443 | 104 | 124 |
| Binary | 11101010 | 10111011 | 11110010 | 11 | 10111 | 0 | 101 | 100100011 | 1000100 | 1010100 |
Color Harmonies of #EABBF2
Complementary color
Monochromatic Colors of #EABBF2
Black with #EABBF2
Text Example
Text Example
White with #EABBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBF2; }
p { color: rgb(234,187,242); }
H1.HeaderClassName
{
color: #EABBF2;
}
.AnyTagClassName
{
color: #EABBF2;
}
</style>
background-color css
<style>
a { background-color: #EABBF2; }
a { background-color: rgb(234,187,242); }
div.DivClassName
{
background-color: #EABBF2;
}
.BgClassName
{
background-color: #EABBF2;
}
</style>
border-color css
<style>
span { border-color: #EABBF2; }
span { border-color: rgb(234,187,242); }
td.TdClassName
{
border-color: #EABBF2;
}
.TagClassName
{
border-color: #EABBF2;
}
</style>