Shades of Mauve #EFBAFA
Tints of Mauve #EFBAFA
RGB
CMYK
RGB Variations
Color information
#EFBAFA (or 0xEFBAFA) is known color: Mauve. HEX triplet: EF, BA and FA. RGB value is (239,186,250). Sum of RGB (Red+Green+Blue) = 239+186+250=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAFA is #104505. Grayscale: #D0D0D0. Windows color (decimal): -1066246 or 16431855. OLE color: 16431855.
HSL color Cylindrical-coordinate representation of color #EFBAFA: hue angle of 289.69º 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 #EFBAFA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 186 | 250 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.02 |
| HSL | 289.69º | 0.86% | 0.85% | - |
| HSV(B) | 289.69º | 0.26% | 0.98% | - |
| XYZ | 70.41 | 60.37 | 98.38 | - |
| YUV | 209.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 250 | 0.04 | 0.26 | 0 | 0.02 | 289.69 | 0.86 | 0.85 |
| Hex | EF | BA | FA | 4 | 1A | 0 | 2 | 122 | 56 | 55 |
| Octal | 357 | 272 | 372 | 4 | 32 | 0 | 2 | 442 | 126 | 125 |
| Binary | 11101111 | 10111010 | 11111010 | 100 | 11010 | 0 | 10 | 100100010 | 1010110 | 1010101 |
Color Harmonies of #EFBAFA
Complementary color
Monochromatic Colors of #EFBAFA
Black with #EFBAFA
Text Example
Text Example
White with #EFBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAFA; }
p { color: rgb(239,186,250); }
H1.HeaderClassName
{
color: #EFBAFA;
}
.AnyTagClassName
{
color: #EFBAFA;
}
</style>
background-color css
<style>
a { background-color: #EFBAFA; }
a { background-color: rgb(239,186,250); }
div.DivClassName
{
background-color: #EFBAFA;
}
.BgClassName
{
background-color: #EFBAFA;
}
</style>
border-color css
<style>
span { border-color: #EFBAFA; }
span { border-color: rgb(239,186,250); }
td.TdClassName
{
border-color: #EFBAFA;
}
.TagClassName
{
border-color: #EFBAFA;
}
</style>