Shades of Hot Pink #ED62AD
Tints of Hot Pink #ED62AD
RGB
CMYK
RGB Variations
Color information
#ED62AD (or 0xED62AD) is known color: Hot Pink. HEX triplet: ED, 62 and AD. RGB value is (237,98,173). Sum of RGB (Red+Green+Blue) = 237+98+173=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED62AD is #129D52. Grayscale: #939393. Windows color (decimal): -1219923 or 11363053. OLE color: 11363053.
HSL color Cylindrical-coordinate representation of color #ED62AD: hue angle of 327.63º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED62AD is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 173 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.07 |
| HSL | 327.63º | 0.79% | 0.66% | - |
| HSV(B) | 327.63º | 0.59% | 0.93% | - |
| XYZ | 46.84 | 29.76 | 42.81 | - |
| YUV | 148.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 173 | 0 | 0.59 | 0.27 | 0.07 | 327.63 | 0.79 | 0.66 |
| Hex | ED | 62 | AD | 0 | 3B | 1B | 7 | 148 | 4F | 42 |
| Octal | 355 | 142 | 255 | 0 | 73 | 33 | 7 | 510 | 117 | 102 |
| Binary | 11101101 | 1100010 | 10101101 | 0 | 111011 | 11011 | 111 | 101001000 | 1001111 | 1000010 |
Color Harmonies of #ED62AD
Complementary color
Monochromatic Colors of #ED62AD
Black with #ED62AD
Text Example
Text Example
White with #ED62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED62AD; }
p { color: rgb(237,98,173); }
H1.HeaderClassName
{
color: #ED62AD;
}
.AnyTagClassName
{
color: #ED62AD;
}
</style>
background-color css
<style>
a { background-color: #ED62AD; }
a { background-color: rgb(237,98,173); }
div.DivClassName
{
background-color: #ED62AD;
}
.BgClassName
{
background-color: #ED62AD;
}
</style>
border-color css
<style>
span { border-color: #ED62AD; }
span { border-color: rgb(237,98,173); }
td.TdClassName
{
border-color: #ED62AD;
}
.TagClassName
{
border-color: #ED62AD;
}
</style>