Shades of Hot Pink #ED55BA
Tints of Hot Pink #ED55BA
RGB
CMYK
RGB Variations
Color information
#ED55BA (or 0xED55BA) is known color: Hot Pink. HEX triplet: ED, 55 and BA. RGB value is (237,85,186). Sum of RGB (Red+Green+Blue) = 237+85+186=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55BA is #12AA45. Grayscale: #8D8D8D. Windows color (decimal): -1223238 or 12211693. OLE color: 12211693.
HSL color Cylindrical-coordinate representation of color #ED55BA: hue angle of 320.13º 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 #ED55BA is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 186 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.07 |
| HSL | 320.13º | 0.81% | 0.63% | - |
| HSV(B) | 320.13º | 0.64% | 0.93% | - |
| XYZ | 47.04 | 28.05 | 49.39 | - |
| YUV | 141.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 186 | 0 | 0.64 | 0.22 | 0.07 | 320.13 | 0.81 | 0.63 |
| Hex | ED | 55 | BA | 0 | 40 | 16 | 7 | 140 | 51 | 3F |
| Octal | 355 | 125 | 272 | 0 | 100 | 26 | 7 | 500 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10111010 | 0 | 1000000 | 10110 | 111 | 101000000 | 1010001 | 111111 |
Color Harmonies of #ED55BA
Complementary color
Monochromatic Colors of #ED55BA
Black with #ED55BA
Text Example
Text Example
White with #ED55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55BA; }
p { color: rgb(237,85,186); }
H1.HeaderClassName
{
color: #ED55BA;
}
.AnyTagClassName
{
color: #ED55BA;
}
</style>
background-color css
<style>
a { background-color: #ED55BA; }
a { background-color: rgb(237,85,186); }
div.DivClassName
{
background-color: #ED55BA;
}
.BgClassName
{
background-color: #ED55BA;
}
</style>
border-color css
<style>
span { border-color: #ED55BA; }
span { border-color: rgb(237,85,186); }
td.TdClassName
{
border-color: #ED55BA;
}
.TagClassName
{
border-color: #ED55BA;
}
</style>