Shades of Mauve #EAB9FF
Tints of Mauve #EAB9FF
RGB
CMYK
RGB Variations
Color information
#EAB9FF (or 0xEAB9FF) is known color: Mauve. HEX triplet: EA, B9 and FF. RGB value is (234,185,255). Sum of RGB (Red+Green+Blue) = 234+185+255=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9FF is #154600. Grayscale: #CFCFCF. Windows color (decimal): -1394177 or 16759274. OLE color: 16759274.
HSL color Cylindrical-coordinate representation of color #EAB9FF: hue angle of 282º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB9FF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 185 | 255 | - |
| CMYK | 0.08 | 0.27 | 0 | 0 |
| HSL | 282º | 1% | 0.86% | - |
| HSV(B) | 282º | 0.27% | 1% | - |
| XYZ | 69.33 | 59.41 | 102.42 | - |
| YUV | 207.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 255 | 0.08 | 0.27 | 0 | 0 | 282 | 1 | 0.86 |
| Hex | EA | B9 | FF | 8 | 1B | 0 | 0 | 11A | 64 | 56 |
| Octal | 352 | 271 | 377 | 10 | 33 | 0 | 0 | 432 | 144 | 126 |
| Binary | 11101010 | 10111001 | 11111111 | 1000 | 11011 | 0 | 0 | 100011010 | 1100100 | 1010110 |
Color Harmonies of #EAB9FF
Complementary color
Monochromatic Colors of #EAB9FF
Black with #EAB9FF
Text Example
Text Example
White with #EAB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9FF; }
p { color: rgb(234,185,255); }
H1.HeaderClassName
{
color: #EAB9FF;
}
.AnyTagClassName
{
color: #EAB9FF;
}
</style>
background-color css
<style>
a { background-color: #EAB9FF; }
a { background-color: rgb(234,185,255); }
div.DivClassName
{
background-color: #EAB9FF;
}
.BgClassName
{
background-color: #EAB9FF;
}
</style>
border-color css
<style>
span { border-color: #EAB9FF; }
span { border-color: rgb(234,185,255); }
td.TdClassName
{
border-color: #EAB9FF;
}
.TagClassName
{
border-color: #EAB9FF;
}
</style>