Shades of Mauvelous #EC899F
Tints of Mauvelous #EC899F
RGB
CMYK
RGB Variations
Color information
#EC899F (or 0xEC899F) is known color: Mauvelous. HEX triplet: EC, 89 and 9F. RGB value is (236,137,159). Sum of RGB (Red+Green+Blue) = 236+137+159=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC899F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC899F is #137660. Grayscale: #A9A9A9. Windows color (decimal): -1275489 or 10455532. OLE color: 10455532.
HSL color Cylindrical-coordinate representation of color #EC899F: hue angle of 346.67º 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 #EC899F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 159 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.07 |
| HSL | 346.67º | 0.72% | 0.73% | - |
| HSV(B) | 346.67º | 0.42% | 0.93% | - |
| XYZ | 49.8 | 38.23 | 37.55 | - |
| YUV | 169.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 159 | 0 | 0.42 | 0.33 | 0.07 | 346.67 | 0.72 | 0.73 |
| Hex | EC | 89 | 9F | 0 | 2A | 21 | 7 | 15B | 48 | 49 |
| Octal | 354 | 211 | 237 | 0 | 52 | 41 | 7 | 533 | 110 | 111 |
| Binary | 11101100 | 10001001 | 10011111 | 0 | 101010 | 100001 | 111 | 101011011 | 1001000 | 1001001 |
Color Harmonies of #EC899F
Complementary color
Monochromatic Colors of #EC899F
Black with #EC899F
Text Example
Text Example
White with #EC899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC899F; }
p { color: rgb(236,137,159); }
H1.HeaderClassName
{
color: #EC899F;
}
.AnyTagClassName
{
color: #EC899F;
}
</style>
background-color css
<style>
a { background-color: #EC899F; }
a { background-color: rgb(236,137,159); }
div.DivClassName
{
background-color: #EC899F;
}
.BgClassName
{
background-color: #EC899F;
}
</style>
border-color css
<style>
span { border-color: #EC899F; }
span { border-color: rgb(236,137,159); }
td.TdClassName
{
border-color: #EC899F;
}
.TagClassName
{
border-color: #EC899F;
}
</style>