Shades of Mauve #EABAFC
Tints of Mauve #EABAFC
RGB
CMYK
RGB Variations
Color information
#EABAFC (or 0xEABAFC) is known color: Mauve. HEX triplet: EA, BA and FC. RGB value is (234,186,252). Sum of RGB (Red+Green+Blue) = 234+186+252=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #EABAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFC is #154503. Grayscale: #CFCFCF. Windows color (decimal): -1393924 or 16562922. OLE color: 16562922.
HSL color Cylindrical-coordinate representation of color #EABAFC: hue angle of 283.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABAFC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 186 | 252 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.01 |
| HSL | 283.64º | 0.92% | 0.86% | - |
| HSV(B) | 283.64º | 0.26% | 0.99% | - |
| XYZ | 69.06 | 59.64 | 99.97 | - |
| YUV | 207.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 252 | 0.07 | 0.26 | 0 | 0.01 | 283.64 | 0.92 | 0.86 |
| Hex | EA | BA | FC | 7 | 1A | 0 | 1 | 11C | 5C | 56 |
| Octal | 352 | 272 | 374 | 7 | 32 | 0 | 1 | 434 | 134 | 126 |
| Binary | 11101010 | 10111010 | 11111100 | 111 | 11010 | 0 | 1 | 100011100 | 1011100 | 1010110 |
Color Harmonies of #EABAFC
Complementary color
Monochromatic Colors of #EABAFC
Black with #EABAFC
Text Example
Text Example
White with #EABAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAFC; }
p { color: rgb(234,186,252); }
H1.HeaderClassName
{
color: #EABAFC;
}
.AnyTagClassName
{
color: #EABAFC;
}
</style>
background-color css
<style>
a { background-color: #EABAFC; }
a { background-color: rgb(234,186,252); }
div.DivClassName
{
background-color: #EABAFC;
}
.BgClassName
{
background-color: #EABAFC;
}
</style>
border-color css
<style>
span { border-color: #EABAFC; }
span { border-color: rgb(234,186,252); }
td.TdClassName
{
border-color: #EABAFC;
}
.TagClassName
{
border-color: #EABAFC;
}
</style>