Shades of Hot Pink #ED53BC
Tints of Hot Pink #ED53BC
RGB
CMYK
RGB Variations
Color information
#ED53BC (or 0xED53BC) is known color: Hot Pink. HEX triplet: ED, 53 and BC. RGB value is (237,83,188). Sum of RGB (Red+Green+Blue) = 237+83+188=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53BC is #12AC43. Grayscale: #8C8C8C. Windows color (decimal): -1223748 or 12342253. OLE color: 12342253.
HSL color Cylindrical-coordinate representation of color #ED53BC: hue angle of 319.09º degrees, saturation: 0.81, 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 #ED53BC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 188 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.07 |
| HSL | 319.09º | 0.81% | 0.63% | - |
| HSV(B) | 319.09º | 0.65% | 0.93% | - |
| XYZ | 47.1 | 27.82 | 50.46 | - |
| YUV | 141.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 188 | 0 | 0.65 | 0.21 | 0.07 | 319.09 | 0.81 | 0.63 |
| Hex | ED | 53 | BC | 0 | 41 | 15 | 7 | 13F | 51 | 3F |
| Octal | 355 | 123 | 274 | 0 | 101 | 25 | 7 | 477 | 121 | 77 |
| Binary | 11101101 | 1010011 | 10111100 | 0 | 1000001 | 10101 | 111 | 100111111 | 1010001 | 111111 |
Color Harmonies of #ED53BC
Complementary color
Monochromatic Colors of #ED53BC
Black with #ED53BC
Text Example
Text Example
White with #ED53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED53BC; }
p { color: rgb(237,83,188); }
H1.HeaderClassName
{
color: #ED53BC;
}
.AnyTagClassName
{
color: #ED53BC;
}
</style>
background-color css
<style>
a { background-color: #ED53BC; }
a { background-color: rgb(237,83,188); }
div.DivClassName
{
background-color: #ED53BC;
}
.BgClassName
{
background-color: #ED53BC;
}
</style>
border-color css
<style>
span { border-color: #ED53BC; }
span { border-color: rgb(237,83,188); }
td.TdClassName
{
border-color: #ED53BC;
}
.TagClassName
{
border-color: #ED53BC;
}
</style>