Shades of Hot Pink #ED58BC
Tints of Hot Pink #ED58BC
RGB
CMYK
RGB Variations
Color information
#ED58BC (or 0xED58BC) is known color: Hot Pink. HEX triplet: ED, 58 and BC. RGB value is (237,88,188). Sum of RGB (Red+Green+Blue) = 237+88+188=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58BC is #12A743. Grayscale: #8F8F8F. Windows color (decimal): -1222468 or 12343533. OLE color: 12343533.
HSL color Cylindrical-coordinate representation of color #ED58BC: hue angle of 319.73º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED58BC is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 188 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.07 |
| HSL | 319.73º | 0.81% | 0.64% | - |
| HSV(B) | 319.73º | 0.63% | 0.93% | - |
| XYZ | 47.49 | 28.61 | 50.6 | - |
| YUV | 143.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 188 | 0 | 0.63 | 0.21 | 0.07 | 319.73 | 0.81 | 0.64 |
| Hex | ED | 58 | BC | 0 | 3F | 15 | 7 | 140 | 51 | 40 |
| Octal | 355 | 130 | 274 | 0 | 77 | 25 | 7 | 500 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10111100 | 0 | 111111 | 10101 | 111 | 101000000 | 1010001 | 1000000 |
Color Harmonies of #ED58BC
Complementary color
Monochromatic Colors of #ED58BC
Black with #ED58BC
Text Example
Text Example
White with #ED58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58BC; }
p { color: rgb(237,88,188); }
H1.HeaderClassName
{
color: #ED58BC;
}
.AnyTagClassName
{
color: #ED58BC;
}
</style>
background-color css
<style>
a { background-color: #ED58BC; }
a { background-color: rgb(237,88,188); }
div.DivClassName
{
background-color: #ED58BC;
}
.BgClassName
{
background-color: #ED58BC;
}
</style>
border-color css
<style>
span { border-color: #ED58BC; }
span { border-color: rgb(237,88,188); }
td.TdClassName
{
border-color: #ED58BC;
}
.TagClassName
{
border-color: #ED58BC;
}
</style>