Shades of Mauvelous #EC8BA8
Tints of Mauvelous #EC8BA8
RGB
CMYK
RGB Variations
Color information
#EC8BA8 (or 0xEC8BA8) is known color: Mauvelous. HEX triplet: EC, 8B and A8. RGB value is (236,139,168). Sum of RGB (Red+Green+Blue) = 236+139+168=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8BA8 is #137457. Grayscale: #ABABAB. Windows color (decimal): -1274968 or 11045868. OLE color: 11045868.
HSL color Cylindrical-coordinate representation of color #EC8BA8: hue angle of 342.06º 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 #EC8BA8 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 168 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.07 |
| HSL | 342.06º | 0.72% | 0.74% | - |
| HSV(B) | 342.06º | 0.41% | 0.93% | - |
| XYZ | 50.89 | 39.13 | 41.92 | - |
| YUV | 171.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 168 | 0 | 0.41 | 0.29 | 0.07 | 342.06 | 0.72 | 0.74 |
| Hex | EC | 8B | A8 | 0 | 29 | 1D | 7 | 156 | 48 | 4A |
| Octal | 354 | 213 | 250 | 0 | 51 | 35 | 7 | 526 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10101000 | 0 | 101001 | 11101 | 111 | 101010110 | 1001000 | 1001010 |
Color Harmonies of #EC8BA8
Complementary color
Monochromatic Colors of #EC8BA8
Black with #EC8BA8
Text Example
Text Example
White with #EC8BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BA8; }
p { color: rgb(236,139,168); }
H1.HeaderClassName
{
color: #EC8BA8;
}
.AnyTagClassName
{
color: #EC8BA8;
}
</style>
background-color css
<style>
a { background-color: #EC8BA8; }
a { background-color: rgb(236,139,168); }
div.DivClassName
{
background-color: #EC8BA8;
}
.BgClassName
{
background-color: #EC8BA8;
}
</style>
border-color css
<style>
span { border-color: #EC8BA8; }
span { border-color: rgb(236,139,168); }
td.TdClassName
{
border-color: #EC8BA8;
}
.TagClassName
{
border-color: #EC8BA8;
}
</style>