Shades of Mauve #EF9FFD
Tints of Mauve #EF9FFD
RGB
CMYK
RGB Variations
Color information
#EF9FFD (or 0xEF9FFD) is known color: Mauve. HEX triplet: EF, 9F and FD. RGB value is (239,159,253). Sum of RGB (Red+Green+Blue) = 239+159+253=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 159 (62.5% from 255 or 24.42% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FFD is #106002. Grayscale: #C1C1C1. Windows color (decimal): -1073155 or 16621551. OLE color: 16621551.
HSL color Cylindrical-coordinate representation of color #EF9FFD: hue angle of 291.06º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF9FFD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 159 | 253 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 291.06º | 0.96% | 0.81% | - |
| HSV(B) | 291.06º | 0.37% | 0.99% | - |
| XYZ | 65.72 | 50.24 | 99.16 | - |
| YUV | 193.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 253 | 0.06 | 0.37 | 0 | 0.01 | 291.06 | 0.96 | 0.81 |
| Hex | EF | 9F | FD | 6 | 25 | 0 | 1 | 123 | 60 | 51 |
| Octal | 357 | 237 | 375 | 6 | 45 | 0 | 1 | 443 | 140 | 121 |
| Binary | 11101111 | 10011111 | 11111101 | 110 | 100101 | 0 | 1 | 100100011 | 1100000 | 1010001 |
Color Harmonies of #EF9FFD
Complementary color
Monochromatic Colors of #EF9FFD
Black with #EF9FFD
Text Example
Text Example
White with #EF9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FFD; }
p { color: rgb(239,159,253); }
H1.HeaderClassName
{
color: #EF9FFD;
}
.AnyTagClassName
{
color: #EF9FFD;
}
</style>
background-color css
<style>
a { background-color: #EF9FFD; }
a { background-color: rgb(239,159,253); }
div.DivClassName
{
background-color: #EF9FFD;
}
.BgClassName
{
background-color: #EF9FFD;
}
</style>
border-color css
<style>
span { border-color: #EF9FFD; }
span { border-color: rgb(239,159,253); }
td.TdClassName
{
border-color: #EF9FFD;
}
.TagClassName
{
border-color: #EF9FFD;
}
</style>