Shades of Mauve #EABCF8
Tints of Mauve #EABCF8
RGB
CMYK
RGB Variations
Color information
#EABCF8 (or 0xEABCF8) is known color: Mauve. HEX triplet: EA, BC and F8. RGB value is (234,188,248). Sum of RGB (Red+Green+Blue) = 234+188+248=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #EABCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF8 is #154307. Grayscale: #D0D0D0. Windows color (decimal): -1393416 or 16301290. OLE color: 16301290.
HSL color Cylindrical-coordinate representation of color #EABCF8: hue angle of 286º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABCF8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 188 | 248 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.03 |
| HSL | 286º | 0.81% | 0.85% | - |
| HSV(B) | 286º | 0.24% | 0.97% | - |
| XYZ | 68.86 | 60.24 | 96.8 | - |
| YUV | 208.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 248 | 0.06 | 0.24 | 0 | 0.03 | 286 | 0.81 | 0.85 |
| Hex | EA | BC | F8 | 6 | 18 | 0 | 3 | 11E | 51 | 55 |
| Octal | 352 | 274 | 370 | 6 | 30 | 0 | 3 | 436 | 121 | 125 |
| Binary | 11101010 | 10111100 | 11111000 | 110 | 11000 | 0 | 11 | 100011110 | 1010001 | 1010101 |
Color Harmonies of #EABCF8
Complementary color
Monochromatic Colors of #EABCF8
Black with #EABCF8
Text Example
Text Example
White with #EABCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCF8; }
p { color: rgb(234,188,248); }
H1.HeaderClassName
{
color: #EABCF8;
}
.AnyTagClassName
{
color: #EABCF8;
}
</style>
background-color css
<style>
a { background-color: #EABCF8; }
a { background-color: rgb(234,188,248); }
div.DivClassName
{
background-color: #EABCF8;
}
.BgClassName
{
background-color: #EABCF8;
}
</style>
border-color css
<style>
span { border-color: #EABCF8; }
span { border-color: rgb(234,188,248); }
td.TdClassName
{
border-color: #EABCF8;
}
.TagClassName
{
border-color: #EABCF8;
}
</style>