Shades of Hot Pink #ED5DB6
Tints of Hot Pink #ED5DB6
RGB
CMYK
RGB Variations
Color information
#ED5DB6 (or 0xED5DB6) is known color: Hot Pink. HEX triplet: ED, 5D and B6. RGB value is (237,93,182). Sum of RGB (Red+Green+Blue) = 237+93+182=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DB6 is #12A249. Grayscale: #919191. Windows color (decimal): -1221194 or 11951597. OLE color: 11951597.
HSL color Cylindrical-coordinate representation of color #ED5DB6: hue angle of 322.92º 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 #ED5DB6 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 182 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.07 |
| HSL | 322.92º | 0.8% | 0.65% | - |
| HSV(B) | 322.92º | 0.61% | 0.93% | - |
| XYZ | 47.28 | 29.21 | 47.4 | - |
| YUV | 146.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 182 | 0 | 0.61 | 0.23 | 0.07 | 322.92 | 0.8 | 0.65 |
| Hex | ED | 5D | B6 | 0 | 3D | 17 | 7 | 143 | 50 | 41 |
| Octal | 355 | 135 | 266 | 0 | 75 | 27 | 7 | 503 | 120 | 101 |
| Binary | 11101101 | 1011101 | 10110110 | 0 | 111101 | 10111 | 111 | 101000011 | 1010000 | 1000001 |
Color Harmonies of #ED5DB6
Complementary color
Monochromatic Colors of #ED5DB6
Black with #ED5DB6
Text Example
Text Example
White with #ED5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5DB6; }
p { color: rgb(237,93,182); }
H1.HeaderClassName
{
color: #ED5DB6;
}
.AnyTagClassName
{
color: #ED5DB6;
}
</style>
background-color css
<style>
a { background-color: #ED5DB6; }
a { background-color: rgb(237,93,182); }
div.DivClassName
{
background-color: #ED5DB6;
}
.BgClassName
{
background-color: #ED5DB6;
}
</style>
border-color css
<style>
span { border-color: #ED5DB6; }
span { border-color: rgb(237,93,182); }
td.TdClassName
{
border-color: #ED5DB6;
}
.TagClassName
{
border-color: #ED5DB6;
}
</style>