Shades of Mauve #EFB0F7
Tints of Mauve #EFB0F7
RGB
CMYK
RGB Variations
Color information
#EFB0F7 (or 0xEFB0F7) is known color: Mauve. HEX triplet: EF, B0 and F7. RGB value is (239,176,247). Sum of RGB (Red+Green+Blue) = 239+176+247=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFB0F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0F7 is #104F08. Grayscale: #CACACA. Windows color (decimal): -1068809 or 16232687. OLE color: 16232687.
HSL color Cylindrical-coordinate representation of color #EFB0F7: hue angle of 293.24º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB0F7 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 176 | 247 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.03 |
| HSL | 293.24º | 0.82% | 0.83% | - |
| HSV(B) | 293.24º | 0.29% | 0.97% | - |
| XYZ | 67.91 | 56.12 | 95.25 | - |
| YUV | 202.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 247 | 0.03 | 0.29 | 0 | 0.03 | 293.24 | 0.82 | 0.83 |
| Hex | EF | B0 | F7 | 3 | 1D | 0 | 3 | 125 | 52 | 53 |
| Octal | 357 | 260 | 367 | 3 | 35 | 0 | 3 | 445 | 122 | 123 |
| Binary | 11101111 | 10110000 | 11110111 | 11 | 11101 | 0 | 11 | 100100101 | 1010010 | 1010011 |
Color Harmonies of #EFB0F7
Complementary color
Monochromatic Colors of #EFB0F7
Black with #EFB0F7
Text Example
Text Example
White with #EFB0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0F7; }
p { color: rgb(239,176,247); }
H1.HeaderClassName
{
color: #EFB0F7;
}
.AnyTagClassName
{
color: #EFB0F7;
}
</style>
background-color css
<style>
a { background-color: #EFB0F7; }
a { background-color: rgb(239,176,247); }
div.DivClassName
{
background-color: #EFB0F7;
}
.BgClassName
{
background-color: #EFB0F7;
}
</style>
border-color css
<style>
span { border-color: #EFB0F7; }
span { border-color: rgb(239,176,247); }
td.TdClassName
{
border-color: #EFB0F7;
}
.TagClassName
{
border-color: #EFB0F7;
}
</style>