Shades of Mauvelous #EC8BAA
Tints of Mauvelous #EC8BAA
RGB
CMYK
RGB Variations
Color information
#EC8BAA (or 0xEC8BAA) is known color: Mauvelous. HEX triplet: EC, 8B and AA. RGB value is (236,139,170). Sum of RGB (Red+Green+Blue) = 236+139+170=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8BAA is #137455. Grayscale: #ABABAB. Windows color (decimal): -1274966 or 11176940. OLE color: 11176940.
HSL color Cylindrical-coordinate representation of color #EC8BAA: hue angle of 340.82º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8BAA is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 170 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.07 |
| HSL | 340.82º | 0.72% | 0.74% | - |
| HSV(B) | 340.82º | 0.41% | 0.93% | - |
| XYZ | 51.08 | 39.2 | 42.9 | - |
| YUV | 171.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 170 | 0 | 0.41 | 0.28 | 0.07 | 340.82 | 0.72 | 0.74 |
| Hex | EC | 8B | AA | 0 | 29 | 1C | 7 | 155 | 48 | 4A |
| Octal | 354 | 213 | 252 | 0 | 51 | 34 | 7 | 525 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10101010 | 0 | 101001 | 11100 | 111 | 101010101 | 1001000 | 1001010 |
Color Harmonies of #EC8BAA
Complementary color
Monochromatic Colors of #EC8BAA
Black with #EC8BAA
Text Example
Text Example
White with #EC8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BAA; }
p { color: rgb(236,139,170); }
H1.HeaderClassName
{
color: #EC8BAA;
}
.AnyTagClassName
{
color: #EC8BAA;
}
</style>
background-color css
<style>
a { background-color: #EC8BAA; }
a { background-color: rgb(236,139,170); }
div.DivClassName
{
background-color: #EC8BAA;
}
.BgClassName
{
background-color: #EC8BAA;
}
</style>
border-color css
<style>
span { border-color: #EC8BAA; }
span { border-color: rgb(236,139,170); }
td.TdClassName
{
border-color: #EC8BAA;
}
.TagClassName
{
border-color: #EC8BAA;
}
</style>