Shades of Mauve #EAAEF3
Tints of Mauve #EAAEF3
RGB
CMYK
RGB Variations
Color information
#EAAEF3 (or 0xEAAEF3) is known color: Mauve. HEX triplet: EA, AE and F3. RGB value is (234,174,243). Sum of RGB (Red+Green+Blue) = 234+174+243=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAAEF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF3 is #15510C. Grayscale: #C7C7C7. Windows color (decimal): -1397005 or 15970026. OLE color: 15970026.
HSL color Cylindrical-coordinate representation of color #EAAEF3: hue angle of 292.17º degrees, saturation: 0.74, 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 #EAAEF3 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 174 | 243 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.05 |
| HSL | 292.17º | 0.74% | 0.82% | - |
| HSV(B) | 292.17º | 0.28% | 0.95% | - |
| XYZ | 65.25 | 54.24 | 91.82 | - |
| YUV | 199.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 243 | 0.04 | 0.28 | 0 | 0.05 | 292.17 | 0.74 | 0.82 |
| Hex | EA | AE | F3 | 4 | 1C | 0 | 5 | 124 | 4A | 52 |
| Octal | 352 | 256 | 363 | 4 | 34 | 0 | 5 | 444 | 112 | 122 |
| Binary | 11101010 | 10101110 | 11110011 | 100 | 11100 | 0 | 101 | 100100100 | 1001010 | 1010010 |
Color Harmonies of #EAAEF3
Complementary color
Monochromatic Colors of #EAAEF3
Black with #EAAEF3
Text Example
Text Example
White with #EAAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEF3; }
p { color: rgb(234,174,243); }
H1.HeaderClassName
{
color: #EAAEF3;
}
.AnyTagClassName
{
color: #EAAEF3;
}
</style>
background-color css
<style>
a { background-color: #EAAEF3; }
a { background-color: rgb(234,174,243); }
div.DivClassName
{
background-color: #EAAEF3;
}
.BgClassName
{
background-color: #EAAEF3;
}
</style>
border-color css
<style>
span { border-color: #EAAEF3; }
span { border-color: rgb(234,174,243); }
td.TdClassName
{
border-color: #EAAEF3;
}
.TagClassName
{
border-color: #EAAEF3;
}
</style>