Shades of Mauve #EAB8FC
Tints of Mauve #EAB8FC
RGB
CMYK
RGB Variations
Color information
#EAB8FC (or 0xEAB8FC) is known color: Mauve. HEX triplet: EA, B8 and FC. RGB value is (234,184,252). Sum of RGB (Red+Green+Blue) = 234+184+252=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 184 (72.27% from 255 or 27.46% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB8FC is #154703. Grayscale: #CECECE. Windows color (decimal): -1394436 or 16562410. OLE color: 16562410.
HSL color Cylindrical-coordinate representation of color #EAB8FC: hue angle of 284.12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB8FC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 184 | 252 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.01 |
| HSL | 284.12º | 0.92% | 0.85% | - |
| HSV(B) | 284.12º | 0.27% | 0.99% | - |
| XYZ | 68.64 | 58.8 | 99.83 | - |
| YUV | 206.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 252 | 0.07 | 0.27 | 0 | 0.01 | 284.12 | 0.92 | 0.85 |
| Hex | EA | B8 | FC | 7 | 1B | 0 | 1 | 11C | 5C | 55 |
| Octal | 352 | 270 | 374 | 7 | 33 | 0 | 1 | 434 | 134 | 125 |
| Binary | 11101010 | 10111000 | 11111100 | 111 | 11011 | 0 | 1 | 100011100 | 1011100 | 1010101 |
Color Harmonies of #EAB8FC
Complementary color
Monochromatic Colors of #EAB8FC
Black with #EAB8FC
Text Example
Text Example
White with #EAB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8FC; }
p { color: rgb(234,184,252); }
H1.HeaderClassName
{
color: #EAB8FC;
}
.AnyTagClassName
{
color: #EAB8FC;
}
</style>
background-color css
<style>
a { background-color: #EAB8FC; }
a { background-color: rgb(234,184,252); }
div.DivClassName
{
background-color: #EAB8FC;
}
.BgClassName
{
background-color: #EAB8FC;
}
</style>
border-color css
<style>
span { border-color: #EAB8FC; }
span { border-color: rgb(234,184,252); }
td.TdClassName
{
border-color: #EAB8FC;
}
.TagClassName
{
border-color: #EAB8FC;
}
</style>