Shades of Mauve #EFAAFF
Tints of Mauve #EFAAFF
RGB
CMYK
RGB Variations
Color information
#EFAAFF (or 0xEFAAFF) is known color: Mauve. HEX triplet: EF, AA and FF. RGB value is (239,170,255). Sum of RGB (Red+Green+Blue) = 239+170+255=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 170 (66.80% from 255 or 25.60% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAFF is #105500. Grayscale: #C8C8C8. Windows color (decimal): -1070337 or 16755439. OLE color: 16755439.
HSL color Cylindrical-coordinate representation of color #EFAAFF: hue angle of 288.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFAAFF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 170 | 255 | - |
| CMYK | 0.06 | 0.33 | 0 | 0 |
| HSL | 288.71º | 1% | 0.83% | - |
| HSV(B) | 288.71º | 0.33% | 1% | - |
| XYZ | 68.02 | 54.32 | 101.51 | - |
| YUV | 200.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 255 | 0.06 | 0.33 | 0 | 0 | 288.71 | 1 | 0.83 |
| Hex | EF | AA | FF | 6 | 21 | 0 | 0 | 121 | 64 | 53 |
| Octal | 357 | 252 | 377 | 6 | 41 | 0 | 0 | 441 | 144 | 123 |
| Binary | 11101111 | 10101010 | 11111111 | 110 | 100001 | 0 | 0 | 100100001 | 1100100 | 1010011 |
Color Harmonies of #EFAAFF
Complementary color
Monochromatic Colors of #EFAAFF
Black with #EFAAFF
Text Example
Text Example
White with #EFAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAFF; }
p { color: rgb(239,170,255); }
H1.HeaderClassName
{
color: #EFAAFF;
}
.AnyTagClassName
{
color: #EFAAFF;
}
</style>
background-color css
<style>
a { background-color: #EFAAFF; }
a { background-color: rgb(239,170,255); }
div.DivClassName
{
background-color: #EFAAFF;
}
.BgClassName
{
background-color: #EFAAFF;
}
</style>
border-color css
<style>
span { border-color: #EFAAFF; }
span { border-color: rgb(239,170,255); }
td.TdClassName
{
border-color: #EFAAFF;
}
.TagClassName
{
border-color: #EFAAFF;
}
</style>