Shades of Hot Pink #ED51BC
Tints of Hot Pink #ED51BC
RGB
CMYK
RGB Variations
Color information
#ED51BC (or 0xED51BC) is known color: Hot Pink. HEX triplet: ED, 51 and BC. RGB value is (237,81,188). Sum of RGB (Red+Green+Blue) = 237+81+188=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51BC is #12AE43. Grayscale: #8B8B8B. Windows color (decimal): -1224260 or 12341741. OLE color: 12341741.
HSL color Cylindrical-coordinate representation of color #ED51BC: hue angle of 318.85º 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 #ED51BC is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 188 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.07 |
| HSL | 318.85º | 0.81% | 0.62% | - |
| HSV(B) | 318.85º | 0.66% | 0.93% | - |
| XYZ | 46.94 | 27.52 | 50.41 | - |
| YUV | 139.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 188 | 0 | 0.66 | 0.21 | 0.07 | 318.85 | 0.81 | 0.62 |
| Hex | ED | 51 | BC | 0 | 42 | 15 | 7 | 13F | 51 | 3E |
| Octal | 355 | 121 | 274 | 0 | 102 | 25 | 7 | 477 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10111100 | 0 | 1000010 | 10101 | 111 | 100111111 | 1010001 | 111110 |
Color Harmonies of #ED51BC
Complementary color
Monochromatic Colors of #ED51BC
Black with #ED51BC
Text Example
Text Example
White with #ED51BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED51BC; }
p { color: rgb(237,81,188); }
H1.HeaderClassName
{
color: #ED51BC;
}
.AnyTagClassName
{
color: #ED51BC;
}
</style>
background-color css
<style>
a { background-color: #ED51BC; }
a { background-color: rgb(237,81,188); }
div.DivClassName
{
background-color: #ED51BC;
}
.BgClassName
{
background-color: #ED51BC;
}
</style>
border-color css
<style>
span { border-color: #ED51BC; }
span { border-color: rgb(237,81,188); }
td.TdClassName
{
border-color: #ED51BC;
}
.TagClassName
{
border-color: #ED51BC;
}
</style>