Shades of Mauvelous #EC8CAD
Tints of Mauvelous #EC8CAD
RGB
CMYK
RGB Variations
Color information
#EC8CAD (or 0xEC8CAD) is known color: Mauvelous. HEX triplet: EC, 8C and AD. RGB value is (236,140,173). Sum of RGB (Red+Green+Blue) = 236+140+173=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8CAD is #137352. Grayscale: #ACACAC. Windows color (decimal): -1274707 or 11373804. OLE color: 11373804.
HSL color Cylindrical-coordinate representation of color #EC8CAD: hue angle of 339.38º 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 #EC8CAD is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 173 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.07 |
| HSL | 339.38º | 0.72% | 0.74% | - |
| HSV(B) | 339.38º | 0.41% | 0.93% | - |
| XYZ | 51.51 | 39.61 | 44.46 | - |
| YUV | 172.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 173 | 0 | 0.41 | 0.27 | 0.07 | 339.38 | 0.72 | 0.74 |
| Hex | EC | 8C | AD | 0 | 29 | 1B | 7 | 153 | 48 | 4A |
| Octal | 354 | 214 | 255 | 0 | 51 | 33 | 7 | 523 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10101101 | 0 | 101001 | 11011 | 111 | 101010011 | 1001000 | 1001010 |
Color Harmonies of #EC8CAD
Complementary color
Monochromatic Colors of #EC8CAD
Black with #EC8CAD
Text Example
Text Example
White with #EC8CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CAD; }
p { color: rgb(236,140,173); }
H1.HeaderClassName
{
color: #EC8CAD;
}
.AnyTagClassName
{
color: #EC8CAD;
}
</style>
background-color css
<style>
a { background-color: #EC8CAD; }
a { background-color: rgb(236,140,173); }
div.DivClassName
{
background-color: #EC8CAD;
}
.BgClassName
{
background-color: #EC8CAD;
}
</style>
border-color css
<style>
span { border-color: #EC8CAD; }
span { border-color: rgb(236,140,173); }
td.TdClassName
{
border-color: #EC8CAD;
}
.TagClassName
{
border-color: #EC8CAD;
}
</style>