Shades of Hot Pink #ED50BA
Tints of Hot Pink #ED50BA
RGB
CMYK
RGB Variations
Color information
#ED50BA (or 0xED50BA) is known color: Hot Pink. HEX triplet: ED, 50 and BA. RGB value is (237,80,186). Sum of RGB (Red+Green+Blue) = 237+80+186=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED50BA is #12AF45. Grayscale: #8A8A8A. Windows color (decimal): -1224518 or 12210413. OLE color: 12210413.
HSL color Cylindrical-coordinate representation of color #ED50BA: hue angle of 319.49º 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 #ED50BA is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 186 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.07 |
| HSL | 319.49º | 0.81% | 0.62% | - |
| HSV(B) | 319.49º | 0.66% | 0.93% | - |
| XYZ | 46.66 | 27.29 | 49.26 | - |
| YUV | 139.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 186 | 0 | 0.66 | 0.22 | 0.07 | 319.49 | 0.81 | 0.62 |
| Hex | ED | 50 | BA | 0 | 42 | 16 | 7 | 13F | 51 | 3E |
| Octal | 355 | 120 | 272 | 0 | 102 | 26 | 7 | 477 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10111010 | 0 | 1000010 | 10110 | 111 | 100111111 | 1010001 | 111110 |
Color Harmonies of #ED50BA
Complementary color
Monochromatic Colors of #ED50BA
Black with #ED50BA
Text Example
Text Example
White with #ED50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50BA; }
p { color: rgb(237,80,186); }
H1.HeaderClassName
{
color: #ED50BA;
}
.AnyTagClassName
{
color: #ED50BA;
}
</style>
background-color css
<style>
a { background-color: #ED50BA; }
a { background-color: rgb(237,80,186); }
div.DivClassName
{
background-color: #ED50BA;
}
.BgClassName
{
background-color: #ED50BA;
}
</style>
border-color css
<style>
span { border-color: #ED50BA; }
span { border-color: rgb(237,80,186); }
td.TdClassName
{
border-color: #ED50BA;
}
.TagClassName
{
border-color: #ED50BA;
}
</style>