Shades of Mauvelous #EC95A5
Tints of Mauvelous #EC95A5
RGB
CMYK
RGB Variations
Color information
#EC95A5 (or 0xEC95A5) is known color: Mauvelous. HEX triplet: EC, 95 and A5. RGB value is (236,149,165). Sum of RGB (Red+Green+Blue) = 236+149+165=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95A5 is #136A5A. Grayscale: #B0B0B0. Windows color (decimal): -1272411 or 10851820. OLE color: 10851820.
HSL color Cylindrical-coordinate representation of color #EC95A5: hue angle of 348.97º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95A5 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 165 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.07 |
| HSL | 348.97º | 0.7% | 0.75% | - |
| HSV(B) | 348.97º | 0.37% | 0.93% | - |
| XYZ | 52.13 | 42.04 | 40.97 | - |
| YUV | 176.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 165 | 0 | 0.37 | 0.30 | 0.07 | 348.97 | 0.7 | 0.75 |
| Hex | EC | 95 | A5 | 0 | 25 | 1E | 7 | 15D | 46 | 4B |
| Octal | 354 | 225 | 245 | 0 | 45 | 36 | 7 | 535 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10100101 | 0 | 100101 | 11110 | 111 | 101011101 | 1000110 | 1001011 |
Color Harmonies of #EC95A5
Complementary color
Monochromatic Colors of #EC95A5
Black with #EC95A5
Text Example
Text Example
White with #EC95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95A5; }
p { color: rgb(236,149,165); }
H1.HeaderClassName
{
color: #EC95A5;
}
.AnyTagClassName
{
color: #EC95A5;
}
</style>
background-color css
<style>
a { background-color: #EC95A5; }
a { background-color: rgb(236,149,165); }
div.DivClassName
{
background-color: #EC95A5;
}
.BgClassName
{
background-color: #EC95A5;
}
</style>
border-color css
<style>
span { border-color: #EC95A5; }
span { border-color: rgb(236,149,165); }
td.TdClassName
{
border-color: #EC95A5;
}
.TagClassName
{
border-color: #EC95A5;
}
</style>