Shades of Mauvelous #EC94A5
Tints of Mauvelous #EC94A5
RGB
CMYK
RGB Variations
Color information
#EC94A5 (or 0xEC94A5) is known color: Mauvelous. HEX triplet: EC, 94 and A5. RGB value is (236,148,165). Sum of RGB (Red+Green+Blue) = 236+148+165=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC94A5 is #136B5A. Grayscale: #B0B0B0. Windows color (decimal): -1272667 or 10851564. OLE color: 10851564.
HSL color Cylindrical-coordinate representation of color #EC94A5: hue angle of 348.41º 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 #EC94A5 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 165 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.07 |
| HSL | 348.41º | 0.7% | 0.75% | - |
| HSV(B) | 348.41º | 0.37% | 0.93% | - |
| XYZ | 51.97 | 41.73 | 40.91 | - |
| YUV | 176.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 165 | 0 | 0.37 | 0.30 | 0.07 | 348.41 | 0.7 | 0.75 |
| Hex | EC | 94 | A5 | 0 | 25 | 1E | 7 | 15C | 46 | 4B |
| Octal | 354 | 224 | 245 | 0 | 45 | 36 | 7 | 534 | 106 | 113 |
| Binary | 11101100 | 10010100 | 10100101 | 0 | 100101 | 11110 | 111 | 101011100 | 1000110 | 1001011 |
Color Harmonies of #EC94A5
Complementary color
Monochromatic Colors of #EC94A5
Black with #EC94A5
Text Example
Text Example
White with #EC94A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94A5; }
p { color: rgb(236,148,165); }
H1.HeaderClassName
{
color: #EC94A5;
}
.AnyTagClassName
{
color: #EC94A5;
}
</style>
background-color css
<style>
a { background-color: #EC94A5; }
a { background-color: rgb(236,148,165); }
div.DivClassName
{
background-color: #EC94A5;
}
.BgClassName
{
background-color: #EC94A5;
}
</style>
border-color css
<style>
span { border-color: #EC94A5; }
span { border-color: rgb(236,148,165); }
td.TdClassName
{
border-color: #EC94A5;
}
.TagClassName
{
border-color: #EC94A5;
}
</style>