Shades of Hot Pink #EC4FBC
Tints of Hot Pink #EC4FBC
RGB
CMYK
RGB Variations
Color information
#EC4FBC (or 0xEC4FBC) is known color: Hot Pink. HEX triplet: EC, 4F and BC. RGB value is (236,79,188). Sum of RGB (Red+Green+Blue) = 236+79+188=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FBC is #13B043. Grayscale: #8A8A8A. Windows color (decimal): -1290308 or 12341228. OLE color: 12341228.
HSL color Cylindrical-coordinate representation of color #EC4FBC: hue angle of 318.34º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FBC is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 188 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.07 |
| HSL | 318.34º | 0.81% | 0.62% | - |
| HSV(B) | 318.34º | 0.67% | 0.93% | - |
| XYZ | 46.47 | 27.06 | 50.35 | - |
| YUV | 138.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 188 | 0 | 0.67 | 0.20 | 0.07 | 318.34 | 0.81 | 0.62 |
| Hex | EC | 4F | BC | 0 | 43 | 14 | 7 | 13E | 51 | 3E |
| Octal | 354 | 117 | 274 | 0 | 103 | 24 | 7 | 476 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10111100 | 0 | 1000011 | 10100 | 111 | 100111110 | 1010001 | 111110 |
Color Harmonies of #EC4FBC
Complementary color
Monochromatic Colors of #EC4FBC
Black with #EC4FBC
Text Example
Text Example
White with #EC4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FBC; }
p { color: rgb(236,79,188); }
H1.HeaderClassName
{
color: #EC4FBC;
}
.AnyTagClassName
{
color: #EC4FBC;
}
</style>
background-color css
<style>
a { background-color: #EC4FBC; }
a { background-color: rgb(236,79,188); }
div.DivClassName
{
background-color: #EC4FBC;
}
.BgClassName
{
background-color: #EC4FBC;
}
</style>
border-color css
<style>
span { border-color: #EC4FBC; }
span { border-color: rgb(236,79,188); }
td.TdClassName
{
border-color: #EC4FBC;
}
.TagClassName
{
border-color: #EC4FBC;
}
</style>