Shades of Mauve #EAABFC
Tints of Mauve #EAABFC
RGB
CMYK
RGB Variations
Color information
#EAABFC (or 0xEAABFC) is known color: Mauve. HEX triplet: EA, AB and FC. RGB value is (234,171,252). Sum of RGB (Red+Green+Blue) = 234+171+252=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABFC is #155403. Grayscale: #C6C6C6. Windows color (decimal): -1397764 or 16559082. OLE color: 16559082.
HSL color Cylindrical-coordinate representation of color #EAABFC: hue angle of 286.67º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAABFC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 171 | 252 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.01 |
| HSL | 286.67º | 0.93% | 0.83% | - |
| HSV(B) | 286.67º | 0.32% | 0.99% | - |
| XYZ | 66.07 | 53.65 | 98.97 | - |
| YUV | 199.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 252 | 0.07 | 0.32 | 0 | 0.01 | 286.67 | 0.93 | 0.83 |
| Hex | EA | AB | FC | 7 | 20 | 0 | 1 | 11F | 5D | 53 |
| Octal | 352 | 253 | 374 | 7 | 40 | 0 | 1 | 437 | 135 | 123 |
| Binary | 11101010 | 10101011 | 11111100 | 111 | 100000 | 0 | 1 | 100011111 | 1011101 | 1010011 |
Color Harmonies of #EAABFC
Complementary color
Monochromatic Colors of #EAABFC
Black with #EAABFC
Text Example
Text Example
White with #EAABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABFC; }
p { color: rgb(234,171,252); }
H1.HeaderClassName
{
color: #EAABFC;
}
.AnyTagClassName
{
color: #EAABFC;
}
</style>
background-color css
<style>
a { background-color: #EAABFC; }
a { background-color: rgb(234,171,252); }
div.DivClassName
{
background-color: #EAABFC;
}
.BgClassName
{
background-color: #EAABFC;
}
</style>
border-color css
<style>
span { border-color: #EAABFC; }
span { border-color: rgb(234,171,252); }
td.TdClassName
{
border-color: #EAABFC;
}
.TagClassName
{
border-color: #EAABFC;
}
</style>