Shades of Hot Pink #ED59B9
Tints of Hot Pink #ED59B9
RGB
CMYK
RGB Variations
Color information
#ED59B9 (or 0xED59B9) is known color: Hot Pink. HEX triplet: ED, 59 and B9. RGB value is (237,89,185). Sum of RGB (Red+Green+Blue) = 237+89+185=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59B9 is #12A646. Grayscale: #8F8F8F. Windows color (decimal): -1222215 or 12147181. OLE color: 12147181.
HSL color Cylindrical-coordinate representation of color #ED59B9: hue angle of 321.08º 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 #ED59B9 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 185 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.07 |
| HSL | 321.08º | 0.8% | 0.64% | - |
| HSV(B) | 321.08º | 0.62% | 0.93% | - |
| XYZ | 47.25 | 28.65 | 48.94 | - |
| YUV | 144.2 | 151.03 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 185 | 0 | 0.62 | 0.22 | 0.07 | 321.08 | 0.8 | 0.64 |
| Hex | ED | 59 | B9 | 0 | 3E | 16 | 7 | 141 | 50 | 40 |
| Octal | 355 | 131 | 271 | 0 | 76 | 26 | 7 | 501 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10111001 | 0 | 111110 | 10110 | 111 | 101000001 | 1010000 | 1000000 |
Color Harmonies of #ED59B9
Complementary color
Monochromatic Colors of #ED59B9
Black with #ED59B9
Text Example
Text Example
White with #ED59B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59B9; }
p { color: rgb(237,89,185); }
H1.HeaderClassName
{
color: #ED59B9;
}
.AnyTagClassName
{
color: #ED59B9;
}
</style>
background-color css
<style>
a { background-color: #ED59B9; }
a { background-color: rgb(237,89,185); }
div.DivClassName
{
background-color: #ED59B9;
}
.BgClassName
{
background-color: #ED59B9;
}
</style>
border-color css
<style>
span { border-color: #ED59B9; }
span { border-color: rgb(237,89,185); }
td.TdClassName
{
border-color: #ED59B9;
}
.TagClassName
{
border-color: #ED59B9;
}
</style>