Shades of Mauve #EAADF4
Tints of Mauve #EAADF4
RGB
CMYK
RGB Variations
Color information
#EAADF4 (or 0xEAADF4) is known color: Mauve. HEX triplet: EA, AD and F4. RGB value is (234,173,244). Sum of RGB (Red+Green+Blue) = 234+173+244=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF4 is #15520B. Grayscale: #C7C7C7. Windows color (decimal): -1397260 or 16035306. OLE color: 16035306.
HSL color Cylindrical-coordinate representation of color #EAADF4: hue angle of 291.55º degrees, saturation: 0.76, 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 #EAADF4 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 173 | 244 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.04 |
| HSL | 291.55º | 0.76% | 0.82% | - |
| HSV(B) | 291.55º | 0.29% | 0.96% | - |
| XYZ | 65.2 | 53.91 | 92.56 | - |
| YUV | 199.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 244 | 0.04 | 0.29 | 0 | 0.04 | 291.55 | 0.76 | 0.82 |
| Hex | EA | AD | F4 | 4 | 1D | 0 | 4 | 124 | 4C | 52 |
| Octal | 352 | 255 | 364 | 4 | 35 | 0 | 4 | 444 | 114 | 122 |
| Binary | 11101010 | 10101101 | 11110100 | 100 | 11101 | 0 | 100 | 100100100 | 1001100 | 1010010 |
Color Harmonies of #EAADF4
Complementary color
Monochromatic Colors of #EAADF4
Black with #EAADF4
Text Example
Text Example
White with #EAADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADF4; }
p { color: rgb(234,173,244); }
H1.HeaderClassName
{
color: #EAADF4;
}
.AnyTagClassName
{
color: #EAADF4;
}
</style>
background-color css
<style>
a { background-color: #EAADF4; }
a { background-color: rgb(234,173,244); }
div.DivClassName
{
background-color: #EAADF4;
}
.BgClassName
{
background-color: #EAADF4;
}
</style>
border-color css
<style>
span { border-color: #EAADF4; }
span { border-color: rgb(234,173,244); }
td.TdClassName
{
border-color: #EAADF4;
}
.TagClassName
{
border-color: #EAADF4;
}
</style>