Shades of Mauve #EAADF2
Tints of Mauve #EAADF2
RGB
CMYK
RGB Variations
Color information
#EAADF2 (or 0xEAADF2) is known color: Mauve. HEX triplet: EA, AD and F2. RGB value is (234,173,242). Sum of RGB (Red+Green+Blue) = 234+173+242=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF2 is #15520D. Grayscale: #C6C6C6. Windows color (decimal): -1397262 or 15904234. OLE color: 15904234.
HSL color Cylindrical-coordinate representation of color #EAADF2: hue angle of 293.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAADF2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 173 | 242 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.05 |
| HSL | 293.04º | 0.73% | 0.81% | - |
| HSV(B) | 293.04º | 0.29% | 0.95% | - |
| XYZ | 64.9 | 53.79 | 90.97 | - |
| YUV | 199.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 242 | 0.03 | 0.29 | 0 | 0.05 | 293.04 | 0.73 | 0.81 |
| Hex | EA | AD | F2 | 3 | 1D | 0 | 5 | 125 | 49 | 51 |
| Octal | 352 | 255 | 362 | 3 | 35 | 0 | 5 | 445 | 111 | 121 |
| Binary | 11101010 | 10101101 | 11110010 | 11 | 11101 | 0 | 101 | 100100101 | 1001001 | 1010001 |
Color Harmonies of #EAADF2
Complementary color
Monochromatic Colors of #EAADF2
Black with #EAADF2
Text Example
Text Example
White with #EAADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADF2; }
p { color: rgb(234,173,242); }
H1.HeaderClassName
{
color: #EAADF2;
}
.AnyTagClassName
{
color: #EAADF2;
}
</style>
background-color css
<style>
a { background-color: #EAADF2; }
a { background-color: rgb(234,173,242); }
div.DivClassName
{
background-color: #EAADF2;
}
.BgClassName
{
background-color: #EAADF2;
}
</style>
border-color css
<style>
span { border-color: #EAADF2; }
span { border-color: rgb(234,173,242); }
td.TdClassName
{
border-color: #EAADF2;
}
.TagClassName
{
border-color: #EAADF2;
}
</style>