Shades of Hot Pink #ED53BE
Tints of Hot Pink #ED53BE
RGB
CMYK
RGB Variations
Color information
#ED53BE (or 0xED53BE) is known color: Hot Pink. HEX triplet: ED, 53 and BE. RGB value is (237,83,190). Sum of RGB (Red+Green+Blue) = 237+83+190=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53BE is #12AC41. Grayscale: #8C8C8C. Windows color (decimal): -1223746 or 12473325. OLE color: 12473325.
HSL color Cylindrical-coordinate representation of color #ED53BE: hue angle of 318.31º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED53BE is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 190 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.07 |
| HSL | 318.31º | 0.81% | 0.63% | - |
| HSV(B) | 318.31º | 0.65% | 0.93% | - |
| XYZ | 47.31 | 27.91 | 51.61 | - |
| YUV | 141.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 190 | 0 | 0.65 | 0.20 | 0.07 | 318.31 | 0.81 | 0.63 |
| Hex | ED | 53 | BE | 0 | 41 | 14 | 7 | 13E | 51 | 3F |
| Octal | 355 | 123 | 276 | 0 | 101 | 24 | 7 | 476 | 121 | 77 |
| Binary | 11101101 | 1010011 | 10111110 | 0 | 1000001 | 10100 | 111 | 100111110 | 1010001 | 111111 |
Color Harmonies of #ED53BE
Complementary color
Monochromatic Colors of #ED53BE
Black with #ED53BE
Text Example
Text Example
White with #ED53BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED53BE; }
p { color: rgb(237,83,190); }
H1.HeaderClassName
{
color: #ED53BE;
}
.AnyTagClassName
{
color: #ED53BE;
}
</style>
background-color css
<style>
a { background-color: #ED53BE; }
a { background-color: rgb(237,83,190); }
div.DivClassName
{
background-color: #ED53BE;
}
.BgClassName
{
background-color: #ED53BE;
}
</style>
border-color css
<style>
span { border-color: #ED53BE; }
span { border-color: rgb(237,83,190); }
td.TdClassName
{
border-color: #ED53BE;
}
.TagClassName
{
border-color: #ED53BE;
}
</style>