Shades of Mauve #EAA4F8
Tints of Mauve #EAA4F8
RGB
CMYK
RGB Variations
Color information
#EAA4F8 (or 0xEAA4F8) is known color: Mauve. HEX triplet: EA, A4 and F8. RGB value is (234,164,248). Sum of RGB (Red+Green+Blue) = 234+164+248=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 164 (64.45% from 255 or 25.39% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAA4F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4F8 is #155B07. Grayscale: #C2C2C2. Windows color (decimal): -1399560 or 16295146. OLE color: 16295146.
HSL color Cylindrical-coordinate representation of color #EAA4F8: hue angle of 290º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA4F8 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 164 | 248 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.03 |
| HSL | 290º | 0.86% | 0.81% | - |
| HSV(B) | 290º | 0.34% | 0.97% | - |
| XYZ | 64.15 | 50.82 | 95.24 | - |
| YUV | 194.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 248 | 0.06 | 0.34 | 0 | 0.03 | 290 | 0.86 | 0.81 |
| Hex | EA | A4 | F8 | 6 | 22 | 0 | 3 | 122 | 56 | 51 |
| Octal | 352 | 244 | 370 | 6 | 42 | 0 | 3 | 442 | 126 | 121 |
| Binary | 11101010 | 10100100 | 11111000 | 110 | 100010 | 0 | 11 | 100100010 | 1010110 | 1010001 |
Color Harmonies of #EAA4F8
Complementary color
Monochromatic Colors of #EAA4F8
Black with #EAA4F8
Text Example
Text Example
White with #EAA4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4F8; }
p { color: rgb(234,164,248); }
H1.HeaderClassName
{
color: #EAA4F8;
}
.AnyTagClassName
{
color: #EAA4F8;
}
</style>
background-color css
<style>
a { background-color: #EAA4F8; }
a { background-color: rgb(234,164,248); }
div.DivClassName
{
background-color: #EAA4F8;
}
.BgClassName
{
background-color: #EAA4F8;
}
</style>
border-color css
<style>
span { border-color: #EAA4F8; }
span { border-color: rgb(234,164,248); }
td.TdClassName
{
border-color: #EAA4F8;
}
.TagClassName
{
border-color: #EAA4F8;
}
</style>