Shades of Mauve #EFB0FE
Tints of Mauve #EFB0FE
RGB
CMYK
RGB Variations
Color information
#EFB0FE (or 0xEFB0FE) is known color: Mauve. HEX triplet: EF, B0 and FE. RGB value is (239,176,254). Sum of RGB (Red+Green+Blue) = 239+176+254=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 176 (69.14% from 255 or 26.31% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FE is #104F01. Grayscale: #CBCBCB. Windows color (decimal): -1068802 or 16691439. OLE color: 16691439.
HSL color Cylindrical-coordinate representation of color #EFB0FE: hue angle of 288.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFB0FE is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 176 | 254 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.00 |
| HSL | 288.46º | 0.98% | 0.84% | - |
| HSV(B) | 288.46º | 0.31% | 1% | - |
| XYZ | 69.01 | 56.56 | 101.05 | - |
| YUV | 203.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 254 | 0.06 | 0.31 | 0 | 0.00 | 288.46 | 0.98 | 0.84 |
| Hex | EF | B0 | FE | 6 | 1F | 0 | 0 | 120 | 62 | 54 |
| Octal | 357 | 260 | 376 | 6 | 37 | 0 | 0 | 440 | 142 | 124 |
| Binary | 11101111 | 10110000 | 11111110 | 110 | 11111 | 0 | 0 | 100100000 | 1100010 | 1010100 |
Color Harmonies of #EFB0FE
Complementary color
Monochromatic Colors of #EFB0FE
Black with #EFB0FE
Text Example
Text Example
White with #EFB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0FE; }
p { color: rgb(239,176,254); }
H1.HeaderClassName
{
color: #EFB0FE;
}
.AnyTagClassName
{
color: #EFB0FE;
}
</style>
background-color css
<style>
a { background-color: #EFB0FE; }
a { background-color: rgb(239,176,254); }
div.DivClassName
{
background-color: #EFB0FE;
}
.BgClassName
{
background-color: #EFB0FE;
}
</style>
border-color css
<style>
span { border-color: #EFB0FE; }
span { border-color: rgb(239,176,254); }
td.TdClassName
{
border-color: #EFB0FE;
}
.TagClassName
{
border-color: #EFB0FE;
}
</style>