Shades of Mauvelous #EC88A2
Tints of Mauvelous #EC88A2
RGB
CMYK
RGB Variations
Color information
#EC88A2 (or 0xEC88A2) is known color: Mauvelous. HEX triplet: EC, 88 and A2. RGB value is (236,136,162). Sum of RGB (Red+Green+Blue) = 236+136+162=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC88A2 is #13775D. Grayscale: #A8A8A8. Windows color (decimal): -1275742 or 10651884. OLE color: 10651884.
HSL color Cylindrical-coordinate representation of color #EC88A2: hue angle of 344.4º 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 #EC88A2 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 162 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.07 |
| HSL | 344.4º | 0.72% | 0.73% | - |
| HSV(B) | 344.4º | 0.42% | 0.93% | - |
| XYZ | 49.92 | 38.05 | 38.9 | - |
| YUV | 168.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 162 | 0 | 0.42 | 0.31 | 0.07 | 344.4 | 0.72 | 0.73 |
| Hex | EC | 88 | A2 | 0 | 2A | 1F | 7 | 158 | 48 | 49 |
| Octal | 354 | 210 | 242 | 0 | 52 | 37 | 7 | 530 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10100010 | 0 | 101010 | 11111 | 111 | 101011000 | 1001000 | 1001001 |
Color Harmonies of #EC88A2
Complementary color
Monochromatic Colors of #EC88A2
Black with #EC88A2
Text Example
Text Example
White with #EC88A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88A2; }
p { color: rgb(236,136,162); }
H1.HeaderClassName
{
color: #EC88A2;
}
.AnyTagClassName
{
color: #EC88A2;
}
</style>
background-color css
<style>
a { background-color: #EC88A2; }
a { background-color: rgb(236,136,162); }
div.DivClassName
{
background-color: #EC88A2;
}
.BgClassName
{
background-color: #EC88A2;
}
</style>
border-color css
<style>
span { border-color: #EC88A2; }
span { border-color: rgb(236,136,162); }
td.TdClassName
{
border-color: #EC88A2;
}
.TagClassName
{
border-color: #EC88A2;
}
</style>