Shades of Mauve #EABFF4
Tints of Mauve #EABFF4
RGB
CMYK
RGB Variations
Color information
#EABFF4 (or 0xEABFF4) is known color: Mauve. HEX triplet: EA, BF and F4. RGB value is (234,191,244). Sum of RGB (Red+Green+Blue) = 234+191+244=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #EABFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF4 is #15400B. Grayscale: #D1D1D1. Windows color (decimal): -1392652 or 16039914. OLE color: 16039914.
HSL color Cylindrical-coordinate representation of color #EABFF4: hue angle of 288.68º degrees, saturation: 0.71, 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 #EABFF4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 191 | 244 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.04 |
| HSL | 288.68º | 0.71% | 0.85% | - |
| HSV(B) | 288.68º | 0.22% | 0.96% | - |
| XYZ | 68.89 | 61.29 | 93.79 | - |
| YUV | 209.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 244 | 0.04 | 0.22 | 0 | 0.04 | 288.68 | 0.71 | 0.85 |
| Hex | EA | BF | F4 | 4 | 16 | 0 | 4 | 121 | 47 | 55 |
| Octal | 352 | 277 | 364 | 4 | 26 | 0 | 4 | 441 | 107 | 125 |
| Binary | 11101010 | 10111111 | 11110100 | 100 | 10110 | 0 | 100 | 100100001 | 1000111 | 1010101 |
Color Harmonies of #EABFF4
Complementary color
Monochromatic Colors of #EABFF4
Black with #EABFF4
Text Example
Text Example
White with #EABFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFF4; }
p { color: rgb(234,191,244); }
H1.HeaderClassName
{
color: #EABFF4;
}
.AnyTagClassName
{
color: #EABFF4;
}
</style>
background-color css
<style>
a { background-color: #EABFF4; }
a { background-color: rgb(234,191,244); }
div.DivClassName
{
background-color: #EABFF4;
}
.BgClassName
{
background-color: #EABFF4;
}
</style>
border-color css
<style>
span { border-color: #EABFF4; }
span { border-color: rgb(234,191,244); }
td.TdClassName
{
border-color: #EABFF4;
}
.TagClassName
{
border-color: #EABFF4;
}
</style>