Shades of Hot Pink #ED50BD
Tints of Hot Pink #ED50BD
RGB
CMYK
RGB Variations
Color information
#ED50BD (or 0xED50BD) is known color: Hot Pink. HEX triplet: ED, 50 and BD. RGB value is (237,80,189). Sum of RGB (Red+Green+Blue) = 237+80+189=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED50BD is #12AF42. Grayscale: #8B8B8B. Windows color (decimal): -1224515 or 12407021. OLE color: 12407021.
HSL color Cylindrical-coordinate representation of color #ED50BD: hue angle of 318.34º 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 #ED50BD is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 189 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.07 |
| HSL | 318.34º | 0.81% | 0.62% | - |
| HSV(B) | 318.34º | 0.66% | 0.93% | - |
| XYZ | 46.98 | 27.42 | 50.96 | - |
| YUV | 139.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 189 | 0 | 0.66 | 0.20 | 0.07 | 318.34 | 0.81 | 0.62 |
| Hex | ED | 50 | BD | 0 | 42 | 14 | 7 | 13E | 51 | 3E |
| Octal | 355 | 120 | 275 | 0 | 102 | 24 | 7 | 476 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10111101 | 0 | 1000010 | 10100 | 111 | 100111110 | 1010001 | 111110 |
Color Harmonies of #ED50BD
Complementary color
Monochromatic Colors of #ED50BD
Black with #ED50BD
Text Example
Text Example
White with #ED50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50BD; }
p { color: rgb(237,80,189); }
H1.HeaderClassName
{
color: #ED50BD;
}
.AnyTagClassName
{
color: #ED50BD;
}
</style>
background-color css
<style>
a { background-color: #ED50BD; }
a { background-color: rgb(237,80,189); }
div.DivClassName
{
background-color: #ED50BD;
}
.BgClassName
{
background-color: #ED50BD;
}
</style>
border-color css
<style>
span { border-color: #ED50BD; }
span { border-color: rgb(237,80,189); }
td.TdClassName
{
border-color: #ED50BD;
}
.TagClassName
{
border-color: #ED50BD;
}
</style>