Shades of Mauve #EFB0FA
Tints of Mauve #EFB0FA
RGB
CMYK
RGB Variations
Color information
#EFB0FA (or 0xEFB0FA) is known color: Mauve. HEX triplet: EF, B0 and FA. RGB value is (239,176,250). Sum of RGB (Red+Green+Blue) = 239+176+250=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FA is #104F05. Grayscale: #CBCBCB. Windows color (decimal): -1068806 or 16429295. OLE color: 16429295.
HSL color Cylindrical-coordinate representation of color #EFB0FA: hue angle of 291.08º degrees, saturation: 0.88, 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 #EFB0FA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 176 | 250 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.02 |
| HSL | 291.08º | 0.88% | 0.84% | - |
| HSV(B) | 291.08º | 0.3% | 0.98% | - |
| XYZ | 68.38 | 56.3 | 97.71 | - |
| YUV | 203.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 250 | 0.04 | 0.30 | 0 | 0.02 | 291.08 | 0.88 | 0.84 |
| Hex | EF | B0 | FA | 4 | 1E | 0 | 2 | 123 | 58 | 54 |
| Octal | 357 | 260 | 372 | 4 | 36 | 0 | 2 | 443 | 130 | 124 |
| Binary | 11101111 | 10110000 | 11111010 | 100 | 11110 | 0 | 10 | 100100011 | 1011000 | 1010100 |
Color Harmonies of #EFB0FA
Complementary color
Monochromatic Colors of #EFB0FA
Black with #EFB0FA
Text Example
Text Example
White with #EFB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0FA; }
p { color: rgb(239,176,250); }
H1.HeaderClassName
{
color: #EFB0FA;
}
.AnyTagClassName
{
color: #EFB0FA;
}
</style>
background-color css
<style>
a { background-color: #EFB0FA; }
a { background-color: rgb(239,176,250); }
div.DivClassName
{
background-color: #EFB0FA;
}
.BgClassName
{
background-color: #EFB0FA;
}
</style>
border-color css
<style>
span { border-color: #EFB0FA; }
span { border-color: rgb(239,176,250); }
td.TdClassName
{
border-color: #EFB0FA;
}
.TagClassName
{
border-color: #EFB0FA;
}
</style>