Shades of Hit Pink #EC9F6F
Tints of Hit Pink #EC9F6F
RGB
CMYK
RGB Variations
Color information
#EC9F6F (or 0xEC9F6F) is known color: Hit Pink. HEX triplet: EC, 9F and 6F. RGB value is (236,159,111). Sum of RGB (Red+Green+Blue) = 236+159+111=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F6F is #136090. Grayscale: #B0B0B0. Windows color (decimal): -1269905 or 7315436. OLE color: 7315436.
HSL color Cylindrical-coordinate representation of color #EC9F6F: hue angle of 23.04º 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 #EC9F6F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 111 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.07 |
| HSL | 23.04º | 0.77% | 0.68% | - |
| HSV(B) | 23.04º | 0.53% | 0.93% | - |
| XYZ | 49.86 | 43.78 | 20.86 | - |
| YUV | 176.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 111 | 0 | 0.33 | 0.53 | 0.07 | 23.04 | 0.77 | 0.68 |
| Hex | EC | 9F | 6F | 0 | 21 | 35 | 7 | 17 | 4D | 44 |
| Octal | 354 | 237 | 157 | 0 | 41 | 65 | 7 | 27 | 115 | 104 |
| Binary | 11101100 | 10011111 | 1101111 | 0 | 100001 | 110101 | 111 | 10111 | 1001101 | 1000100 |
Color Harmonies of #EC9F6F
Complementary color
Monochromatic Colors of #EC9F6F
Black with #EC9F6F
Text Example
Text Example
White with #EC9F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F6F; }
p { color: rgb(236,159,111); }
H1.HeaderClassName
{
color: #EC9F6F;
}
.AnyTagClassName
{
color: #EC9F6F;
}
</style>
background-color css
<style>
a { background-color: #EC9F6F; }
a { background-color: rgb(236,159,111); }
div.DivClassName
{
background-color: #EC9F6F;
}
.BgClassName
{
background-color: #EC9F6F;
}
</style>
border-color css
<style>
span { border-color: #EC9F6F; }
span { border-color: rgb(236,159,111); }
td.TdClassName
{
border-color: #EC9F6F;
}
.TagClassName
{
border-color: #EC9F6F;
}
</style>