Shades of Hot Pink #ED58B8
Tints of Hot Pink #ED58B8
RGB
CMYK
RGB Variations
Color information
#ED58B8 (or 0xED58B8) is known color: Hot Pink. HEX triplet: ED, 58 and B8. RGB value is (237,88,184). Sum of RGB (Red+Green+Blue) = 237+88+184=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58B8 is #12A747. Grayscale: #8F8F8F. Windows color (decimal): -1222472 or 12081389. OLE color: 12081389.
HSL color Cylindrical-coordinate representation of color #ED58B8: hue angle of 321.34º 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 #ED58B8 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 184 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.07 |
| HSL | 321.34º | 0.81% | 0.64% | - |
| HSV(B) | 321.34º | 0.63% | 0.93% | - |
| XYZ | 47.07 | 28.44 | 48.36 | - |
| YUV | 143.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 184 | 0 | 0.63 | 0.22 | 0.07 | 321.34 | 0.81 | 0.64 |
| Hex | ED | 58 | B8 | 0 | 3F | 16 | 7 | 141 | 51 | 40 |
| Octal | 355 | 130 | 270 | 0 | 77 | 26 | 7 | 501 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10111000 | 0 | 111111 | 10110 | 111 | 101000001 | 1010001 | 1000000 |
Color Harmonies of #ED58B8
Complementary color
Monochromatic Colors of #ED58B8
Black with #ED58B8
Text Example
Text Example
White with #ED58B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58B8; }
p { color: rgb(237,88,184); }
H1.HeaderClassName
{
color: #ED58B8;
}
.AnyTagClassName
{
color: #ED58B8;
}
</style>
background-color css
<style>
a { background-color: #ED58B8; }
a { background-color: rgb(237,88,184); }
div.DivClassName
{
background-color: #ED58B8;
}
.BgClassName
{
background-color: #ED58B8;
}
</style>
border-color css
<style>
span { border-color: #ED58B8; }
span { border-color: rgb(237,88,184); }
td.TdClassName
{
border-color: #ED58B8;
}
.TagClassName
{
border-color: #ED58B8;
}
</style>