Shades of Mauve #EAC2FB
Tints of Mauve #EAC2FB
RGB
CMYK
RGB Variations
Color information
#EAC2FB (or 0xEAC2FB) is known color: Mauve. HEX triplet: EA, C2 and FB. RGB value is (234,194,251). Sum of RGB (Red+Green+Blue) = 234+194+251=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2FB is #153D04. Grayscale: #D4D4D4. Windows color (decimal): -1391877 or 16499434. OLE color: 16499434.
HSL color Cylindrical-coordinate representation of color #EAC2FB: hue angle of 282.11º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC2FB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 194 | 251 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.02 |
| HSL | 282.11º | 0.88% | 0.87% | - |
| HSV(B) | 282.11º | 0.23% | 0.98% | - |
| XYZ | 70.64 | 63.04 | 99.71 | - |
| YUV | 212.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 251 | 0.07 | 0.23 | 0 | 0.02 | 282.11 | 0.88 | 0.87 |
| Hex | EA | C2 | FB | 7 | 17 | 0 | 2 | 11A | 58 | 57 |
| Octal | 352 | 302 | 373 | 7 | 27 | 0 | 2 | 432 | 130 | 127 |
| Binary | 11101010 | 11000010 | 11111011 | 111 | 10111 | 0 | 10 | 100011010 | 1011000 | 1010111 |
Color Harmonies of #EAC2FB
Complementary color
Monochromatic Colors of #EAC2FB
Black with #EAC2FB
Text Example
Text Example
White with #EAC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2FB; }
p { color: rgb(234,194,251); }
H1.HeaderClassName
{
color: #EAC2FB;
}
.AnyTagClassName
{
color: #EAC2FB;
}
</style>
background-color css
<style>
a { background-color: #EAC2FB; }
a { background-color: rgb(234,194,251); }
div.DivClassName
{
background-color: #EAC2FB;
}
.BgClassName
{
background-color: #EAC2FB;
}
</style>
border-color css
<style>
span { border-color: #EAC2FB; }
span { border-color: rgb(234,194,251); }
td.TdClassName
{
border-color: #EAC2FB;
}
.TagClassName
{
border-color: #EAC2FB;
}
</style>