Shades of Mauve #EFA3F8
Tints of Mauve #EFA3F8
RGB
CMYK
RGB Variations
Color information
#EFA3F8 (or 0xEFA3F8) is known color: Mauve. HEX triplet: EF, A3 and F8. RGB value is (239,163,248). Sum of RGB (Red+Green+Blue) = 239+163+248=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 163 (64.06% from 255 or 25.08% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFA3F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3F8 is #105C07. Grayscale: #C3C3C3. Windows color (decimal): -1072136 or 16294895. OLE color: 16294895.
HSL color Cylindrical-coordinate representation of color #EFA3F8: hue angle of 293.65º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA3F8 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 163 | 248 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.03 |
| HSL | 293.65º | 0.86% | 0.81% | - |
| HSV(B) | 293.65º | 0.34% | 0.97% | - |
| XYZ | 65.64 | 51.32 | 95.25 | - |
| YUV | 195.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 248 | 0.04 | 0.34 | 0 | 0.03 | 293.65 | 0.86 | 0.81 |
| Hex | EF | A3 | F8 | 4 | 22 | 0 | 3 | 126 | 56 | 51 |
| Octal | 357 | 243 | 370 | 4 | 42 | 0 | 3 | 446 | 126 | 121 |
| Binary | 11101111 | 10100011 | 11111000 | 100 | 100010 | 0 | 11 | 100100110 | 1010110 | 1010001 |
Color Harmonies of #EFA3F8
Complementary color
Monochromatic Colors of #EFA3F8
Black with #EFA3F8
Text Example
Text Example
White with #EFA3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3F8; }
p { color: rgb(239,163,248); }
H1.HeaderClassName
{
color: #EFA3F8;
}
.AnyTagClassName
{
color: #EFA3F8;
}
</style>
background-color css
<style>
a { background-color: #EFA3F8; }
a { background-color: rgb(239,163,248); }
div.DivClassName
{
background-color: #EFA3F8;
}
.BgClassName
{
background-color: #EFA3F8;
}
</style>
border-color css
<style>
span { border-color: #EFA3F8; }
span { border-color: rgb(239,163,248); }
td.TdClassName
{
border-color: #EFA3F8;
}
.TagClassName
{
border-color: #EFA3F8;
}
</style>