Shades of Mauve #EFABFE
Tints of Mauve #EFABFE
RGB
CMYK
RGB Variations
Color information
#EFABFE (or 0xEFABFE) is known color: Mauve. HEX triplet: EF, AB and FE. RGB value is (239,171,254). Sum of RGB (Red+Green+Blue) = 239+171+254=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABFE is #105401. Grayscale: #C8C8C8. Windows color (decimal): -1070082 or 16690159. OLE color: 16690159.
HSL color Cylindrical-coordinate representation of color #EFABFE: hue angle of 289.16º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFABFE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 171 | 254 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.00 |
| HSL | 289.16º | 0.98% | 0.83% | - |
| HSV(B) | 289.16º | 0.33% | 1% | - |
| XYZ | 68.05 | 54.63 | 100.72 | - |
| YUV | 200.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 254 | 0.06 | 0.33 | 0 | 0.00 | 289.16 | 0.98 | 0.83 |
| Hex | EF | AB | FE | 6 | 21 | 0 | 0 | 121 | 62 | 53 |
| Octal | 357 | 253 | 376 | 6 | 41 | 0 | 0 | 441 | 142 | 123 |
| Binary | 11101111 | 10101011 | 11111110 | 110 | 100001 | 0 | 0 | 100100001 | 1100010 | 1010011 |
Color Harmonies of #EFABFE
Complementary color
Monochromatic Colors of #EFABFE
Black with #EFABFE
Text Example
Text Example
White with #EFABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABFE; }
p { color: rgb(239,171,254); }
H1.HeaderClassName
{
color: #EFABFE;
}
.AnyTagClassName
{
color: #EFABFE;
}
</style>
background-color css
<style>
a { background-color: #EFABFE; }
a { background-color: rgb(239,171,254); }
div.DivClassName
{
background-color: #EFABFE;
}
.BgClassName
{
background-color: #EFABFE;
}
</style>
border-color css
<style>
span { border-color: #EFABFE; }
span { border-color: rgb(239,171,254); }
td.TdClassName
{
border-color: #EFABFE;
}
.TagClassName
{
border-color: #EFABFE;
}
</style>