Shades of Mauve #EFB0FB
Tints of Mauve #EFB0FB
RGB
CMYK
RGB Variations
Color information
#EFB0FB (or 0xEFB0FB) is known color: Mauve. HEX triplet: EF, B0 and FB. RGB value is (239,176,251). Sum of RGB (Red+Green+Blue) = 239+176+251=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FB is #104F04. Grayscale: #CBCBCB. Windows color (decimal): -1068805 or 16494831. OLE color: 16494831.
HSL color Cylindrical-coordinate representation of color #EFB0FB: hue angle of 290.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB0FB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 176 | 251 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.02 |
| HSL | 290.4º | 0.9% | 0.84% | - |
| HSV(B) | 290.4º | 0.3% | 0.98% | - |
| XYZ | 68.53 | 56.37 | 98.53 | - |
| YUV | 203.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 251 | 0.05 | 0.30 | 0 | 0.02 | 290.4 | 0.9 | 0.84 |
| Hex | EF | B0 | FB | 5 | 1E | 0 | 2 | 122 | 5A | 54 |
| Octal | 357 | 260 | 373 | 5 | 36 | 0 | 2 | 442 | 132 | 124 |
| Binary | 11101111 | 10110000 | 11111011 | 101 | 11110 | 0 | 10 | 100100010 | 1011010 | 1010100 |
Color Harmonies of #EFB0FB
Complementary color
Monochromatic Colors of #EFB0FB
Black with #EFB0FB
Text Example
Text Example
White with #EFB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0FB; }
p { color: rgb(239,176,251); }
H1.HeaderClassName
{
color: #EFB0FB;
}
.AnyTagClassName
{
color: #EFB0FB;
}
</style>
background-color css
<style>
a { background-color: #EFB0FB; }
a { background-color: rgb(239,176,251); }
div.DivClassName
{
background-color: #EFB0FB;
}
.BgClassName
{
background-color: #EFB0FB;
}
</style>
border-color css
<style>
span { border-color: #EFB0FB; }
span { border-color: rgb(239,176,251); }
td.TdClassName
{
border-color: #EFB0FB;
}
.TagClassName
{
border-color: #EFB0FB;
}
</style>