Shades of Hot Pink #ED58BD
Tints of Hot Pink #ED58BD
RGB
CMYK
RGB Variations
Color information
#ED58BD (or 0xED58BD) is known color: Hot Pink. HEX triplet: ED, 58 and BD. RGB value is (237,88,189). Sum of RGB (Red+Green+Blue) = 237+88+189=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58BD is #12A742. Grayscale: #8F8F8F. Windows color (decimal): -1222467 or 12409069. OLE color: 12409069.
HSL color Cylindrical-coordinate representation of color #ED58BD: hue angle of 319.33º 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 #ED58BD is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 189 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.07 |
| HSL | 319.33º | 0.81% | 0.64% | - |
| HSV(B) | 319.33º | 0.63% | 0.93% | - |
| XYZ | 47.6 | 28.66 | 51.17 | - |
| YUV | 144.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 189 | 0 | 0.63 | 0.20 | 0.07 | 319.33 | 0.81 | 0.64 |
| Hex | ED | 58 | BD | 0 | 3F | 14 | 7 | 13F | 51 | 40 |
| Octal | 355 | 130 | 275 | 0 | 77 | 24 | 7 | 477 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10111101 | 0 | 111111 | 10100 | 111 | 100111111 | 1010001 | 1000000 |
Color Harmonies of #ED58BD
Complementary color
Monochromatic Colors of #ED58BD
Black with #ED58BD
Text Example
Text Example
White with #ED58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58BD; }
p { color: rgb(237,88,189); }
H1.HeaderClassName
{
color: #ED58BD;
}
.AnyTagClassName
{
color: #ED58BD;
}
</style>
background-color css
<style>
a { background-color: #ED58BD; }
a { background-color: rgb(237,88,189); }
div.DivClassName
{
background-color: #ED58BD;
}
.BgClassName
{
background-color: #ED58BD;
}
</style>
border-color css
<style>
span { border-color: #ED58BD; }
span { border-color: rgb(237,88,189); }
td.TdClassName
{
border-color: #ED58BD;
}
.TagClassName
{
border-color: #ED58BD;
}
</style>