Shades of Mauve #EFC0FC
Tints of Mauve #EFC0FC
RGB
CMYK
RGB Variations
Color information
#EFC0FC (or 0xEFC0FC) is known color: Mauve. HEX triplet: EF, C0 and FC. RGB value is (239,192,252). Sum of RGB (Red+Green+Blue) = 239+192+252=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0FC is #103F03. Grayscale: #D4D4D4. Windows color (decimal): -1064708 or 16564463. OLE color: 16564463.
HSL color Cylindrical-coordinate representation of color #EFC0FC: hue angle of 287º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC0FC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 192 | 252 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.01 |
| HSL | 287º | 0.91% | 0.87% | - |
| HSV(B) | 287º | 0.24% | 0.99% | - |
| XYZ | 72.02 | 63.08 | 100.48 | - |
| YUV | 212.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 252 | 0.05 | 0.24 | 0 | 0.01 | 287 | 0.91 | 0.87 |
| Hex | EF | C0 | FC | 5 | 18 | 0 | 1 | 11F | 5B | 57 |
| Octal | 357 | 300 | 374 | 5 | 30 | 0 | 1 | 437 | 133 | 127 |
| Binary | 11101111 | 11000000 | 11111100 | 101 | 11000 | 0 | 1 | 100011111 | 1011011 | 1010111 |
Color Harmonies of #EFC0FC
Complementary color
Monochromatic Colors of #EFC0FC
Black with #EFC0FC
Text Example
Text Example
White with #EFC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0FC; }
p { color: rgb(239,192,252); }
H1.HeaderClassName
{
color: #EFC0FC;
}
.AnyTagClassName
{
color: #EFC0FC;
}
</style>
background-color css
<style>
a { background-color: #EFC0FC; }
a { background-color: rgb(239,192,252); }
div.DivClassName
{
background-color: #EFC0FC;
}
.BgClassName
{
background-color: #EFC0FC;
}
</style>
border-color css
<style>
span { border-color: #EFC0FC; }
span { border-color: rgb(239,192,252); }
td.TdClassName
{
border-color: #EFC0FC;
}
.TagClassName
{
border-color: #EFC0FC;
}
</style>