Shades of Mauve #EFB4FC
Tints of Mauve #EFB4FC
RGB
CMYK
RGB Variations
Color information
#EFB4FC (or 0xEFB4FC) is known color: Mauve. HEX triplet: EF, B4 and FC. RGB value is (239,180,252). Sum of RGB (Red+Green+Blue) = 239+180+252=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFB4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4FC is #104B03. Grayscale: #CDCDCD. Windows color (decimal): -1067780 or 16561391. OLE color: 16561391.
HSL color Cylindrical-coordinate representation of color #EFB4FC: hue angle of 289.17º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB4FC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 180 | 252 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.01 |
| HSL | 289.17º | 0.92% | 0.85% | - |
| HSV(B) | 289.17º | 0.29% | 0.99% | - |
| XYZ | 69.49 | 58.02 | 99.63 | - |
| YUV | 205.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 252 | 0.05 | 0.29 | 0 | 0.01 | 289.17 | 0.92 | 0.85 |
| Hex | EF | B4 | FC | 5 | 1D | 0 | 1 | 121 | 5C | 55 |
| Octal | 357 | 264 | 374 | 5 | 35 | 0 | 1 | 441 | 134 | 125 |
| Binary | 11101111 | 10110100 | 11111100 | 101 | 11101 | 0 | 1 | 100100001 | 1011100 | 1010101 |
Color Harmonies of #EFB4FC
Complementary color
Monochromatic Colors of #EFB4FC
Black with #EFB4FC
Text Example
Text Example
White with #EFB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4FC; }
p { color: rgb(239,180,252); }
H1.HeaderClassName
{
color: #EFB4FC;
}
.AnyTagClassName
{
color: #EFB4FC;
}
</style>
background-color css
<style>
a { background-color: #EFB4FC; }
a { background-color: rgb(239,180,252); }
div.DivClassName
{
background-color: #EFB4FC;
}
.BgClassName
{
background-color: #EFB4FC;
}
</style>
border-color css
<style>
span { border-color: #EFB4FC; }
span { border-color: rgb(239,180,252); }
td.TdClassName
{
border-color: #EFB4FC;
}
.TagClassName
{
border-color: #EFB4FC;
}
</style>