Shades of Hot Pink #ED59BD
Tints of Hot Pink #ED59BD
RGB
CMYK
RGB Variations
Color information
#ED59BD (or 0xED59BD) is known color: Hot Pink. HEX triplet: ED, 59 and BD. RGB value is (237,89,189). Sum of RGB (Red+Green+Blue) = 237+89+189=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59BD is #12A642. Grayscale: #909090. Windows color (decimal): -1222211 or 12409325. OLE color: 12409325.
HSL color Cylindrical-coordinate representation of color #ED59BD: hue angle of 319.46º 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 #ED59BD is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 189 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.07 |
| HSL | 319.46º | 0.8% | 0.64% | - |
| HSV(B) | 319.46º | 0.62% | 0.93% | - |
| XYZ | 47.68 | 28.82 | 51.19 | - |
| YUV | 144.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 189 | 0 | 0.62 | 0.20 | 0.07 | 319.46 | 0.8 | 0.64 |
| Hex | ED | 59 | BD | 0 | 3E | 14 | 7 | 13F | 50 | 40 |
| Octal | 355 | 131 | 275 | 0 | 76 | 24 | 7 | 477 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10111101 | 0 | 111110 | 10100 | 111 | 100111111 | 1010000 | 1000000 |
Color Harmonies of #ED59BD
Complementary color
Monochromatic Colors of #ED59BD
Black with #ED59BD
Text Example
Text Example
White with #ED59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59BD; }
p { color: rgb(237,89,189); }
H1.HeaderClassName
{
color: #ED59BD;
}
.AnyTagClassName
{
color: #ED59BD;
}
</style>
background-color css
<style>
a { background-color: #ED59BD; }
a { background-color: rgb(237,89,189); }
div.DivClassName
{
background-color: #ED59BD;
}
.BgClassName
{
background-color: #ED59BD;
}
</style>
border-color css
<style>
span { border-color: #ED59BD; }
span { border-color: rgb(237,89,189); }
td.TdClassName
{
border-color: #ED59BD;
}
.TagClassName
{
border-color: #ED59BD;
}
</style>