Shades of Mauvelous #EC8CA8
Tints of Mauvelous #EC8CA8
RGB
CMYK
RGB Variations
Color information
#EC8CA8 (or 0xEC8CA8) is known color: Mauvelous. HEX triplet: EC, 8C and A8. RGB value is (236,140,168). Sum of RGB (Red+Green+Blue) = 236+140+168=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8CA8 is #137357. Grayscale: #ABABAB. Windows color (decimal): -1274712 or 11046124. OLE color: 11046124.
HSL color Cylindrical-coordinate representation of color #EC8CA8: hue angle of 342.5º 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 #EC8CA8 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 168 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.07 |
| HSL | 342.5º | 0.72% | 0.74% | - |
| HSV(B) | 342.5º | 0.41% | 0.93% | - |
| XYZ | 51.04 | 39.42 | 41.96 | - |
| YUV | 171.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 168 | 0 | 0.41 | 0.29 | 0.07 | 342.5 | 0.72 | 0.74 |
| Hex | EC | 8C | A8 | 0 | 29 | 1D | 7 | 156 | 48 | 4A |
| Octal | 354 | 214 | 250 | 0 | 51 | 35 | 7 | 526 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10101000 | 0 | 101001 | 11101 | 111 | 101010110 | 1001000 | 1001010 |
Color Harmonies of #EC8CA8
Complementary color
Monochromatic Colors of #EC8CA8
Black with #EC8CA8
Text Example
Text Example
White with #EC8CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CA8; }
p { color: rgb(236,140,168); }
H1.HeaderClassName
{
color: #EC8CA8;
}
.AnyTagClassName
{
color: #EC8CA8;
}
</style>
background-color css
<style>
a { background-color: #EC8CA8; }
a { background-color: rgb(236,140,168); }
div.DivClassName
{
background-color: #EC8CA8;
}
.BgClassName
{
background-color: #EC8CA8;
}
</style>
border-color css
<style>
span { border-color: #EC8CA8; }
span { border-color: rgb(236,140,168); }
td.TdClassName
{
border-color: #EC8CA8;
}
.TagClassName
{
border-color: #EC8CA8;
}
</style>