Shades of Mauve #EABCF4
Tints of Mauve #EABCF4
RGB
CMYK
RGB Variations
Color information
#EABCF4 (or 0xEABCF4) is known color: Mauve. HEX triplet: EA, BC and F4. RGB value is (234,188,244). Sum of RGB (Red+Green+Blue) = 234+188+244=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #EABCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF4 is #15430B. Grayscale: #CFCFCF. Windows color (decimal): -1393420 or 16039146. OLE color: 16039146.
HSL color Cylindrical-coordinate representation of color #EABCF4: hue angle of 289.29º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABCF4 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 188 | 244 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.04 |
| HSL | 289.29º | 0.72% | 0.85% | - |
| HSV(B) | 289.29º | 0.23% | 0.96% | - |
| XYZ | 68.24 | 59.99 | 93.57 | - |
| YUV | 208.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 244 | 0.04 | 0.23 | 0 | 0.04 | 289.29 | 0.72 | 0.85 |
| Hex | EA | BC | F4 | 4 | 17 | 0 | 4 | 121 | 48 | 55 |
| Octal | 352 | 274 | 364 | 4 | 27 | 0 | 4 | 441 | 110 | 125 |
| Binary | 11101010 | 10111100 | 11110100 | 100 | 10111 | 0 | 100 | 100100001 | 1001000 | 1010101 |
Color Harmonies of #EABCF4
Complementary color
Monochromatic Colors of #EABCF4
Black with #EABCF4
Text Example
Text Example
White with #EABCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCF4; }
p { color: rgb(234,188,244); }
H1.HeaderClassName
{
color: #EABCF4;
}
.AnyTagClassName
{
color: #EABCF4;
}
</style>
background-color css
<style>
a { background-color: #EABCF4; }
a { background-color: rgb(234,188,244); }
div.DivClassName
{
background-color: #EABCF4;
}
.BgClassName
{
background-color: #EABCF4;
}
</style>
border-color css
<style>
span { border-color: #EABCF4; }
span { border-color: rgb(234,188,244); }
td.TdClassName
{
border-color: #EABCF4;
}
.TagClassName
{
border-color: #EABCF4;
}
</style>