Shades of Hot Pink #ED54BC
Tints of Hot Pink #ED54BC
RGB
CMYK
RGB Variations
Color information
#ED54BC (or 0xED54BC) is known color: Hot Pink. HEX triplet: ED, 54 and BC. RGB value is (237,84,188). Sum of RGB (Red+Green+Blue) = 237+84+188=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54BC is #12AB43. Grayscale: #8D8D8D. Windows color (decimal): -1223492 or 12342509. OLE color: 12342509.
HSL color Cylindrical-coordinate representation of color #ED54BC: hue angle of 319.22º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED54BC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 188 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.07 |
| HSL | 319.22º | 0.81% | 0.63% | - |
| HSV(B) | 319.22º | 0.65% | 0.93% | - |
| XYZ | 47.17 | 27.98 | 50.49 | - |
| YUV | 141.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 188 | 0 | 0.65 | 0.21 | 0.07 | 319.22 | 0.81 | 0.63 |
| Hex | ED | 54 | BC | 0 | 41 | 15 | 7 | 13F | 51 | 3F |
| Octal | 355 | 124 | 274 | 0 | 101 | 25 | 7 | 477 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10111100 | 0 | 1000001 | 10101 | 111 | 100111111 | 1010001 | 111111 |
Color Harmonies of #ED54BC
Complementary color
Monochromatic Colors of #ED54BC
Black with #ED54BC
Text Example
Text Example
White with #ED54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54BC; }
p { color: rgb(237,84,188); }
H1.HeaderClassName
{
color: #ED54BC;
}
.AnyTagClassName
{
color: #ED54BC;
}
</style>
background-color css
<style>
a { background-color: #ED54BC; }
a { background-color: rgb(237,84,188); }
div.DivClassName
{
background-color: #ED54BC;
}
.BgClassName
{
background-color: #ED54BC;
}
</style>
border-color css
<style>
span { border-color: #ED54BC; }
span { border-color: rgb(237,84,188); }
td.TdClassName
{
border-color: #ED54BC;
}
.TagClassName
{
border-color: #ED54BC;
}
</style>