Shades of Mauve #EAAEF5
Tints of Mauve #EAAEF5
RGB
CMYK
RGB Variations
Color information
#EAAEF5 (or 0xEAAEF5) is known color: Mauve. HEX triplet: EA, AE and F5. RGB value is (234,174,245). Sum of RGB (Red+Green+Blue) = 234+174+245=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAAEF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF5 is #15510A. Grayscale: #C7C7C7. Windows color (decimal): -1397003 or 16101098. OLE color: 16101098.
HSL color Cylindrical-coordinate representation of color #EAAEF5: hue angle of 290.7º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAEF5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 174 | 245 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.04 |
| HSL | 290.7º | 0.78% | 0.82% | - |
| HSV(B) | 290.7º | 0.29% | 0.96% | - |
| XYZ | 65.55 | 54.36 | 93.42 | - |
| YUV | 200.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 245 | 0.04 | 0.29 | 0 | 0.04 | 290.7 | 0.78 | 0.82 |
| Hex | EA | AE | F5 | 4 | 1D | 0 | 4 | 123 | 4E | 52 |
| Octal | 352 | 256 | 365 | 4 | 35 | 0 | 4 | 443 | 116 | 122 |
| Binary | 11101010 | 10101110 | 11110101 | 100 | 11101 | 0 | 100 | 100100011 | 1001110 | 1010010 |
Color Harmonies of #EAAEF5
Complementary color
Monochromatic Colors of #EAAEF5
Black with #EAAEF5
Text Example
Text Example
White with #EAAEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEF5; }
p { color: rgb(234,174,245); }
H1.HeaderClassName
{
color: #EAAEF5;
}
.AnyTagClassName
{
color: #EAAEF5;
}
</style>
background-color css
<style>
a { background-color: #EAAEF5; }
a { background-color: rgb(234,174,245); }
div.DivClassName
{
background-color: #EAAEF5;
}
.BgClassName
{
background-color: #EAAEF5;
}
</style>
border-color css
<style>
span { border-color: #EAAEF5; }
span { border-color: rgb(234,174,245); }
td.TdClassName
{
border-color: #EAAEF5;
}
.TagClassName
{
border-color: #EAAEF5;
}
</style>