Shades of Hot Pink #EC53BB
Tints of Hot Pink #EC53BB
RGB
CMYK
RGB Variations
Color information
#EC53BB (or 0xEC53BB) is known color: Hot Pink. HEX triplet: EC, 53 and BB. RGB value is (236,83,187). Sum of RGB (Red+Green+Blue) = 236+83+187=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53BB is #13AC44. Grayscale: #8C8C8C. Windows color (decimal): -1289285 or 12276716. OLE color: 12276716.
HSL color Cylindrical-coordinate representation of color #EC53BB: hue angle of 319.22º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53BB is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 187 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.07 |
| HSL | 319.22º | 0.8% | 0.63% | - |
| HSV(B) | 319.22º | 0.65% | 0.93% | - |
| XYZ | 46.65 | 27.61 | 49.88 | - |
| YUV | 140.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 187 | 0 | 0.65 | 0.21 | 0.07 | 319.22 | 0.8 | 0.63 |
| Hex | EC | 53 | BB | 0 | 41 | 15 | 7 | 13F | 50 | 3F |
| Octal | 354 | 123 | 273 | 0 | 101 | 25 | 7 | 477 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10111011 | 0 | 1000001 | 10101 | 111 | 100111111 | 1010000 | 111111 |
Color Harmonies of #EC53BB
Complementary color
Monochromatic Colors of #EC53BB
Black with #EC53BB
Text Example
Text Example
White with #EC53BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53BB; }
p { color: rgb(236,83,187); }
H1.HeaderClassName
{
color: #EC53BB;
}
.AnyTagClassName
{
color: #EC53BB;
}
</style>
background-color css
<style>
a { background-color: #EC53BB; }
a { background-color: rgb(236,83,187); }
div.DivClassName
{
background-color: #EC53BB;
}
.BgClassName
{
background-color: #EC53BB;
}
</style>
border-color css
<style>
span { border-color: #EC53BB; }
span { border-color: rgb(236,83,187); }
td.TdClassName
{
border-color: #EC53BB;
}
.TagClassName
{
border-color: #EC53BB;
}
</style>