Shades of Mauvelous #EF95A5
Tints of Mauvelous #EF95A5
RGB
CMYK
RGB Variations
Color information
#EF95A5 (or 0xEF95A5) is known color: Mauvelous. HEX triplet: EF, 95 and A5. RGB value is (239,149,165). Sum of RGB (Red+Green+Blue) = 239+149+165=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF95A5 is #106A5A. Grayscale: #B1B1B1. Windows color (decimal): -1075803 or 10851823. OLE color: 10851823.
HSL color Cylindrical-coordinate representation of color #EF95A5: hue angle of 349.33º 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 #EF95A5 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 165 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.06 |
| HSL | 349.33º | 0.74% | 0.76% | - |
| HSV(B) | 349.33º | 0.38% | 0.94% | - |
| XYZ | 53.14 | 42.56 | 41.01 | - |
| YUV | 177.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 165 | 0 | 0.38 | 0.31 | 0.06 | 349.33 | 0.74 | 0.76 |
| Hex | EF | 95 | A5 | 0 | 26 | 1F | 6 | 15D | 4A | 4C |
| Octal | 357 | 225 | 245 | 0 | 46 | 37 | 6 | 535 | 112 | 114 |
| Binary | 11101111 | 10010101 | 10100101 | 0 | 100110 | 11111 | 110 | 101011101 | 1001010 | 1001100 |
Color Harmonies of #EF95A5
Complementary color
Monochromatic Colors of #EF95A5
Black with #EF95A5
Text Example
Text Example
White with #EF95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95A5; }
p { color: rgb(239,149,165); }
H1.HeaderClassName
{
color: #EF95A5;
}
.AnyTagClassName
{
color: #EF95A5;
}
</style>
background-color css
<style>
a { background-color: #EF95A5; }
a { background-color: rgb(239,149,165); }
div.DivClassName
{
background-color: #EF95A5;
}
.BgClassName
{
background-color: #EF95A5;
}
</style>
border-color css
<style>
span { border-color: #EF95A5; }
span { border-color: rgb(239,149,165); }
td.TdClassName
{
border-color: #EF95A5;
}
.TagClassName
{
border-color: #EF95A5;
}
</style>