Shades of Mauvelous #EC89A1
Tints of Mauvelous #EC89A1
RGB
CMYK
RGB Variations
Color information
#EC89A1 (or 0xEC89A1) is known color: Mauvelous. HEX triplet: EC, 89 and A1. RGB value is (236,137,161). Sum of RGB (Red+Green+Blue) = 236+137+161=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC89A1 is #13765E. Grayscale: #A9A9A9. Windows color (decimal): -1275487 or 10586604. OLE color: 10586604.
HSL color Cylindrical-coordinate representation of color #EC89A1: hue angle of 345.45º 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 #EC89A1 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 161 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.07 |
| HSL | 345.45º | 0.72% | 0.73% | - |
| HSV(B) | 345.45º | 0.42% | 0.93% | - |
| XYZ | 49.97 | 38.3 | 38.48 | - |
| YUV | 169.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 161 | 0 | 0.42 | 0.32 | 0.07 | 345.45 | 0.72 | 0.73 |
| Hex | EC | 89 | A1 | 0 | 2A | 20 | 7 | 159 | 48 | 49 |
| Octal | 354 | 211 | 241 | 0 | 52 | 40 | 7 | 531 | 110 | 111 |
| Binary | 11101100 | 10001001 | 10100001 | 0 | 101010 | 100000 | 111 | 101011001 | 1001000 | 1001001 |
Color Harmonies of #EC89A1
Complementary color
Monochromatic Colors of #EC89A1
Black with #EC89A1
Text Example
Text Example
White with #EC89A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89A1; }
p { color: rgb(236,137,161); }
H1.HeaderClassName
{
color: #EC89A1;
}
.AnyTagClassName
{
color: #EC89A1;
}
</style>
background-color css
<style>
a { background-color: #EC89A1; }
a { background-color: rgb(236,137,161); }
div.DivClassName
{
background-color: #EC89A1;
}
.BgClassName
{
background-color: #EC89A1;
}
</style>
border-color css
<style>
span { border-color: #EC89A1; }
span { border-color: rgb(236,137,161); }
td.TdClassName
{
border-color: #EC89A1;
}
.TagClassName
{
border-color: #EC89A1;
}
</style>