Shades of Hot Pink #EC53B8
Tints of Hot Pink #EC53B8
RGB
CMYK
RGB Variations
Color information
#EC53B8 (or 0xEC53B8) is known color: Hot Pink. HEX triplet: EC, 53 and B8. RGB value is (236,83,184). Sum of RGB (Red+Green+Blue) = 236+83+184=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53B8 is #13AC47. Grayscale: #8C8C8C. Windows color (decimal): -1289288 or 12080108. OLE color: 12080108.
HSL color Cylindrical-coordinate representation of color #EC53B8: hue angle of 320.39º 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 #EC53B8 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 184 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.07 |
| HSL | 320.39º | 0.8% | 0.63% | - |
| HSV(B) | 320.39º | 0.65% | 0.93% | - |
| XYZ | 46.34 | 27.48 | 48.21 | - |
| YUV | 140.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 184 | 0 | 0.65 | 0.22 | 0.07 | 320.39 | 0.8 | 0.63 |
| Hex | EC | 53 | B8 | 0 | 41 | 16 | 7 | 140 | 50 | 3F |
| Octal | 354 | 123 | 270 | 0 | 101 | 26 | 7 | 500 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10111000 | 0 | 1000001 | 10110 | 111 | 101000000 | 1010000 | 111111 |
Color Harmonies of #EC53B8
Complementary color
Monochromatic Colors of #EC53B8
Black with #EC53B8
Text Example
Text Example
White with #EC53B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53B8; }
p { color: rgb(236,83,184); }
H1.HeaderClassName
{
color: #EC53B8;
}
.AnyTagClassName
{
color: #EC53B8;
}
</style>
background-color css
<style>
a { background-color: #EC53B8; }
a { background-color: rgb(236,83,184); }
div.DivClassName
{
background-color: #EC53B8;
}
.BgClassName
{
background-color: #EC53B8;
}
</style>
border-color css
<style>
span { border-color: #EC53B8; }
span { border-color: rgb(236,83,184); }
td.TdClassName
{
border-color: #EC53B8;
}
.TagClassName
{
border-color: #EC53B8;
}
</style>