Shades of Mauvelous #EC93A9
Tints of Mauvelous #EC93A9
RGB
CMYK
RGB Variations
Color information
#EC93A9 (or 0xEC93A9) is known color: Mauvelous. HEX triplet: EC, 93 and A9. RGB value is (236,147,169). Sum of RGB (Red+Green+Blue) = 236+147+169=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC93A9 is #136C56. Grayscale: #B0B0B0. Windows color (decimal): -1272919 or 11113452. OLE color: 11113452.
HSL color Cylindrical-coordinate representation of color #EC93A9: hue angle of 345.17º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93A9 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 169 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.07 |
| HSL | 345.17º | 0.7% | 0.75% | - |
| HSV(B) | 345.17º | 0.38% | 0.93% | - |
| XYZ | 52.19 | 41.56 | 42.81 | - |
| YUV | 176.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 169 | 0 | 0.38 | 0.28 | 0.07 | 345.17 | 0.7 | 0.75 |
| Hex | EC | 93 | A9 | 0 | 26 | 1C | 7 | 159 | 46 | 4B |
| Octal | 354 | 223 | 251 | 0 | 46 | 34 | 7 | 531 | 106 | 113 |
| Binary | 11101100 | 10010011 | 10101001 | 0 | 100110 | 11100 | 111 | 101011001 | 1000110 | 1001011 |
Color Harmonies of #EC93A9
Complementary color
Monochromatic Colors of #EC93A9
Black with #EC93A9
Text Example
Text Example
White with #EC93A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93A9; }
p { color: rgb(236,147,169); }
H1.HeaderClassName
{
color: #EC93A9;
}
.AnyTagClassName
{
color: #EC93A9;
}
</style>
background-color css
<style>
a { background-color: #EC93A9; }
a { background-color: rgb(236,147,169); }
div.DivClassName
{
background-color: #EC93A9;
}
.BgClassName
{
background-color: #EC93A9;
}
</style>
border-color css
<style>
span { border-color: #EC93A9; }
span { border-color: rgb(236,147,169); }
td.TdClassName
{
border-color: #EC93A9;
}
.TagClassName
{
border-color: #EC93A9;
}
</style>