Shades of Mauve #EABBFF
Tints of Mauve #EABBFF
RGB
CMYK
RGB Variations
Color information
#EABBFF (or 0xEABBFF) is known color: Mauve. HEX triplet: EA, BB and FF. RGB value is (234,187,255). Sum of RGB (Red+Green+Blue) = 234+187+255=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #EABBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBFF is #154400. Grayscale: #D0D0D0. Windows color (decimal): -1393665 or 16759786. OLE color: 16759786.
HSL color Cylindrical-coordinate representation of color #EABBFF: hue angle of 281.47º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EABBFF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 187 | 255 | - |
| CMYK | 0.08 | 0.27 | 0 | 0 |
| HSL | 281.47º | 1% | 0.87% | - |
| HSV(B) | 281.47º | 0.27% | 1% | - |
| XYZ | 69.75 | 60.25 | 102.56 | - |
| YUV | 208.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 255 | 0.08 | 0.27 | 0 | 0 | 281.47 | 1 | 0.87 |
| Hex | EA | BB | FF | 8 | 1B | 0 | 0 | 119 | 64 | 57 |
| Octal | 352 | 273 | 377 | 10 | 33 | 0 | 0 | 431 | 144 | 127 |
| Binary | 11101010 | 10111011 | 11111111 | 1000 | 11011 | 0 | 0 | 100011001 | 1100100 | 1010111 |
Color Harmonies of #EABBFF
Complementary color
Monochromatic Colors of #EABBFF
Black with #EABBFF
Text Example
Text Example
White with #EABBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBFF; }
p { color: rgb(234,187,255); }
H1.HeaderClassName
{
color: #EABBFF;
}
.AnyTagClassName
{
color: #EABBFF;
}
</style>
background-color css
<style>
a { background-color: #EABBFF; }
a { background-color: rgb(234,187,255); }
div.DivClassName
{
background-color: #EABBFF;
}
.BgClassName
{
background-color: #EABBFF;
}
</style>
border-color css
<style>
span { border-color: #EABBFF; }
span { border-color: rgb(234,187,255); }
td.TdClassName
{
border-color: #EABBFF;
}
.TagClassName
{
border-color: #EABBFF;
}
</style>