Shades of Mauvelous #EF89A0
Tints of Mauvelous #EF89A0
RGB
CMYK
RGB Variations
Color information
#EF89A0 (or 0xEF89A0) is known color: Mauvelous. HEX triplet: EF, 89 and A0. RGB value is (239,137,160). Sum of RGB (Red+Green+Blue) = 239+137+160=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF89A0 is #10765F. Grayscale: #AAAAAA. Windows color (decimal): -1078880 or 10521071. OLE color: 10521071.
HSL color Cylindrical-coordinate representation of color #EF89A0: hue angle of 346.47º 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 #EF89A0 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 160 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.06 |
| HSL | 346.47º | 0.76% | 0.74% | - |
| HSV(B) | 346.47º | 0.43% | 0.94% | - |
| XYZ | 50.89 | 38.78 | 38.06 | - |
| YUV | 170.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 160 | 0 | 0.43 | 0.33 | 0.06 | 346.47 | 0.76 | 0.74 |
| Hex | EF | 89 | A0 | 0 | 2B | 21 | 6 | 15A | 4C | 4A |
| Octal | 357 | 211 | 240 | 0 | 53 | 41 | 6 | 532 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10100000 | 0 | 101011 | 100001 | 110 | 101011010 | 1001100 | 1001010 |
Color Harmonies of #EF89A0
Complementary color
Monochromatic Colors of #EF89A0
Black with #EF89A0
Text Example
Text Example
White with #EF89A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89A0; }
p { color: rgb(239,137,160); }
H1.HeaderClassName
{
color: #EF89A0;
}
.AnyTagClassName
{
color: #EF89A0;
}
</style>
background-color css
<style>
a { background-color: #EF89A0; }
a { background-color: rgb(239,137,160); }
div.DivClassName
{
background-color: #EF89A0;
}
.BgClassName
{
background-color: #EF89A0;
}
</style>
border-color css
<style>
span { border-color: #EF89A0; }
span { border-color: rgb(239,137,160); }
td.TdClassName
{
border-color: #EF89A0;
}
.TagClassName
{
border-color: #EF89A0;
}
</style>