Shades of Hot Pink #ED50BC
Tints of Hot Pink #ED50BC
RGB
CMYK
RGB Variations
Color information
#ED50BC (or 0xED50BC) is known color: Hot Pink. HEX triplet: ED, 50 and BC. RGB value is (237,80,188). Sum of RGB (Red+Green+Blue) = 237+80+188=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED50BC is #12AF43. Grayscale: #8A8A8A. Windows color (decimal): -1224516 or 12341485. OLE color: 12341485.
HSL color Cylindrical-coordinate representation of color #ED50BC: hue angle of 318.73º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED50BC is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 188 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.07 |
| HSL | 318.73º | 0.81% | 0.62% | - |
| HSV(B) | 318.73º | 0.66% | 0.93% | - |
| XYZ | 46.87 | 27.37 | 50.39 | - |
| YUV | 139.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 188 | 0 | 0.66 | 0.21 | 0.07 | 318.73 | 0.81 | 0.62 |
| Hex | ED | 50 | BC | 0 | 42 | 15 | 7 | 13F | 51 | 3E |
| Octal | 355 | 120 | 274 | 0 | 102 | 25 | 7 | 477 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10111100 | 0 | 1000010 | 10101 | 111 | 100111111 | 1010001 | 111110 |
Color Harmonies of #ED50BC
Complementary color
Monochromatic Colors of #ED50BC
Black with #ED50BC
Text Example
Text Example
White with #ED50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50BC; }
p { color: rgb(237,80,188); }
H1.HeaderClassName
{
color: #ED50BC;
}
.AnyTagClassName
{
color: #ED50BC;
}
</style>
background-color css
<style>
a { background-color: #ED50BC; }
a { background-color: rgb(237,80,188); }
div.DivClassName
{
background-color: #ED50BC;
}
.BgClassName
{
background-color: #ED50BC;
}
</style>
border-color css
<style>
span { border-color: #ED50BC; }
span { border-color: rgb(237,80,188); }
td.TdClassName
{
border-color: #ED50BC;
}
.TagClassName
{
border-color: #ED50BC;
}
</style>