Shades of Hot Pink #EC5BBB
Tints of Hot Pink #EC5BBB
RGB
CMYK
RGB Variations
Color information
#EC5BBB (or 0xEC5BBB) is known color: Hot Pink. HEX triplet: EC, 5B and BB. RGB value is (236,91,187). Sum of RGB (Red+Green+Blue) = 236+91+187=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BBB is #13A444. Grayscale: #919191. Windows color (decimal): -1287237 or 12278764. OLE color: 12278764.
HSL color Cylindrical-coordinate representation of color #EC5BBB: hue angle of 320.28º 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 #EC5BBB is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 187 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.07 |
| HSL | 320.28º | 0.79% | 0.64% | - |
| HSV(B) | 320.28º | 0.61% | 0.93% | - |
| XYZ | 47.3 | 28.9 | 50.1 | - |
| YUV | 145.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 187 | 0 | 0.61 | 0.21 | 0.07 | 320.28 | 0.79 | 0.64 |
| Hex | EC | 5B | BB | 0 | 3D | 15 | 7 | 140 | 4F | 40 |
| Octal | 354 | 133 | 273 | 0 | 75 | 25 | 7 | 500 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10111011 | 0 | 111101 | 10101 | 111 | 101000000 | 1001111 | 1000000 |
Color Harmonies of #EC5BBB
Complementary color
Monochromatic Colors of #EC5BBB
Black with #EC5BBB
Text Example
Text Example
White with #EC5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BBB; }
p { color: rgb(236,91,187); }
H1.HeaderClassName
{
color: #EC5BBB;
}
.AnyTagClassName
{
color: #EC5BBB;
}
</style>
background-color css
<style>
a { background-color: #EC5BBB; }
a { background-color: rgb(236,91,187); }
div.DivClassName
{
background-color: #EC5BBB;
}
.BgClassName
{
background-color: #EC5BBB;
}
</style>
border-color css
<style>
span { border-color: #EC5BBB; }
span { border-color: rgb(236,91,187); }
td.TdClassName
{
border-color: #EC5BBB;
}
.TagClassName
{
border-color: #EC5BBB;
}
</style>