Shades of Mauve #EAADF8
Tints of Mauve #EAADF8
RGB
CMYK
RGB Variations
Color information
#EAADF8 (or 0xEAADF8) is known color: Mauve. HEX triplet: EA, AD and F8. RGB value is (234,173,248). Sum of RGB (Red+Green+Blue) = 234+173+248=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF8 is #155207. Grayscale: #C7C7C7. Windows color (decimal): -1397256 or 16297450. OLE color: 16297450.
HSL color Cylindrical-coordinate representation of color #EAADF8: hue angle of 288.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAADF8 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 173 | 248 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.03 |
| HSL | 288.8º | 0.84% | 0.83% | - |
| HSV(B) | 288.8º | 0.3% | 0.97% | - |
| XYZ | 65.82 | 54.16 | 95.79 | - |
| YUV | 199.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 248 | 0.06 | 0.30 | 0 | 0.03 | 288.8 | 0.84 | 0.83 |
| Hex | EA | AD | F8 | 6 | 1E | 0 | 3 | 121 | 54 | 53 |
| Octal | 352 | 255 | 370 | 6 | 36 | 0 | 3 | 441 | 124 | 123 |
| Binary | 11101010 | 10101101 | 11111000 | 110 | 11110 | 0 | 11 | 100100001 | 1010100 | 1010011 |
Color Harmonies of #EAADF8
Complementary color
Monochromatic Colors of #EAADF8
Black with #EAADF8
Text Example
Text Example
White with #EAADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADF8; }
p { color: rgb(234,173,248); }
H1.HeaderClassName
{
color: #EAADF8;
}
.AnyTagClassName
{
color: #EAADF8;
}
</style>
background-color css
<style>
a { background-color: #EAADF8; }
a { background-color: rgb(234,173,248); }
div.DivClassName
{
background-color: #EAADF8;
}
.BgClassName
{
background-color: #EAADF8;
}
</style>
border-color css
<style>
span { border-color: #EAADF8; }
span { border-color: rgb(234,173,248); }
td.TdClassName
{
border-color: #EAADF8;
}
.TagClassName
{
border-color: #EAADF8;
}
</style>