Shades of Mauvelous #EC95AA
Tints of Mauvelous #EC95AA
RGB
CMYK
RGB Variations
Color information
#EC95AA (or 0xEC95AA) is known color: Mauvelous. HEX triplet: EC, 95 and AA. RGB value is (236,149,170). Sum of RGB (Red+Green+Blue) = 236+149+170=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95AA is #136A55. Grayscale: #B1B1B1. Windows color (decimal): -1272406 or 11179500. OLE color: 11179500.
HSL color Cylindrical-coordinate representation of color #EC95AA: hue angle of 345.52º 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 #EC95AA is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 170 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.07 |
| HSL | 345.52º | 0.7% | 0.75% | - |
| HSV(B) | 345.52º | 0.37% | 0.93% | - |
| XYZ | 52.6 | 42.23 | 43.41 | - |
| YUV | 177.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 170 | 0 | 0.37 | 0.28 | 0.07 | 345.52 | 0.7 | 0.75 |
| Hex | EC | 95 | AA | 0 | 25 | 1C | 7 | 15A | 46 | 4B |
| Octal | 354 | 225 | 252 | 0 | 45 | 34 | 7 | 532 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10101010 | 0 | 100101 | 11100 | 111 | 101011010 | 1000110 | 1001011 |
Color Harmonies of #EC95AA
Complementary color
Monochromatic Colors of #EC95AA
Black with #EC95AA
Text Example
Text Example
White with #EC95AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95AA; }
p { color: rgb(236,149,170); }
H1.HeaderClassName
{
color: #EC95AA;
}
.AnyTagClassName
{
color: #EC95AA;
}
</style>
background-color css
<style>
a { background-color: #EC95AA; }
a { background-color: rgb(236,149,170); }
div.DivClassName
{
background-color: #EC95AA;
}
.BgClassName
{
background-color: #EC95AA;
}
</style>
border-color css
<style>
span { border-color: #EC95AA; }
span { border-color: rgb(236,149,170); }
td.TdClassName
{
border-color: #EC95AA;
}
.TagClassName
{
border-color: #EC95AA;
}
</style>