Shades of Mauvelous #EC8A9F
Tints of Mauvelous #EC8A9F
RGB
CMYK
RGB Variations
Color information
#EC8A9F (or 0xEC8A9F) is known color: Mauvelous. HEX triplet: EC, 8A and 9F. RGB value is (236,138,159). Sum of RGB (Red+Green+Blue) = 236+138+159=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A9F is #137560. Grayscale: #A9A9A9. Windows color (decimal): -1275233 or 10455788. OLE color: 10455788.
HSL color Cylindrical-coordinate representation of color #EC8A9F: hue angle of 347.14º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8A9F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 159 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.07 |
| HSL | 347.14º | 0.72% | 0.73% | - |
| HSV(B) | 347.14º | 0.42% | 0.93% | - |
| XYZ | 49.94 | 38.51 | 37.6 | - |
| YUV | 169.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 159 | 0 | 0.42 | 0.33 | 0.07 | 347.14 | 0.72 | 0.73 |
| Hex | EC | 8A | 9F | 0 | 2A | 21 | 7 | 15B | 48 | 49 |
| Octal | 354 | 212 | 237 | 0 | 52 | 41 | 7 | 533 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10011111 | 0 | 101010 | 100001 | 111 | 101011011 | 1001000 | 1001001 |
Color Harmonies of #EC8A9F
Complementary color
Monochromatic Colors of #EC8A9F
Black with #EC8A9F
Text Example
Text Example
White with #EC8A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A9F; }
p { color: rgb(236,138,159); }
H1.HeaderClassName
{
color: #EC8A9F;
}
.AnyTagClassName
{
color: #EC8A9F;
}
</style>
background-color css
<style>
a { background-color: #EC8A9F; }
a { background-color: rgb(236,138,159); }
div.DivClassName
{
background-color: #EC8A9F;
}
.BgClassName
{
background-color: #EC8A9F;
}
</style>
border-color css
<style>
span { border-color: #EC8A9F; }
span { border-color: rgb(236,138,159); }
td.TdClassName
{
border-color: #EC8A9F;
}
.TagClassName
{
border-color: #EC8A9F;
}
</style>