Shades of Hot Pink #ED54BB
Tints of Hot Pink #ED54BB
RGB
CMYK
RGB Variations
Color information
#ED54BB (or 0xED54BB) is known color: Hot Pink. HEX triplet: ED, 54 and BB. RGB value is (237,84,187). Sum of RGB (Red+Green+Blue) = 237+84+187=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54BB is #12AB44. Grayscale: #8D8D8D. Windows color (decimal): -1223493 or 12276973. OLE color: 12276973.
HSL color Cylindrical-coordinate representation of color #ED54BB: hue angle of 319.61º 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 #ED54BB is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 187 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.07 |
| HSL | 319.61º | 0.81% | 0.63% | - |
| HSV(B) | 319.61º | 0.65% | 0.93% | - |
| XYZ | 47.07 | 27.93 | 49.92 | - |
| YUV | 141.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 187 | 0 | 0.65 | 0.21 | 0.07 | 319.61 | 0.81 | 0.63 |
| Hex | ED | 54 | BB | 0 | 41 | 15 | 7 | 140 | 51 | 3F |
| Octal | 355 | 124 | 273 | 0 | 101 | 25 | 7 | 500 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10111011 | 0 | 1000001 | 10101 | 111 | 101000000 | 1010001 | 111111 |
Color Harmonies of #ED54BB
Complementary color
Monochromatic Colors of #ED54BB
Black with #ED54BB
Text Example
Text Example
White with #ED54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54BB; }
p { color: rgb(237,84,187); }
H1.HeaderClassName
{
color: #ED54BB;
}
.AnyTagClassName
{
color: #ED54BB;
}
</style>
background-color css
<style>
a { background-color: #ED54BB; }
a { background-color: rgb(237,84,187); }
div.DivClassName
{
background-color: #ED54BB;
}
.BgClassName
{
background-color: #ED54BB;
}
</style>
border-color css
<style>
span { border-color: #ED54BB; }
span { border-color: rgb(237,84,187); }
td.TdClassName
{
border-color: #ED54BB;
}
.TagClassName
{
border-color: #ED54BB;
}
</style>