Shades of Mauve #EFA4FF
Tints of Mauve #EFA4FF
RGB
CMYK
RGB Variations
Color information
#EFA4FF (or 0xEFA4FF) is known color: Mauve. HEX triplet: EF, A4 and FF. RGB value is (239,164,255). Sum of RGB (Red+Green+Blue) = 239+164+255=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 164 (64.45% from 255 or 24.92% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4FF is #105B00. Grayscale: #C4C4C4. Windows color (decimal): -1071873 or 16753903. OLE color: 16753903.
HSL color Cylindrical-coordinate representation of color #EFA4FF: hue angle of 289.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA4FF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 164 | 255 | - |
| CMYK | 0.06 | 0.36 | 0 | 0 |
| HSL | 289.45º | 1% | 0.82% | - |
| HSV(B) | 289.45º | 0.36% | 1% | - |
| XYZ | 66.92 | 52.12 | 101.14 | - |
| YUV | 196.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 255 | 0.06 | 0.36 | 0 | 0 | 289.45 | 1 | 0.82 |
| Hex | EF | A4 | FF | 6 | 24 | 0 | 0 | 121 | 64 | 52 |
| Octal | 357 | 244 | 377 | 6 | 44 | 0 | 0 | 441 | 144 | 122 |
| Binary | 11101111 | 10100100 | 11111111 | 110 | 100100 | 0 | 0 | 100100001 | 1100100 | 1010010 |
Color Harmonies of #EFA4FF
Complementary color
Monochromatic Colors of #EFA4FF
Black with #EFA4FF
Text Example
Text Example
White with #EFA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4FF; }
p { color: rgb(239,164,255); }
H1.HeaderClassName
{
color: #EFA4FF;
}
.AnyTagClassName
{
color: #EFA4FF;
}
</style>
background-color css
<style>
a { background-color: #EFA4FF; }
a { background-color: rgb(239,164,255); }
div.DivClassName
{
background-color: #EFA4FF;
}
.BgClassName
{
background-color: #EFA4FF;
}
</style>
border-color css
<style>
span { border-color: #EFA4FF; }
span { border-color: rgb(239,164,255); }
td.TdClassName
{
border-color: #EFA4FF;
}
.TagClassName
{
border-color: #EFA4FF;
}
</style>