Shades of Mauvelous #EF94A9
Tints of Mauvelous #EF94A9
RGB
CMYK
RGB Variations
Color information
#EF94A9 (or 0xEF94A9) is known color: Mauvelous. HEX triplet: EF, 94 and A9. RGB value is (239,148,169). Sum of RGB (Red+Green+Blue) = 239+148+169=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF94A9 is #106B56. Grayscale: #B1B1B1. Windows color (decimal): -1076055 or 11113711. OLE color: 11113711.
HSL color Cylindrical-coordinate representation of color #EF94A9: hue angle of 346.15º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94A9 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 169 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.06 |
| HSL | 346.15º | 0.74% | 0.76% | - |
| HSV(B) | 346.15º | 0.38% | 0.94% | - |
| XYZ | 53.35 | 42.4 | 42.91 | - |
| YUV | 177.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 169 | 0 | 0.38 | 0.29 | 0.06 | 346.15 | 0.74 | 0.76 |
| Hex | EF | 94 | A9 | 0 | 26 | 1D | 6 | 15A | 4A | 4C |
| Octal | 357 | 224 | 251 | 0 | 46 | 35 | 6 | 532 | 112 | 114 |
| Binary | 11101111 | 10010100 | 10101001 | 0 | 100110 | 11101 | 110 | 101011010 | 1001010 | 1001100 |
Color Harmonies of #EF94A9
Complementary color
Monochromatic Colors of #EF94A9
Black with #EF94A9
Text Example
Text Example
White with #EF94A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94A9; }
p { color: rgb(239,148,169); }
H1.HeaderClassName
{
color: #EF94A9;
}
.AnyTagClassName
{
color: #EF94A9;
}
</style>
background-color css
<style>
a { background-color: #EF94A9; }
a { background-color: rgb(239,148,169); }
div.DivClassName
{
background-color: #EF94A9;
}
.BgClassName
{
background-color: #EF94A9;
}
</style>
border-color css
<style>
span { border-color: #EF94A9; }
span { border-color: rgb(239,148,169); }
td.TdClassName
{
border-color: #EF94A9;
}
.TagClassName
{
border-color: #EF94A9;
}
</style>