Shades of Hit Pink #ECA172
Tints of Hit Pink #ECA172
RGB
CMYK
RGB Variations
Color information
#ECA172 (or 0xECA172) is known color: Hit Pink. HEX triplet: EC, A1 and 72. RGB value is (236,161,114). Sum of RGB (Red+Green+Blue) = 236+161+114=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA172 is #135E8D. Grayscale: #B2B2B2. Windows color (decimal): -1269390 or 7512556. OLE color: 7512556.
HSL color Cylindrical-coordinate representation of color #ECA172: hue angle of 23.11º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECA172 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 114 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.07 |
| HSL | 23.11º | 0.76% | 0.69% | - |
| HSV(B) | 23.11º | 0.52% | 0.93% | - |
| XYZ | 50.37 | 44.54 | 21.86 | - |
| YUV | 178.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 114 | 0 | 0.32 | 0.52 | 0.07 | 23.11 | 0.76 | 0.69 |
| Hex | EC | A1 | 72 | 0 | 20 | 34 | 7 | 17 | 4C | 45 |
| Octal | 354 | 241 | 162 | 0 | 40 | 64 | 7 | 27 | 114 | 105 |
| Binary | 11101100 | 10100001 | 1110010 | 0 | 100000 | 110100 | 111 | 10111 | 1001100 | 1000101 |
Color Harmonies of #ECA172
Complementary color
Monochromatic Colors of #ECA172
Black with #ECA172
Text Example
Text Example
White with #ECA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA172; }
p { color: rgb(236,161,114); }
H1.HeaderClassName
{
color: #ECA172;
}
.AnyTagClassName
{
color: #ECA172;
}
</style>
background-color css
<style>
a { background-color: #ECA172; }
a { background-color: rgb(236,161,114); }
div.DivClassName
{
background-color: #ECA172;
}
.BgClassName
{
background-color: #ECA172;
}
</style>
border-color css
<style>
span { border-color: #ECA172; }
span { border-color: rgb(236,161,114); }
td.TdClassName
{
border-color: #ECA172;
}
.TagClassName
{
border-color: #ECA172;
}
</style>