Shades of Mauve #EAAEF2
Tints of Mauve #EAAEF2
RGB
CMYK
RGB Variations
Color information
#EAAEF2 (or 0xEAAEF2) is known color: Mauve. HEX triplet: EA, AE and F2. RGB value is (234,174,242). Sum of RGB (Red+Green+Blue) = 234+174+242=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAAEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF2 is #15510D. Grayscale: #C7C7C7. Windows color (decimal): -1397006 or 15904490. OLE color: 15904490.
HSL color Cylindrical-coordinate representation of color #EAAEF2: hue angle of 292.94º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAAEF2 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 174 | 242 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.05 |
| HSL | 292.94º | 0.72% | 0.82% | - |
| HSV(B) | 292.94º | 0.28% | 0.95% | - |
| XYZ | 65.09 | 54.18 | 91.03 | - |
| YUV | 199.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 242 | 0.03 | 0.28 | 0 | 0.05 | 292.94 | 0.72 | 0.82 |
| Hex | EA | AE | F2 | 3 | 1C | 0 | 5 | 125 | 48 | 52 |
| Octal | 352 | 256 | 362 | 3 | 34 | 0 | 5 | 445 | 110 | 122 |
| Binary | 11101010 | 10101110 | 11110010 | 11 | 11100 | 0 | 101 | 100100101 | 1001000 | 1010010 |
Color Harmonies of #EAAEF2
Complementary color
Monochromatic Colors of #EAAEF2
Black with #EAAEF2
Text Example
Text Example
White with #EAAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEF2; }
p { color: rgb(234,174,242); }
H1.HeaderClassName
{
color: #EAAEF2;
}
.AnyTagClassName
{
color: #EAAEF2;
}
</style>
background-color css
<style>
a { background-color: #EAAEF2; }
a { background-color: rgb(234,174,242); }
div.DivClassName
{
background-color: #EAAEF2;
}
.BgClassName
{
background-color: #EAAEF2;
}
</style>
border-color css
<style>
span { border-color: #EAAEF2; }
span { border-color: rgb(234,174,242); }
td.TdClassName
{
border-color: #EAAEF2;
}
.TagClassName
{
border-color: #EAAEF2;
}
</style>