Shades of Mauvelous #EF95A7
Tints of Mauvelous #EF95A7
RGB
CMYK
RGB Variations
Color information
#EF95A7 (or 0xEF95A7) is known color: Mauvelous. HEX triplet: EF, 95 and A7. RGB value is (239,149,167). Sum of RGB (Red+Green+Blue) = 239+149+167=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF95A7 is #106A58. Grayscale: #B1B1B1. Windows color (decimal): -1075801 or 10982895. OLE color: 10982895.
HSL color Cylindrical-coordinate representation of color #EF95A7: hue angle of 348º 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 #EF95A7 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 167 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.06 |
| HSL | 348º | 0.74% | 0.76% | - |
| HSV(B) | 348º | 0.38% | 0.94% | - |
| XYZ | 53.32 | 42.64 | 41.98 | - |
| YUV | 177.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 167 | 0 | 0.38 | 0.30 | 0.06 | 348 | 0.74 | 0.76 |
| Hex | EF | 95 | A7 | 0 | 26 | 1E | 6 | 15C | 4A | 4C |
| Octal | 357 | 225 | 247 | 0 | 46 | 36 | 6 | 534 | 112 | 114 |
| Binary | 11101111 | 10010101 | 10100111 | 0 | 100110 | 11110 | 110 | 101011100 | 1001010 | 1001100 |
Color Harmonies of #EF95A7
Complementary color
Monochromatic Colors of #EF95A7
Black with #EF95A7
Text Example
Text Example
White with #EF95A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95A7; }
p { color: rgb(239,149,167); }
H1.HeaderClassName
{
color: #EF95A7;
}
.AnyTagClassName
{
color: #EF95A7;
}
</style>
background-color css
<style>
a { background-color: #EF95A7; }
a { background-color: rgb(239,149,167); }
div.DivClassName
{
background-color: #EF95A7;
}
.BgClassName
{
background-color: #EF95A7;
}
</style>
border-color css
<style>
span { border-color: #EF95A7; }
span { border-color: rgb(239,149,167); }
td.TdClassName
{
border-color: #EF95A7;
}
.TagClassName
{
border-color: #EF95A7;
}
</style>