Shades of Hot Pink #ED5DB7
Tints of Hot Pink #ED5DB7
RGB
CMYK
RGB Variations
Color information
#ED5DB7 (or 0xED5DB7) is known color: Hot Pink. HEX triplet: ED, 5D and B7. RGB value is (237,93,183). Sum of RGB (Red+Green+Blue) = 237+93+183=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DB7 is #12A248. Grayscale: #929292. Windows color (decimal): -1221193 or 12017133. OLE color: 12017133.
HSL color Cylindrical-coordinate representation of color #ED5DB7: hue angle of 322.5º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5DB7 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 183 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.07 |
| HSL | 322.5º | 0.8% | 0.65% | - |
| HSV(B) | 322.5º | 0.61% | 0.93% | - |
| XYZ | 47.39 | 29.25 | 47.95 | - |
| YUV | 146.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 183 | 0 | 0.61 | 0.23 | 0.07 | 322.5 | 0.8 | 0.65 |
| Hex | ED | 5D | B7 | 0 | 3D | 17 | 7 | 142 | 50 | 41 |
| Octal | 355 | 135 | 267 | 0 | 75 | 27 | 7 | 502 | 120 | 101 |
| Binary | 11101101 | 1011101 | 10110111 | 0 | 111101 | 10111 | 111 | 101000010 | 1010000 | 1000001 |
Color Harmonies of #ED5DB7
Complementary color
Monochromatic Colors of #ED5DB7
Black with #ED5DB7
Text Example
Text Example
White with #ED5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5DB7; }
p { color: rgb(237,93,183); }
H1.HeaderClassName
{
color: #ED5DB7;
}
.AnyTagClassName
{
color: #ED5DB7;
}
</style>
background-color css
<style>
a { background-color: #ED5DB7; }
a { background-color: rgb(237,93,183); }
div.DivClassName
{
background-color: #ED5DB7;
}
.BgClassName
{
background-color: #ED5DB7;
}
</style>
border-color css
<style>
span { border-color: #ED5DB7; }
span { border-color: rgb(237,93,183); }
td.TdClassName
{
border-color: #ED5DB7;
}
.TagClassName
{
border-color: #ED5DB7;
}
</style>