Shades of Hot Pink #ED57B8
Tints of Hot Pink #ED57B8
RGB
CMYK
RGB Variations
Color information
#ED57B8 (or 0xED57B8) is known color: Hot Pink. HEX triplet: ED, 57 and B8. RGB value is (237,87,184). Sum of RGB (Red+Green+Blue) = 237+87+184=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED57B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED57B8 is #12A847. Grayscale: #8E8E8E. Windows color (decimal): -1222728 or 12081133. OLE color: 12081133.
HSL color Cylindrical-coordinate representation of color #ED57B8: hue angle of 321.2º 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 #ED57B8 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 184 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.07 |
| HSL | 321.2º | 0.81% | 0.64% | - |
| HSV(B) | 321.2º | 0.63% | 0.93% | - |
| XYZ | 46.98 | 28.28 | 48.33 | - |
| YUV | 142.91 | 151.2 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 184 | 0 | 0.63 | 0.22 | 0.07 | 321.2 | 0.81 | 0.64 |
| Hex | ED | 57 | B8 | 0 | 3F | 16 | 7 | 141 | 51 | 40 |
| Octal | 355 | 127 | 270 | 0 | 77 | 26 | 7 | 501 | 121 | 100 |
| Binary | 11101101 | 1010111 | 10111000 | 0 | 111111 | 10110 | 111 | 101000001 | 1010001 | 1000000 |
Color Harmonies of #ED57B8
Complementary color
Monochromatic Colors of #ED57B8
Black with #ED57B8
Text Example
Text Example
White with #ED57B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED57B8; }
p { color: rgb(237,87,184); }
H1.HeaderClassName
{
color: #ED57B8;
}
.AnyTagClassName
{
color: #ED57B8;
}
</style>
background-color css
<style>
a { background-color: #ED57B8; }
a { background-color: rgb(237,87,184); }
div.DivClassName
{
background-color: #ED57B8;
}
.BgClassName
{
background-color: #ED57B8;
}
</style>
border-color css
<style>
span { border-color: #ED57B8; }
span { border-color: rgb(237,87,184); }
td.TdClassName
{
border-color: #ED57B8;
}
.TagClassName
{
border-color: #ED57B8;
}
</style>