Shades of Mauvelous #EF89A9
Tints of Mauvelous #EF89A9
RGB
CMYK
RGB Variations
Color information
#EF89A9 (or 0xEF89A9) is known color: Mauvelous. HEX triplet: EF, 89 and A9. RGB value is (239,137,169). Sum of RGB (Red+Green+Blue) = 239+137+169=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF89A9 is #107656. Grayscale: #ABABAB. Windows color (decimal): -1078871 or 11110895. OLE color: 11110895.
HSL color Cylindrical-coordinate representation of color #EF89A9: hue angle of 341.18º 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 #EF89A9 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 169 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.06 |
| HSL | 341.18º | 0.76% | 0.74% | - |
| HSV(B) | 341.18º | 0.43% | 0.94% | - |
| XYZ | 51.7 | 39.11 | 42.36 | - |
| YUV | 171.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 169 | 0 | 0.43 | 0.29 | 0.06 | 341.18 | 0.76 | 0.74 |
| Hex | EF | 89 | A9 | 0 | 2B | 1D | 6 | 155 | 4C | 4A |
| Octal | 357 | 211 | 251 | 0 | 53 | 35 | 6 | 525 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10101001 | 0 | 101011 | 11101 | 110 | 101010101 | 1001100 | 1001010 |
Color Harmonies of #EF89A9
Complementary color
Monochromatic Colors of #EF89A9
Black with #EF89A9
Text Example
Text Example
White with #EF89A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89A9; }
p { color: rgb(239,137,169); }
H1.HeaderClassName
{
color: #EF89A9;
}
.AnyTagClassName
{
color: #EF89A9;
}
</style>
background-color css
<style>
a { background-color: #EF89A9; }
a { background-color: rgb(239,137,169); }
div.DivClassName
{
background-color: #EF89A9;
}
.BgClassName
{
background-color: #EF89A9;
}
</style>
border-color css
<style>
span { border-color: #EF89A9; }
span { border-color: rgb(239,137,169); }
td.TdClassName
{
border-color: #EF89A9;
}
.TagClassName
{
border-color: #EF89A9;
}
</style>