Shades of Hot Pink #ED59BC
Tints of Hot Pink #ED59BC
RGB
CMYK
RGB Variations
Color information
#ED59BC (or 0xED59BC) is known color: Hot Pink. HEX triplet: ED, 59 and BC. RGB value is (237,89,188). Sum of RGB (Red+Green+Blue) = 237+89+188=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59BC is #12A643. Grayscale: #909090. Windows color (decimal): -1222212 or 12343789. OLE color: 12343789.
HSL color Cylindrical-coordinate representation of color #ED59BC: hue angle of 319.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED59BC is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 188 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.07 |
| HSL | 319.86º | 0.8% | 0.64% | - |
| HSV(B) | 319.86º | 0.62% | 0.93% | - |
| XYZ | 47.57 | 28.78 | 50.62 | - |
| YUV | 144.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 188 | 0 | 0.62 | 0.21 | 0.07 | 319.86 | 0.8 | 0.64 |
| Hex | ED | 59 | BC | 0 | 3E | 15 | 7 | 140 | 50 | 40 |
| Octal | 355 | 131 | 274 | 0 | 76 | 25 | 7 | 500 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10111100 | 0 | 111110 | 10101 | 111 | 101000000 | 1010000 | 1000000 |
Color Harmonies of #ED59BC
Complementary color
Monochromatic Colors of #ED59BC
Black with #ED59BC
Text Example
Text Example
White with #ED59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59BC; }
p { color: rgb(237,89,188); }
H1.HeaderClassName
{
color: #ED59BC;
}
.AnyTagClassName
{
color: #ED59BC;
}
</style>
background-color css
<style>
a { background-color: #ED59BC; }
a { background-color: rgb(237,89,188); }
div.DivClassName
{
background-color: #ED59BC;
}
.BgClassName
{
background-color: #ED59BC;
}
</style>
border-color css
<style>
span { border-color: #ED59BC; }
span { border-color: rgb(237,89,188); }
td.TdClassName
{
border-color: #ED59BC;
}
.TagClassName
{
border-color: #ED59BC;
}
</style>