Shades of Hot Pink #ED56B8
Tints of Hot Pink #ED56B8
RGB
CMYK
RGB Variations
Color information
#ED56B8 (or 0xED56B8) is known color: Hot Pink. HEX triplet: ED, 56 and B8. RGB value is (237,86,184). Sum of RGB (Red+Green+Blue) = 237+86+184=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56B8 is #12A947. Grayscale: #8E8E8E. Windows color (decimal): -1222984 or 12080877. OLE color: 12080877.
HSL color Cylindrical-coordinate representation of color #ED56B8: hue angle of 321.06º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED56B8 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 184 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.07 |
| HSL | 321.06º | 0.81% | 0.63% | - |
| HSV(B) | 321.06º | 0.64% | 0.93% | - |
| XYZ | 46.9 | 28.12 | 48.3 | - |
| YUV | 142.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 184 | 0 | 0.64 | 0.22 | 0.07 | 321.06 | 0.81 | 0.63 |
| Hex | ED | 56 | B8 | 0 | 40 | 16 | 7 | 141 | 51 | 3F |
| Octal | 355 | 126 | 270 | 0 | 100 | 26 | 7 | 501 | 121 | 77 |
| Binary | 11101101 | 1010110 | 10111000 | 0 | 1000000 | 10110 | 111 | 101000001 | 1010001 | 111111 |
Color Harmonies of #ED56B8
Complementary color
Monochromatic Colors of #ED56B8
Black with #ED56B8
Text Example
Text Example
White with #ED56B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED56B8; }
p { color: rgb(237,86,184); }
H1.HeaderClassName
{
color: #ED56B8;
}
.AnyTagClassName
{
color: #ED56B8;
}
</style>
background-color css
<style>
a { background-color: #ED56B8; }
a { background-color: rgb(237,86,184); }
div.DivClassName
{
background-color: #ED56B8;
}
.BgClassName
{
background-color: #ED56B8;
}
</style>
border-color css
<style>
span { border-color: #ED56B8; }
span { border-color: rgb(237,86,184); }
td.TdClassName
{
border-color: #ED56B8;
}
.TagClassName
{
border-color: #ED56B8;
}
</style>