Shades of Hot Pink #ED59B7
Tints of Hot Pink #ED59B7
RGB
CMYK
RGB Variations
Color information
#ED59B7 (or 0xED59B7) is known color: Hot Pink. HEX triplet: ED, 59 and B7. RGB value is (237,89,183). Sum of RGB (Red+Green+Blue) = 237+89+183=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59B7 is #12A648. Grayscale: #8F8F8F. Windows color (decimal): -1222217 or 12016109. OLE color: 12016109.
HSL color Cylindrical-coordinate representation of color #ED59B7: hue angle of 321.89º 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 #ED59B7 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 183 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.07 |
| HSL | 321.89º | 0.8% | 0.64% | - |
| HSV(B) | 321.89º | 0.62% | 0.93% | - |
| XYZ | 47.04 | 28.57 | 47.83 | - |
| YUV | 143.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 183 | 0 | 0.62 | 0.23 | 0.07 | 321.89 | 0.8 | 0.64 |
| Hex | ED | 59 | B7 | 0 | 3E | 17 | 7 | 142 | 50 | 40 |
| Octal | 355 | 131 | 267 | 0 | 76 | 27 | 7 | 502 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10110111 | 0 | 111110 | 10111 | 111 | 101000010 | 1010000 | 1000000 |
Color Harmonies of #ED59B7
Complementary color
Monochromatic Colors of #ED59B7
Black with #ED59B7
Text Example
Text Example
White with #ED59B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59B7; }
p { color: rgb(237,89,183); }
H1.HeaderClassName
{
color: #ED59B7;
}
.AnyTagClassName
{
color: #ED59B7;
}
</style>
background-color css
<style>
a { background-color: #ED59B7; }
a { background-color: rgb(237,89,183); }
div.DivClassName
{
background-color: #ED59B7;
}
.BgClassName
{
background-color: #ED59B7;
}
</style>
border-color css
<style>
span { border-color: #ED59B7; }
span { border-color: rgb(237,89,183); }
td.TdClassName
{
border-color: #ED59B7;
}
.TagClassName
{
border-color: #ED59B7;
}
</style>