Shades of Mauve #EFB1FE
Tints of Mauve #EFB1FE
RGB
CMYK
RGB Variations
Color information
#EFB1FE (or 0xEFB1FE) is known color: Mauve. HEX triplet: EF, B1 and FE. RGB value is (239,177,254). Sum of RGB (Red+Green+Blue) = 239+177+254=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB1FE is #104E01. Grayscale: #CCCCCC. Windows color (decimal): -1068546 or 16691695. OLE color: 16691695.
HSL color Cylindrical-coordinate representation of color #EFB1FE: hue angle of 288.31º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB1FE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 177 | 254 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.00 |
| HSL | 288.31º | 0.97% | 0.85% | - |
| HSV(B) | 288.31º | 0.3% | 1% | - |
| XYZ | 69.21 | 56.95 | 101.11 | - |
| YUV | 204.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 254 | 0.06 | 0.30 | 0 | 0.00 | 288.31 | 0.97 | 0.85 |
| Hex | EF | B1 | FE | 6 | 1E | 0 | 0 | 120 | 61 | 55 |
| Octal | 357 | 261 | 376 | 6 | 36 | 0 | 0 | 440 | 141 | 125 |
| Binary | 11101111 | 10110001 | 11111110 | 110 | 11110 | 0 | 0 | 100100000 | 1100001 | 1010101 |
Color Harmonies of #EFB1FE
Complementary color
Monochromatic Colors of #EFB1FE
Black with #EFB1FE
Text Example
Text Example
White with #EFB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1FE; }
p { color: rgb(239,177,254); }
H1.HeaderClassName
{
color: #EFB1FE;
}
.AnyTagClassName
{
color: #EFB1FE;
}
</style>
background-color css
<style>
a { background-color: #EFB1FE; }
a { background-color: rgb(239,177,254); }
div.DivClassName
{
background-color: #EFB1FE;
}
.BgClassName
{
background-color: #EFB1FE;
}
</style>
border-color css
<style>
span { border-color: #EFB1FE; }
span { border-color: rgb(239,177,254); }
td.TdClassName
{
border-color: #EFB1FE;
}
.TagClassName
{
border-color: #EFB1FE;
}
</style>