Shades of Mauvelous #EC85AF
Tints of Mauvelous #EC85AF
RGB
CMYK
RGB Variations
Color information
#EC85AF (or 0xEC85AF) is known color: Mauvelous. HEX triplet: EC, 85 and AF. RGB value is (236,133,175). Sum of RGB (Red+Green+Blue) = 236+133+175=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85AF is #137A50. Grayscale: #A8A8A8. Windows color (decimal): -1276497 or 11503084. OLE color: 11503084.
HSL color Cylindrical-coordinate representation of color #EC85AF: hue angle of 335.53º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85AF is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 175 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.07 |
| HSL | 335.53º | 0.73% | 0.72% | - |
| HSV(B) | 335.53º | 0.44% | 0.93% | - |
| XYZ | 50.72 | 37.7 | 45.16 | - |
| YUV | 168.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 175 | 0 | 0.44 | 0.26 | 0.07 | 335.53 | 0.73 | 0.72 |
| Hex | EC | 85 | AF | 0 | 2C | 1A | 7 | 150 | 49 | 48 |
| Octal | 354 | 205 | 257 | 0 | 54 | 32 | 7 | 520 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10101111 | 0 | 101100 | 11010 | 111 | 101010000 | 1001001 | 1001000 |
Color Harmonies of #EC85AF
Complementary color
Monochromatic Colors of #EC85AF
Black with #EC85AF
Text Example
Text Example
White with #EC85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85AF; }
p { color: rgb(236,133,175); }
H1.HeaderClassName
{
color: #EC85AF;
}
.AnyTagClassName
{
color: #EC85AF;
}
</style>
background-color css
<style>
a { background-color: #EC85AF; }
a { background-color: rgb(236,133,175); }
div.DivClassName
{
background-color: #EC85AF;
}
.BgClassName
{
background-color: #EC85AF;
}
</style>
border-color css
<style>
span { border-color: #EC85AF; }
span { border-color: rgb(236,133,175); }
td.TdClassName
{
border-color: #EC85AF;
}
.TagClassName
{
border-color: #EC85AF;
}
</style>