Shades of Hot Pink #ED58B7
Tints of Hot Pink #ED58B7
RGB
CMYK
RGB Variations
Color information
#ED58B7 (or 0xED58B7) is known color: Hot Pink. HEX triplet: ED, 58 and B7. RGB value is (237,88,183). Sum of RGB (Red+Green+Blue) = 237+88+183=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58B7 is #12A748. Grayscale: #8F8F8F. Windows color (decimal): -1222473 or 12015853. OLE color: 12015853.
HSL color Cylindrical-coordinate representation of color #ED58B7: hue angle of 321.74º 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 #ED58B7 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 183 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.07 |
| HSL | 321.75º | 0.81% | 0.64% | - |
| HSV(B) | 321.75º | 0.63% | 0.93% | - |
| XYZ | 46.96 | 28.4 | 47.81 | - |
| YUV | 143.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 183 | 0 | 0.63 | 0.23 | 0.07 | 321.75 | 0.81 | 0.64 |
| Hex | ED | 58 | B7 | 0 | 3F | 17 | 7 | 142 | 51 | 40 |
| Octal | 355 | 130 | 267 | 0 | 77 | 27 | 7 | 502 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10110111 | 0 | 111111 | 10111 | 111 | 101000010 | 1010001 | 1000000 |
Color Harmonies of #ED58B7
Complementary color
Monochromatic Colors of #ED58B7
Black with #ED58B7
Text Example
Text Example
White with #ED58B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58B7; }
p { color: rgb(237,88,183); }
H1.HeaderClassName
{
color: #ED58B7;
}
.AnyTagClassName
{
color: #ED58B7;
}
</style>
background-color css
<style>
a { background-color: #ED58B7; }
a { background-color: rgb(237,88,183); }
div.DivClassName
{
background-color: #ED58B7;
}
.BgClassName
{
background-color: #ED58B7;
}
</style>
border-color css
<style>
span { border-color: #ED58B7; }
span { border-color: rgb(237,88,183); }
td.TdClassName
{
border-color: #ED58B7;
}
.TagClassName
{
border-color: #ED58B7;
}
</style>