Shades of Mauve #EEBAFA
Tints of Mauve #EEBAFA
RGB
CMYK
RGB Variations
Color information
#EEBAFA (or 0xEEBAFA) is known color: Mauve. HEX triplet: EE, BA and FA. RGB value is (238,186,250). Sum of RGB (Red+Green+Blue) = 238+186+250=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFA is #114505. Grayscale: #D0D0D0. Windows color (decimal): -1131782 or 16431854. OLE color: 16431854.
HSL color Cylindrical-coordinate representation of color #EEBAFA: hue angle of 288.75º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBAFA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 186 | 250 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.02 |
| HSL | 288.75º | 0.86% | 0.85% | - |
| HSV(B) | 288.75º | 0.26% | 0.98% | - |
| XYZ | 70.07 | 60.2 | 98.37 | - |
| YUV | 208.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 250 | 0.05 | 0.26 | 0 | 0.02 | 288.75 | 0.86 | 0.85 |
| Hex | EE | BA | FA | 5 | 1A | 0 | 2 | 121 | 56 | 55 |
| Octal | 356 | 272 | 372 | 5 | 32 | 0 | 2 | 441 | 126 | 125 |
| Binary | 11101110 | 10111010 | 11111010 | 101 | 11010 | 0 | 10 | 100100001 | 1010110 | 1010101 |
Color Harmonies of #EEBAFA
Complementary color
Monochromatic Colors of #EEBAFA
Black with #EEBAFA
Text Example
Text Example
White with #EEBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAFA; }
p { color: rgb(238,186,250); }
H1.HeaderClassName
{
color: #EEBAFA;
}
.AnyTagClassName
{
color: #EEBAFA;
}
</style>
background-color css
<style>
a { background-color: #EEBAFA; }
a { background-color: rgb(238,186,250); }
div.DivClassName
{
background-color: #EEBAFA;
}
.BgClassName
{
background-color: #EEBAFA;
}
</style>
border-color css
<style>
span { border-color: #EEBAFA; }
span { border-color: rgb(238,186,250); }
td.TdClassName
{
border-color: #EEBAFA;
}
.TagClassName
{
border-color: #EEBAFA;
}
</style>