Shades of Hot Pink #EC5BBC
Tints of Hot Pink #EC5BBC
RGB
CMYK
RGB Variations
Color information
#EC5BBC (or 0xEC5BBC) is known color: Hot Pink. HEX triplet: EC, 5B and BC. RGB value is (236,91,188). Sum of RGB (Red+Green+Blue) = 236+91+188=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BBC is #13A443. Grayscale: #919191. Windows color (decimal): -1287236 or 12344300. OLE color: 12344300.
HSL color Cylindrical-coordinate representation of color #EC5BBC: hue angle of 319.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BBC is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 91 | 188 | - |
CMYK | 0 | 0.61 | 0.20 | 0.07 |
HSL | 319.86º | 0.79% | 0.64% | - |
HSV(B) | 319.86º | 0.61% | 0.93% | - |
XYZ | 47.41 | 28.95 | 50.67 | - |
YUV | 145.41 | 152.04 | 192.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 91 | 188 | 0 | 0.61 | 0.20 | 0.07 | 319.86 | 0.79 | 0.64 |
Hex | EC | 5B | BC | 0 | 3D | 14 | 7 | 140 | 4F | 40 |
Octal | 354 | 133 | 274 | 0 | 75 | 24 | 7 | 500 | 117 | 100 |
Binary | 11101100 | 1011011 | 10111100 | 0 | 111101 | 10100 | 111 | 101000000 | 1001111 | 1000000 |
Color Harmonies of #EC5BBC
Complementary color
Monochromatic Colors of #EC5BBC
Black with #EC5BBC
Text Example
Text Example
White with #EC5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BBC; }
p { color: rgb(236,91,188); }
H1.HeaderClassName
{
color: #EC5BBC;
}
.AnyTagClassName
{
color: #EC5BBC;
}
</style>
background-color css
<style>
a { background-color: #EC5BBC; }
a { background-color: rgb(236,91,188); }
div.DivClassName
{
background-color: #EC5BBC;
}
.BgClassName
{
background-color: #EC5BBC;
}
</style>
border-color css
<style>
span { border-color: #EC5BBC; }
span { border-color: rgb(236,91,188); }
td.TdClassName
{
border-color: #EC5BBC;
}
.TagClassName
{
border-color: #EC5BBC;
}
</style>