Shades of Mauve #EAC5FB
Tints of Mauve #EAC5FB
RGB
CMYK
RGB Variations
Color information
#EAC5FB (or 0xEAC5FB) is known color: Mauve. HEX triplet: EA, C5 and FB. RGB value is (234,197,251). Sum of RGB (Red+Green+Blue) = 234+197+251=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5FB is #153A04. Grayscale: #D6D6D6. Windows color (decimal): -1391109 or 16500202. OLE color: 16500202.
HSL color Cylindrical-coordinate representation of color #EAC5FB: hue angle of 281.11º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAC5FB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 197 | 251 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.02 |
| HSL | 281.11º | 0.87% | 0.88% | - |
| HSV(B) | 281.11º | 0.22% | 0.98% | - |
| XYZ | 71.31 | 64.39 | 99.94 | - |
| YUV | 214.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 251 | 0.07 | 0.22 | 0 | 0.02 | 281.11 | 0.87 | 0.88 |
| Hex | EA | C5 | FB | 7 | 16 | 0 | 2 | 119 | 57 | 58 |
| Octal | 352 | 305 | 373 | 7 | 26 | 0 | 2 | 431 | 127 | 130 |
| Binary | 11101010 | 11000101 | 11111011 | 111 | 10110 | 0 | 10 | 100011001 | 1010111 | 1011000 |
Color Harmonies of #EAC5FB
Complementary color
Monochromatic Colors of #EAC5FB
Black with #EAC5FB
Text Example
Text Example
White with #EAC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5FB; }
p { color: rgb(234,197,251); }
H1.HeaderClassName
{
color: #EAC5FB;
}
.AnyTagClassName
{
color: #EAC5FB;
}
</style>
background-color css
<style>
a { background-color: #EAC5FB; }
a { background-color: rgb(234,197,251); }
div.DivClassName
{
background-color: #EAC5FB;
}
.BgClassName
{
background-color: #EAC5FB;
}
</style>
border-color css
<style>
span { border-color: #EAC5FB; }
span { border-color: rgb(234,197,251); }
td.TdClassName
{
border-color: #EAC5FB;
}
.TagClassName
{
border-color: #EAC5FB;
}
</style>