Shades of Mauve #EFA8FD
Tints of Mauve #EFA8FD
RGB
CMYK
RGB Variations
Color information
#EFA8FD (or 0xEFA8FD) is known color: Mauve. HEX triplet: EF, A8 and FD. RGB value is (239,168,253). Sum of RGB (Red+Green+Blue) = 239+168+253=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8FD is #105702. Grayscale: #C6C6C6. Windows color (decimal): -1070851 or 16623855. OLE color: 16623855.
HSL color Cylindrical-coordinate representation of color #EFA8FD: hue angle of 290.12º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA8FD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 168 | 253 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.01 |
| HSL | 290.12º | 0.96% | 0.83% | - |
| HSV(B) | 290.12º | 0.34% | 0.99% | - |
| XYZ | 67.33 | 53.45 | 99.7 | - |
| YUV | 198.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 253 | 0.06 | 0.34 | 0 | 0.01 | 290.12 | 0.96 | 0.83 |
| Hex | EF | A8 | FD | 6 | 22 | 0 | 1 | 122 | 60 | 53 |
| Octal | 357 | 250 | 375 | 6 | 42 | 0 | 1 | 442 | 140 | 123 |
| Binary | 11101111 | 10101000 | 11111101 | 110 | 100010 | 0 | 1 | 100100010 | 1100000 | 1010011 |
Color Harmonies of #EFA8FD
Complementary color
Monochromatic Colors of #EFA8FD
Black with #EFA8FD
Text Example
Text Example
White with #EFA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8FD; }
p { color: rgb(239,168,253); }
H1.HeaderClassName
{
color: #EFA8FD;
}
.AnyTagClassName
{
color: #EFA8FD;
}
</style>
background-color css
<style>
a { background-color: #EFA8FD; }
a { background-color: rgb(239,168,253); }
div.DivClassName
{
background-color: #EFA8FD;
}
.BgClassName
{
background-color: #EFA8FD;
}
</style>
border-color css
<style>
span { border-color: #EFA8FD; }
span { border-color: rgb(239,168,253); }
td.TdClassName
{
border-color: #EFA8FD;
}
.TagClassName
{
border-color: #EFA8FD;
}
</style>