Shades of Mauve #EAADF5
Tints of Mauve #EAADF5
RGB
CMYK
RGB Variations
Color information
#EAADF5 (or 0xEAADF5) is known color: Mauve. HEX triplet: EA, AD and F5. RGB value is (234,173,245). Sum of RGB (Red+Green+Blue) = 234+173+245=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF5 is #15520A. Grayscale: #C7C7C7. Windows color (decimal): -1397259 or 16100842. OLE color: 16100842.
HSL color Cylindrical-coordinate representation of color #EAADF5: hue angle of 290.83º 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 #EAADF5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 173 | 245 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.04 |
| HSL | 290.83º | 0.78% | 0.82% | - |
| HSV(B) | 290.83º | 0.29% | 0.96% | - |
| XYZ | 65.36 | 53.97 | 93.36 | - |
| YUV | 199.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 245 | 0.04 | 0.29 | 0 | 0.04 | 290.83 | 0.78 | 0.82 |
| Hex | EA | AD | F5 | 4 | 1D | 0 | 4 | 123 | 4E | 52 |
| Octal | 352 | 255 | 365 | 4 | 35 | 0 | 4 | 443 | 116 | 122 |
| Binary | 11101010 | 10101101 | 11110101 | 100 | 11101 | 0 | 100 | 100100011 | 1001110 | 1010010 |
Color Harmonies of #EAADF5
Complementary color
Monochromatic Colors of #EAADF5
Black with #EAADF5
Text Example
Text Example
White with #EAADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADF5; }
p { color: rgb(234,173,245); }
H1.HeaderClassName
{
color: #EAADF5;
}
.AnyTagClassName
{
color: #EAADF5;
}
</style>
background-color css
<style>
a { background-color: #EAADF5; }
a { background-color: rgb(234,173,245); }
div.DivClassName
{
background-color: #EAADF5;
}
.BgClassName
{
background-color: #EAADF5;
}
</style>
border-color css
<style>
span { border-color: #EAADF5; }
span { border-color: rgb(234,173,245); }
td.TdClassName
{
border-color: #EAADF5;
}
.TagClassName
{
border-color: #EAADF5;
}
</style>