Shades of Hot Pink #EC4FBB
Tints of Hot Pink #EC4FBB
RGB
CMYK
RGB Variations
Color information
#EC4FBB (or 0xEC4FBB) is known color: Hot Pink. HEX triplet: EC, 4F and BB. RGB value is (236,79,187). Sum of RGB (Red+Green+Blue) = 236+79+187=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FBB is #13B044. Grayscale: #898989. Windows color (decimal): -1290309 or 12275692. OLE color: 12275692.
HSL color Cylindrical-coordinate representation of color #EC4FBB: hue angle of 318.73º 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 #EC4FBB is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 187 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.07 |
| HSL | 318.73º | 0.81% | 0.62% | - |
| HSV(B) | 318.73º | 0.67% | 0.93% | - |
| XYZ | 46.36 | 27.01 | 49.78 | - |
| YUV | 138.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 187 | 0 | 0.67 | 0.21 | 0.07 | 318.73 | 0.81 | 0.62 |
| Hex | EC | 4F | BB | 0 | 43 | 15 | 7 | 13F | 51 | 3E |
| Octal | 354 | 117 | 273 | 0 | 103 | 25 | 7 | 477 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10111011 | 0 | 1000011 | 10101 | 111 | 100111111 | 1010001 | 111110 |
Color Harmonies of #EC4FBB
Complementary color
Monochromatic Colors of #EC4FBB
Black with #EC4FBB
Text Example
Text Example
White with #EC4FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FBB; }
p { color: rgb(236,79,187); }
H1.HeaderClassName
{
color: #EC4FBB;
}
.AnyTagClassName
{
color: #EC4FBB;
}
</style>
background-color css
<style>
a { background-color: #EC4FBB; }
a { background-color: rgb(236,79,187); }
div.DivClassName
{
background-color: #EC4FBB;
}
.BgClassName
{
background-color: #EC4FBB;
}
</style>
border-color css
<style>
span { border-color: #EC4FBB; }
span { border-color: rgb(236,79,187); }
td.TdClassName
{
border-color: #EC4FBB;
}
.TagClassName
{
border-color: #EC4FBB;
}
</style>