Shades of Mauve #EABAFF
Tints of Mauve #EABAFF
RGB
CMYK
RGB Variations
Color information
#EABAFF (or 0xEABAFF) is known color: Mauve. HEX triplet: EA, BA and FF. RGB value is (234,186,255). Sum of RGB (Red+Green+Blue) = 234+186+255=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #EABAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFF is #154500. Grayscale: #CFCFCF. Windows color (decimal): -1393921 or 16759530. OLE color: 16759530.
HSL color Cylindrical-coordinate representation of color #EABAFF: hue angle of 281.74º 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 #EABAFF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 186 | 255 | - |
| CMYK | 0.08 | 0.27 | 0 | 0 |
| HSL | 281.74º | 1% | 0.86% | - |
| HSV(B) | 281.74º | 0.27% | 1% | - |
| XYZ | 69.54 | 59.83 | 102.49 | - |
| YUV | 208.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 255 | 0.08 | 0.27 | 0 | 0 | 281.74 | 1 | 0.86 |
| Hex | EA | BA | FF | 8 | 1B | 0 | 0 | 11A | 64 | 56 |
| Octal | 352 | 272 | 377 | 10 | 33 | 0 | 0 | 432 | 144 | 126 |
| Binary | 11101010 | 10111010 | 11111111 | 1000 | 11011 | 0 | 0 | 100011010 | 1100100 | 1010110 |
Color Harmonies of #EABAFF
Complementary color
Monochromatic Colors of #EABAFF
Black with #EABAFF
Text Example
Text Example
White with #EABAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAFF; }
p { color: rgb(234,186,255); }
H1.HeaderClassName
{
color: #EABAFF;
}
.AnyTagClassName
{
color: #EABAFF;
}
</style>
background-color css
<style>
a { background-color: #EABAFF; }
a { background-color: rgb(234,186,255); }
div.DivClassName
{
background-color: #EABAFF;
}
.BgClassName
{
background-color: #EABAFF;
}
</style>
border-color css
<style>
span { border-color: #EABAFF; }
span { border-color: rgb(234,186,255); }
td.TdClassName
{
border-color: #EABAFF;
}
.TagClassName
{
border-color: #EABAFF;
}
</style>