Shades of Mauvelous #EF91AB
Tints of Mauvelous #EF91AB
RGB
CMYK
RGB Variations
Color information
#EF91AB (or 0xEF91AB) is known color: Mauvelous. HEX triplet: EF, 91 and AB. RGB value is (239,145,171). Sum of RGB (Red+Green+Blue) = 239+145+171=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF91AB is #106E54. Grayscale: #B0B0B0. Windows color (decimal): -1076821 or 11244015. OLE color: 11244015.
HSL color Cylindrical-coordinate representation of color #EF91AB: hue angle of 343.4º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91AB is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 171 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.06 |
| HSL | 343.4º | 0.75% | 0.75% | - |
| HSV(B) | 343.4º | 0.39% | 0.94% | - |
| XYZ | 53.07 | 41.54 | 43.75 | - |
| YUV | 176.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 171 | 0 | 0.39 | 0.28 | 0.06 | 343.4 | 0.75 | 0.75 |
| Hex | EF | 91 | AB | 0 | 27 | 1C | 6 | 157 | 4B | 4B |
| Octal | 357 | 221 | 253 | 0 | 47 | 34 | 6 | 527 | 113 | 113 |
| Binary | 11101111 | 10010001 | 10101011 | 0 | 100111 | 11100 | 110 | 101010111 | 1001011 | 1001011 |
Color Harmonies of #EF91AB
Complementary color
Monochromatic Colors of #EF91AB
Black with #EF91AB
Text Example
Text Example
White with #EF91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91AB; }
p { color: rgb(239,145,171); }
H1.HeaderClassName
{
color: #EF91AB;
}
.AnyTagClassName
{
color: #EF91AB;
}
</style>
background-color css
<style>
a { background-color: #EF91AB; }
a { background-color: rgb(239,145,171); }
div.DivClassName
{
background-color: #EF91AB;
}
.BgClassName
{
background-color: #EF91AB;
}
</style>
border-color css
<style>
span { border-color: #EF91AB; }
span { border-color: rgb(239,145,171); }
td.TdClassName
{
border-color: #EF91AB;
}
.TagClassName
{
border-color: #EF91AB;
}
</style>