Shades of Mauve #EAB8FF
Tints of Mauve #EAB8FF
RGB
CMYK
RGB Variations
Color information
#EAB8FF (or 0xEAB8FF) is known color: Mauve. HEX triplet: EA, B8 and FF. RGB value is (234,184,255). Sum of RGB (Red+Green+Blue) = 234+184+255=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 184 (72.27% from 255 or 27.34% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB8FF is #154700. Grayscale: #CECECE. Windows color (decimal): -1394433 or 16759018. OLE color: 16759018.
HSL color Cylindrical-coordinate representation of color #EAB8FF: hue angle of 282.25º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB8FF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 184 | 255 | - |
| CMYK | 0.08 | 0.28 | 0 | 0 |
| HSL | 282.25º | 1% | 0.86% | - |
| HSV(B) | 282.25º | 0.28% | 1% | - |
| XYZ | 69.12 | 58.99 | 102.35 | - |
| YUV | 207.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 255 | 0.08 | 0.28 | 0 | 0 | 282.25 | 1 | 0.86 |
| Hex | EA | B8 | FF | 8 | 1C | 0 | 0 | 11A | 64 | 56 |
| Octal | 352 | 270 | 377 | 10 | 34 | 0 | 0 | 432 | 144 | 126 |
| Binary | 11101010 | 10111000 | 11111111 | 1000 | 11100 | 0 | 0 | 100011010 | 1100100 | 1010110 |
Color Harmonies of #EAB8FF
Complementary color
Monochromatic Colors of #EAB8FF
Black with #EAB8FF
Text Example
Text Example
White with #EAB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8FF; }
p { color: rgb(234,184,255); }
H1.HeaderClassName
{
color: #EAB8FF;
}
.AnyTagClassName
{
color: #EAB8FF;
}
</style>
background-color css
<style>
a { background-color: #EAB8FF; }
a { background-color: rgb(234,184,255); }
div.DivClassName
{
background-color: #EAB8FF;
}
.BgClassName
{
background-color: #EAB8FF;
}
</style>
border-color css
<style>
span { border-color: #EAB8FF; }
span { border-color: rgb(234,184,255); }
td.TdClassName
{
border-color: #EAB8FF;
}
.TagClassName
{
border-color: #EAB8FF;
}
</style>