Shades of Mauve #EABCFF
Tints of Mauve #EABCFF
RGB
CMYK
RGB Variations
Color information
#EABCFF (or 0xEABCFF) is known color: Mauve. HEX triplet: EA, BC and FF. RGB value is (234,188,255). Sum of RGB (Red+Green+Blue) = 234+188+255=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #EABCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCFF is #154300. Grayscale: #D1D1D1. Windows color (decimal): -1393409 or 16760042. OLE color: 16760042.
HSL color Cylindrical-coordinate representation of color #EABCFF: hue angle of 281.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABCFF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 188 | 255 | - |
| CMYK | 0.08 | 0.26 | 0 | 0 |
| HSL | 281.19º | 1% | 0.87% | - |
| HSV(B) | 281.19º | 0.26% | 1% | - |
| XYZ | 69.96 | 60.68 | 102.63 | - |
| YUV | 209.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 255 | 0.08 | 0.26 | 0 | 0 | 281.19 | 1 | 0.87 |
| Hex | EA | BC | FF | 8 | 1A | 0 | 0 | 119 | 64 | 57 |
| Octal | 352 | 274 | 377 | 10 | 32 | 0 | 0 | 431 | 144 | 127 |
| Binary | 11101010 | 10111100 | 11111111 | 1000 | 11010 | 0 | 0 | 100011001 | 1100100 | 1010111 |
Color Harmonies of #EABCFF
Complementary color
Monochromatic Colors of #EABCFF
Black with #EABCFF
Text Example
Text Example
White with #EABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCFF; }
p { color: rgb(234,188,255); }
H1.HeaderClassName
{
color: #EABCFF;
}
.AnyTagClassName
{
color: #EABCFF;
}
</style>
background-color css
<style>
a { background-color: #EABCFF; }
a { background-color: rgb(234,188,255); }
div.DivClassName
{
background-color: #EABCFF;
}
.BgClassName
{
background-color: #EABCFF;
}
</style>
border-color css
<style>
span { border-color: #EABCFF; }
span { border-color: rgb(234,188,255); }
td.TdClassName
{
border-color: #EABCFF;
}
.TagClassName
{
border-color: #EABCFF;
}
</style>