Shades of Mauvelous #EC8AAB
Tints of Mauvelous #EC8AAB
RGB
CMYK
RGB Variations
Color information
#EC8AAB (or 0xEC8AAB) is known color: Mauvelous. HEX triplet: EC, 8A and AB. RGB value is (236,138,171). Sum of RGB (Red+Green+Blue) = 236+138+171=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AAB is #137554. Grayscale: #ABABAB. Windows color (decimal): -1275221 or 11242220. OLE color: 11242220.
HSL color Cylindrical-coordinate representation of color #EC8AAB: hue angle of 339.8º 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 #EC8AAB is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 171 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.07 |
| HSL | 339.8º | 0.72% | 0.73% | - |
| HSV(B) | 339.8º | 0.42% | 0.93% | - |
| XYZ | 51.03 | 38.95 | 43.36 | - |
| YUV | 171.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 171 | 0 | 0.42 | 0.28 | 0.07 | 339.8 | 0.72 | 0.73 |
| Hex | EC | 8A | AB | 0 | 2A | 1C | 7 | 154 | 48 | 49 |
| Octal | 354 | 212 | 253 | 0 | 52 | 34 | 7 | 524 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10101011 | 0 | 101010 | 11100 | 111 | 101010100 | 1001000 | 1001001 |
Color Harmonies of #EC8AAB
Complementary color
Monochromatic Colors of #EC8AAB
Black with #EC8AAB
Text Example
Text Example
White with #EC8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AAB; }
p { color: rgb(236,138,171); }
H1.HeaderClassName
{
color: #EC8AAB;
}
.AnyTagClassName
{
color: #EC8AAB;
}
</style>
background-color css
<style>
a { background-color: #EC8AAB; }
a { background-color: rgb(236,138,171); }
div.DivClassName
{
background-color: #EC8AAB;
}
.BgClassName
{
background-color: #EC8AAB;
}
</style>
border-color css
<style>
span { border-color: #EC8AAB; }
span { border-color: rgb(236,138,171); }
td.TdClassName
{
border-color: #EC8AAB;
}
.TagClassName
{
border-color: #EC8AAB;
}
</style>