Shades of Mauve #EFB0F9
Tints of Mauve #EFB0F9
RGB
CMYK
RGB Variations
Color information
#EFB0F9 (or 0xEFB0F9) is known color: Mauve. HEX triplet: EF, B0 and F9. RGB value is (239,176,249). Sum of RGB (Red+Green+Blue) = 239+176+249=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFB0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0F9 is #104F06. Grayscale: #CACACA. Windows color (decimal): -1068807 or 16363759. OLE color: 16363759.
HSL color Cylindrical-coordinate representation of color #EFB0F9: hue angle of 291.78º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB0F9 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 176 | 249 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.02 |
| HSL | 291.78º | 0.86% | 0.83% | - |
| HSV(B) | 291.78º | 0.29% | 0.98% | - |
| XYZ | 68.22 | 56.24 | 96.88 | - |
| YUV | 203.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 249 | 0.04 | 0.29 | 0 | 0.02 | 291.78 | 0.86 | 0.83 |
| Hex | EF | B0 | F9 | 4 | 1D | 0 | 2 | 124 | 56 | 53 |
| Octal | 357 | 260 | 371 | 4 | 35 | 0 | 2 | 444 | 126 | 123 |
| Binary | 11101111 | 10110000 | 11111001 | 100 | 11101 | 0 | 10 | 100100100 | 1010110 | 1010011 |
Color Harmonies of #EFB0F9
Complementary color
Monochromatic Colors of #EFB0F9
Black with #EFB0F9
Text Example
Text Example
White with #EFB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0F9; }
p { color: rgb(239,176,249); }
H1.HeaderClassName
{
color: #EFB0F9;
}
.AnyTagClassName
{
color: #EFB0F9;
}
</style>
background-color css
<style>
a { background-color: #EFB0F9; }
a { background-color: rgb(239,176,249); }
div.DivClassName
{
background-color: #EFB0F9;
}
.BgClassName
{
background-color: #EFB0F9;
}
</style>
border-color css
<style>
span { border-color: #EFB0F9; }
span { border-color: rgb(239,176,249); }
td.TdClassName
{
border-color: #EFB0F9;
}
.TagClassName
{
border-color: #EFB0F9;
}
</style>