Shades of Mauve #EFACF5
Tints of Mauve #EFACF5
RGB
CMYK
RGB Variations
Color information
#EFACF5 (or 0xEFACF5) is known color: Mauve. HEX triplet: EF, AC and F5. RGB value is (239,172,245). Sum of RGB (Red+Green+Blue) = 239+172+245=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF5 is #10530A. Grayscale: #C8C8C8. Windows color (decimal): -1069835 or 16100591. OLE color: 16100591.
HSL color Cylindrical-coordinate representation of color #EFACF5: hue angle of 295.07º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFACF5 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 172 | 245 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.04 |
| HSL | 295.07º | 0.78% | 0.82% | - |
| HSV(B) | 295.07º | 0.3% | 0.96% | - |
| XYZ | 66.83 | 54.45 | 93.37 | - |
| YUV | 200.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 245 | 0.02 | 0.30 | 0 | 0.04 | 295.07 | 0.78 | 0.82 |
| Hex | EF | AC | F5 | 2 | 1E | 0 | 4 | 127 | 4E | 52 |
| Octal | 357 | 254 | 365 | 2 | 36 | 0 | 4 | 447 | 116 | 122 |
| Binary | 11101111 | 10101100 | 11110101 | 10 | 11110 | 0 | 100 | 100100111 | 1001110 | 1010010 |
Color Harmonies of #EFACF5
Complementary color
Monochromatic Colors of #EFACF5
Black with #EFACF5
Text Example
Text Example
White with #EFACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACF5; }
p { color: rgb(239,172,245); }
H1.HeaderClassName
{
color: #EFACF5;
}
.AnyTagClassName
{
color: #EFACF5;
}
</style>
background-color css
<style>
a { background-color: #EFACF5; }
a { background-color: rgb(239,172,245); }
div.DivClassName
{
background-color: #EFACF5;
}
.BgClassName
{
background-color: #EFACF5;
}
</style>
border-color css
<style>
span { border-color: #EFACF5; }
span { border-color: rgb(239,172,245); }
td.TdClassName
{
border-color: #EFACF5;
}
.TagClassName
{
border-color: #EFACF5;
}
</style>