Shades of Hit Pink #ECA270
Tints of Hit Pink #ECA270
RGB
CMYK
RGB Variations
Color information
#ECA270 (or 0xECA270) is known color: Hit Pink. HEX triplet: EC, A2 and 70. RGB value is (236,162,112). Sum of RGB (Red+Green+Blue) = 236+162+112=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA270 is #135D8F. Grayscale: #B2B2B2. Windows color (decimal): -1269136 or 7381740. OLE color: 7381740.
HSL color Cylindrical-coordinate representation of color #ECA270: hue angle of 24.19º 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 #ECA270 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 112 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.07 |
| HSL | 24.19º | 0.77% | 0.68% | - |
| HSV(B) | 24.19º | 0.53% | 0.93% | - |
| XYZ | 50.44 | 44.84 | 21.33 | - |
| YUV | 178.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 112 | 0 | 0.31 | 0.53 | 0.07 | 24.19 | 0.77 | 0.68 |
| Hex | EC | A2 | 70 | 0 | 1F | 35 | 7 | 18 | 4D | 44 |
| Octal | 354 | 242 | 160 | 0 | 37 | 65 | 7 | 30 | 115 | 104 |
| Binary | 11101100 | 10100010 | 1110000 | 0 | 11111 | 110101 | 111 | 11000 | 1001101 | 1000100 |
Color Harmonies of #ECA270
Complementary color
Monochromatic Colors of #ECA270
Black with #ECA270
Text Example
Text Example
White with #ECA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA270; }
p { color: rgb(236,162,112); }
H1.HeaderClassName
{
color: #ECA270;
}
.AnyTagClassName
{
color: #ECA270;
}
</style>
background-color css
<style>
a { background-color: #ECA270; }
a { background-color: rgb(236,162,112); }
div.DivClassName
{
background-color: #ECA270;
}
.BgClassName
{
background-color: #ECA270;
}
</style>
border-color css
<style>
span { border-color: #ECA270; }
span { border-color: rgb(236,162,112); }
td.TdClassName
{
border-color: #ECA270;
}
.TagClassName
{
border-color: #ECA270;
}
</style>