Shades of Mauve #EAAEFC
Tints of Mauve #EAAEFC
RGB
CMYK
RGB Variations
Color information
#EAAEFC (or 0xEAAEFC) is known color: Mauve. HEX triplet: EA, AE and FC. RGB value is (234,174,252). Sum of RGB (Red+Green+Blue) = 234+174+252=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 174 (68.36% from 255 or 26.36% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEFC is #155103. Grayscale: #C8C8C8. Windows color (decimal): -1396996 or 16559850. OLE color: 16559850.
HSL color Cylindrical-coordinate representation of color #EAAEFC: hue angle of 286.15º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAAEFC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 174 | 252 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.01 |
| HSL | 286.15º | 0.93% | 0.84% | - |
| HSV(B) | 286.15º | 0.31% | 0.99% | - |
| XYZ | 66.64 | 54.79 | 99.16 | - |
| YUV | 200.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 252 | 0.07 | 0.31 | 0 | 0.01 | 286.15 | 0.93 | 0.84 |
| Hex | EA | AE | FC | 7 | 1F | 0 | 1 | 11E | 5D | 54 |
| Octal | 352 | 256 | 374 | 7 | 37 | 0 | 1 | 436 | 135 | 124 |
| Binary | 11101010 | 10101110 | 11111100 | 111 | 11111 | 0 | 1 | 100011110 | 1011101 | 1010100 |
Color Harmonies of #EAAEFC
Complementary color
Monochromatic Colors of #EAAEFC
Black with #EAAEFC
Text Example
Text Example
White with #EAAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEFC; }
p { color: rgb(234,174,252); }
H1.HeaderClassName
{
color: #EAAEFC;
}
.AnyTagClassName
{
color: #EAAEFC;
}
</style>
background-color css
<style>
a { background-color: #EAAEFC; }
a { background-color: rgb(234,174,252); }
div.DivClassName
{
background-color: #EAAEFC;
}
.BgClassName
{
background-color: #EAAEFC;
}
</style>
border-color css
<style>
span { border-color: #EAAEFC; }
span { border-color: rgb(234,174,252); }
td.TdClassName
{
border-color: #EAAEFC;
}
.TagClassName
{
border-color: #EAAEFC;
}
</style>