Shades of Mauvelous #EF89AB
Tints of Mauvelous #EF89AB
RGB
CMYK
RGB Variations
Color information
#EF89AB (or 0xEF89AB) is known color: Mauvelous. HEX triplet: EF, 89 and AB. RGB value is (239,137,171). Sum of RGB (Red+Green+Blue) = 239+137+171=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF89AB is #107654. Grayscale: #ABABAB. Windows color (decimal): -1078869 or 11241967. OLE color: 11241967.
HSL color Cylindrical-coordinate representation of color #EF89AB: hue angle of 340º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF89AB is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 171 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.06 |
| HSL | 340º | 0.76% | 0.74% | - |
| HSV(B) | 340º | 0.43% | 0.94% | - |
| XYZ | 51.89 | 39.18 | 43.36 | - |
| YUV | 171.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 171 | 0 | 0.43 | 0.28 | 0.06 | 340 | 0.76 | 0.74 |
| Hex | EF | 89 | AB | 0 | 2B | 1C | 6 | 154 | 4C | 4A |
| Octal | 357 | 211 | 253 | 0 | 53 | 34 | 6 | 524 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10101011 | 0 | 101011 | 11100 | 110 | 101010100 | 1001100 | 1001010 |
Color Harmonies of #EF89AB
Complementary color
Monochromatic Colors of #EF89AB
Black with #EF89AB
Text Example
Text Example
White with #EF89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89AB; }
p { color: rgb(239,137,171); }
H1.HeaderClassName
{
color: #EF89AB;
}
.AnyTagClassName
{
color: #EF89AB;
}
</style>
background-color css
<style>
a { background-color: #EF89AB; }
a { background-color: rgb(239,137,171); }
div.DivClassName
{
background-color: #EF89AB;
}
.BgClassName
{
background-color: #EF89AB;
}
</style>
border-color css
<style>
span { border-color: #EF89AB; }
span { border-color: rgb(239,137,171); }
td.TdClassName
{
border-color: #EF89AB;
}
.TagClassName
{
border-color: #EF89AB;
}
</style>