Shades of Hit Pink #ECA070
Tints of Hit Pink #ECA070
RGB
CMYK
RGB Variations
Color information
#ECA070 (or 0xECA070) is known color: Hit Pink. HEX triplet: EC, A0 and 70. RGB value is (236,160,112). Sum of RGB (Red+Green+Blue) = 236+160+112=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA070 is #135F8F. Grayscale: #B1B1B1. Windows color (decimal): -1269648 or 7381228. OLE color: 7381228.
HSL color Cylindrical-coordinate representation of color #ECA070: hue angle of 23.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECA070 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 112 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.07 |
| HSL | 23.23º | 0.77% | 0.68% | - |
| HSV(B) | 23.23º | 0.53% | 0.93% | - |
| XYZ | 50.09 | 44.14 | 21.21 | - |
| YUV | 177.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 112 | 0 | 0.32 | 0.53 | 0.07 | 23.23 | 0.77 | 0.68 |
| Hex | EC | A0 | 70 | 0 | 20 | 35 | 7 | 17 | 4D | 44 |
| Octal | 354 | 240 | 160 | 0 | 40 | 65 | 7 | 27 | 115 | 104 |
| Binary | 11101100 | 10100000 | 1110000 | 0 | 100000 | 110101 | 111 | 10111 | 1001101 | 1000100 |
Color Harmonies of #ECA070
Complementary color
Monochromatic Colors of #ECA070
Black with #ECA070
Text Example
Text Example
White with #ECA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA070; }
p { color: rgb(236,160,112); }
H1.HeaderClassName
{
color: #ECA070;
}
.AnyTagClassName
{
color: #ECA070;
}
</style>
background-color css
<style>
a { background-color: #ECA070; }
a { background-color: rgb(236,160,112); }
div.DivClassName
{
background-color: #ECA070;
}
.BgClassName
{
background-color: #ECA070;
}
</style>
border-color css
<style>
span { border-color: #ECA070; }
span { border-color: rgb(236,160,112); }
td.TdClassName
{
border-color: #ECA070;
}
.TagClassName
{
border-color: #ECA070;
}
</style>