Shades of Mauvelous #EC88A5
Tints of Mauvelous #EC88A5
RGB
CMYK
RGB Variations
Color information
#EC88A5 (or 0xEC88A5) is known color: Mauvelous. HEX triplet: EC, 88 and A5. RGB value is (236,136,165). Sum of RGB (Red+Green+Blue) = 236+136+165=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC88A5 is #13775A. Grayscale: #A9A9A9. Windows color (decimal): -1275739 or 10848492. OLE color: 10848492.
HSL color Cylindrical-coordinate representation of color #EC88A5: hue angle of 342.6º 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 #EC88A5 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 165 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.07 |
| HSL | 342.6º | 0.72% | 0.73% | - |
| HSV(B) | 342.6º | 0.42% | 0.93% | - |
| XYZ | 50.19 | 38.16 | 40.32 | - |
| YUV | 169.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 165 | 0 | 0.42 | 0.30 | 0.07 | 342.6 | 0.72 | 0.73 |
| Hex | EC | 88 | A5 | 0 | 2A | 1E | 7 | 157 | 48 | 49 |
| Octal | 354 | 210 | 245 | 0 | 52 | 36 | 7 | 527 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10100101 | 0 | 101010 | 11110 | 111 | 101010111 | 1001000 | 1001001 |
Color Harmonies of #EC88A5
Complementary color
Monochromatic Colors of #EC88A5
Black with #EC88A5
Text Example
Text Example
White with #EC88A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88A5; }
p { color: rgb(236,136,165); }
H1.HeaderClassName
{
color: #EC88A5;
}
.AnyTagClassName
{
color: #EC88A5;
}
</style>
background-color css
<style>
a { background-color: #EC88A5; }
a { background-color: rgb(236,136,165); }
div.DivClassName
{
background-color: #EC88A5;
}
.BgClassName
{
background-color: #EC88A5;
}
</style>
border-color css
<style>
span { border-color: #EC88A5; }
span { border-color: rgb(236,136,165); }
td.TdClassName
{
border-color: #EC88A5;
}
.TagClassName
{
border-color: #EC88A5;
}
</style>