Shades of Mauvelous #EF89AF
Tints of Mauvelous #EF89AF
RGB
CMYK
RGB Variations
Color information
#EF89AF (or 0xEF89AF) is known color: Mauvelous. HEX triplet: EF, 89 and AF. RGB value is (239,137,175). Sum of RGB (Red+Green+Blue) = 239+137+175=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF89AF is #107650. Grayscale: #ABABAB. Windows color (decimal): -1078865 or 11504111. OLE color: 11504111.
HSL color Cylindrical-coordinate representation of color #EF89AF: hue angle of 337.65º 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 #EF89AF is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 175 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.06 |
| HSL | 337.65º | 0.76% | 0.74% | - |
| HSV(B) | 337.65º | 0.43% | 0.94% | - |
| XYZ | 52.28 | 39.34 | 45.39 | - |
| YUV | 171.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 175 | 0 | 0.43 | 0.27 | 0.06 | 337.65 | 0.76 | 0.74 |
| Hex | EF | 89 | AF | 0 | 2B | 1B | 6 | 152 | 4C | 4A |
| Octal | 357 | 211 | 257 | 0 | 53 | 33 | 6 | 522 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10101111 | 0 | 101011 | 11011 | 110 | 101010010 | 1001100 | 1001010 |
Color Harmonies of #EF89AF
Complementary color
Monochromatic Colors of #EF89AF
Black with #EF89AF
Text Example
Text Example
White with #EF89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89AF; }
p { color: rgb(239,137,175); }
H1.HeaderClassName
{
color: #EF89AF;
}
.AnyTagClassName
{
color: #EF89AF;
}
</style>
background-color css
<style>
a { background-color: #EF89AF; }
a { background-color: rgb(239,137,175); }
div.DivClassName
{
background-color: #EF89AF;
}
.BgClassName
{
background-color: #EF89AF;
}
</style>
border-color css
<style>
span { border-color: #EF89AF; }
span { border-color: rgb(239,137,175); }
td.TdClassName
{
border-color: #EF89AF;
}
.TagClassName
{
border-color: #EF89AF;
}
</style>