Shades of Mauvelous #EC8BA3
Tints of Mauvelous #EC8BA3
RGB
CMYK
RGB Variations
Color information
#EC8BA3 (or 0xEC8BA3) is known color: Mauvelous. HEX triplet: EC, 8B and A3. RGB value is (236,139,163). Sum of RGB (Red+Green+Blue) = 236+139+163=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8BA3 is #13745C. Grayscale: #AAAAAA. Windows color (decimal): -1274973 or 10718188. OLE color: 10718188.
HSL color Cylindrical-coordinate representation of color #EC8BA3: hue angle of 345.15º 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 #EC8BA3 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 163 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.07 |
| HSL | 345.15º | 0.72% | 0.74% | - |
| HSV(B) | 345.15º | 0.41% | 0.93% | - |
| XYZ | 50.44 | 38.94 | 39.51 | - |
| YUV | 170.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 163 | 0 | 0.41 | 0.31 | 0.07 | 345.15 | 0.72 | 0.74 |
| Hex | EC | 8B | A3 | 0 | 29 | 1F | 7 | 159 | 48 | 4A |
| Octal | 354 | 213 | 243 | 0 | 51 | 37 | 7 | 531 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10100011 | 0 | 101001 | 11111 | 111 | 101011001 | 1001000 | 1001010 |
Color Harmonies of #EC8BA3
Complementary color
Monochromatic Colors of #EC8BA3
Black with #EC8BA3
Text Example
Text Example
White with #EC8BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BA3; }
p { color: rgb(236,139,163); }
H1.HeaderClassName
{
color: #EC8BA3;
}
.AnyTagClassName
{
color: #EC8BA3;
}
</style>
background-color css
<style>
a { background-color: #EC8BA3; }
a { background-color: rgb(236,139,163); }
div.DivClassName
{
background-color: #EC8BA3;
}
.BgClassName
{
background-color: #EC8BA3;
}
</style>
border-color css
<style>
span { border-color: #EC8BA3; }
span { border-color: rgb(236,139,163); }
td.TdClassName
{
border-color: #EC8BA3;
}
.TagClassName
{
border-color: #EC8BA3;
}
</style>