Shades of Mauve #EFB5FC
Tints of Mauve #EFB5FC
RGB
CMYK
RGB Variations
Color information
#EFB5FC (or 0xEFB5FC) is known color: Mauve. HEX triplet: EF, B5 and FC. RGB value is (239,181,252). Sum of RGB (Red+Green+Blue) = 239+181+252=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 181 (71.09% from 255 or 26.93% 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 #EFB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5FC is #104A03. Grayscale: #CECECE. Windows color (decimal): -1067524 or 16561647. OLE color: 16561647.
HSL color Cylindrical-coordinate representation of color #EFB5FC: hue angle of 289.01º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB5FC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 181 | 252 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.01 |
| HSL | 289.01º | 0.92% | 0.85% | - |
| HSV(B) | 289.01º | 0.28% | 0.99% | - |
| XYZ | 69.69 | 58.43 | 99.7 | - |
| YUV | 206.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 252 | 0.05 | 0.28 | 0 | 0.01 | 289.01 | 0.92 | 0.85 |
| Hex | EF | B5 | FC | 5 | 1C | 0 | 1 | 121 | 5C | 55 |
| Octal | 357 | 265 | 374 | 5 | 34 | 0 | 1 | 441 | 134 | 125 |
| Binary | 11101111 | 10110101 | 11111100 | 101 | 11100 | 0 | 1 | 100100001 | 1011100 | 1010101 |
Color Harmonies of #EFB5FC
Complementary color
Monochromatic Colors of #EFB5FC
Black with #EFB5FC
Text Example
Text Example
White with #EFB5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5FC; }
p { color: rgb(239,181,252); }
H1.HeaderClassName
{
color: #EFB5FC;
}
.AnyTagClassName
{
color: #EFB5FC;
}
</style>
background-color css
<style>
a { background-color: #EFB5FC; }
a { background-color: rgb(239,181,252); }
div.DivClassName
{
background-color: #EFB5FC;
}
.BgClassName
{
background-color: #EFB5FC;
}
</style>
border-color css
<style>
span { border-color: #EFB5FC; }
span { border-color: rgb(239,181,252); }
td.TdClassName
{
border-color: #EFB5FC;
}
.TagClassName
{
border-color: #EFB5FC;
}
</style>