Shades of Mauvelous #EC8AAE
Tints of Mauvelous #EC8AAE
RGB
CMYK
RGB Variations
Color information
#EC8AAE (or 0xEC8AAE) is known color: Mauvelous. HEX triplet: EC, 8A and AE. RGB value is (236,138,174). Sum of RGB (Red+Green+Blue) = 236+138+174=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AAE is #137551. Grayscale: #ABABAB. Windows color (decimal): -1275218 or 11438828. OLE color: 11438828.
HSL color Cylindrical-coordinate representation of color #EC8AAE: hue angle of 337.96º 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 #EC8AAE is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 174 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.07 |
| HSL | 337.96º | 0.72% | 0.73% | - |
| HSV(B) | 337.96º | 0.42% | 0.93% | - |
| XYZ | 51.32 | 39.07 | 44.88 | - |
| YUV | 171.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 174 | 0 | 0.42 | 0.26 | 0.07 | 337.96 | 0.72 | 0.73 |
| Hex | EC | 8A | AE | 0 | 2A | 1A | 7 | 152 | 48 | 49 |
| Octal | 354 | 212 | 256 | 0 | 52 | 32 | 7 | 522 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10101110 | 0 | 101010 | 11010 | 111 | 101010010 | 1001000 | 1001001 |
Color Harmonies of #EC8AAE
Complementary color
Monochromatic Colors of #EC8AAE
Black with #EC8AAE
Text Example
Text Example
White with #EC8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AAE; }
p { color: rgb(236,138,174); }
H1.HeaderClassName
{
color: #EC8AAE;
}
.AnyTagClassName
{
color: #EC8AAE;
}
</style>
background-color css
<style>
a { background-color: #EC8AAE; }
a { background-color: rgb(236,138,174); }
div.DivClassName
{
background-color: #EC8AAE;
}
.BgClassName
{
background-color: #EC8AAE;
}
</style>
border-color css
<style>
span { border-color: #EC8AAE; }
span { border-color: rgb(236,138,174); }
td.TdClassName
{
border-color: #EC8AAE;
}
.TagClassName
{
border-color: #EC8AAE;
}
</style>