Shades of Mauve #EABCF5
Tints of Mauve #EABCF5
RGB
CMYK
RGB Variations
Color information
#EABCF5 (or 0xEABCF5) is known color: Mauve. HEX triplet: EA, BC and F5. RGB value is (234,188,245). Sum of RGB (Red+Green+Blue) = 234+188+245=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #EABCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF5 is #15430A. Grayscale: #D0D0D0. Windows color (decimal): -1393419 or 16104682. OLE color: 16104682.
HSL color Cylindrical-coordinate representation of color #EABCF5: hue angle of 288.42º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABCF5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 188 | 245 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.04 |
| HSL | 288.42º | 0.74% | 0.85% | - |
| HSV(B) | 288.42º | 0.23% | 0.96% | - |
| XYZ | 68.4 | 60.05 | 94.37 | - |
| YUV | 208.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 245 | 0.04 | 0.23 | 0 | 0.04 | 288.42 | 0.74 | 0.85 |
| Hex | EA | BC | F5 | 4 | 17 | 0 | 4 | 120 | 4A | 55 |
| Octal | 352 | 274 | 365 | 4 | 27 | 0 | 4 | 440 | 112 | 125 |
| Binary | 11101010 | 10111100 | 11110101 | 100 | 10111 | 0 | 100 | 100100000 | 1001010 | 1010101 |
Color Harmonies of #EABCF5
Complementary color
Monochromatic Colors of #EABCF5
Black with #EABCF5
Text Example
Text Example
White with #EABCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCF5; }
p { color: rgb(234,188,245); }
H1.HeaderClassName
{
color: #EABCF5;
}
.AnyTagClassName
{
color: #EABCF5;
}
</style>
background-color css
<style>
a { background-color: #EABCF5; }
a { background-color: rgb(234,188,245); }
div.DivClassName
{
background-color: #EABCF5;
}
.BgClassName
{
background-color: #EABCF5;
}
</style>
border-color css
<style>
span { border-color: #EABCF5; }
span { border-color: rgb(234,188,245); }
td.TdClassName
{
border-color: #EABCF5;
}
.TagClassName
{
border-color: #EABCF5;
}
</style>