Shades of Mauvelous #EC8CAA
Tints of Mauvelous #EC8CAA
RGB
CMYK
RGB Variations
Color information
#EC8CAA (or 0xEC8CAA) is known color: Mauvelous. HEX triplet: EC, 8C and AA. RGB value is (236,140,170). Sum of RGB (Red+Green+Blue) = 236+140+170=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8CAA is #137355. Grayscale: #ACACAC. Windows color (decimal): -1274710 or 11177196. OLE color: 11177196.
HSL color Cylindrical-coordinate representation of color #EC8CAA: hue angle of 341.25º 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 #EC8CAA is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 170 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.07 |
| HSL | 341.25º | 0.72% | 0.74% | - |
| HSV(B) | 341.25º | 0.41% | 0.93% | - |
| XYZ | 51.23 | 39.49 | 42.95 | - |
| YUV | 172.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 170 | 0 | 0.41 | 0.28 | 0.07 | 341.25 | 0.72 | 0.74 |
| Hex | EC | 8C | AA | 0 | 29 | 1C | 7 | 155 | 48 | 4A |
| Octal | 354 | 214 | 252 | 0 | 51 | 34 | 7 | 525 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10101010 | 0 | 101001 | 11100 | 111 | 101010101 | 1001000 | 1001010 |
Color Harmonies of #EC8CAA
Complementary color
Monochromatic Colors of #EC8CAA
Black with #EC8CAA
Text Example
Text Example
White with #EC8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CAA; }
p { color: rgb(236,140,170); }
H1.HeaderClassName
{
color: #EC8CAA;
}
.AnyTagClassName
{
color: #EC8CAA;
}
</style>
background-color css
<style>
a { background-color: #EC8CAA; }
a { background-color: rgb(236,140,170); }
div.DivClassName
{
background-color: #EC8CAA;
}
.BgClassName
{
background-color: #EC8CAA;
}
</style>
border-color css
<style>
span { border-color: #EC8CAA; }
span { border-color: rgb(236,140,170); }
td.TdClassName
{
border-color: #EC8CAA;
}
.TagClassName
{
border-color: #EC8CAA;
}
</style>