Shades of Hot Pink #ED73AD
Tints of Hot Pink #ED73AD
RGB
CMYK
RGB Variations
Color information
#ED73AD (or 0xED73AD) is known color: Hot Pink. HEX triplet: ED, 73 and AD. RGB value is (237,115,173). Sum of RGB (Red+Green+Blue) = 237+115+173=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED73AD is #128C52. Grayscale: #9D9D9D. Windows color (decimal): -1215571 or 11367405. OLE color: 11367405.
HSL color Cylindrical-coordinate representation of color #ED73AD: hue angle of 331.48º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED73AD is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 173 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.07 |
| HSL | 331.48º | 0.77% | 0.69% | - |
| HSV(B) | 331.48º | 0.51% | 0.93% | - |
| XYZ | 48.6 | 33.28 | 43.4 | - |
| YUV | 158.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 173 | 0 | 0.51 | 0.27 | 0.07 | 331.48 | 0.77 | 0.69 |
| Hex | ED | 73 | AD | 0 | 33 | 1B | 7 | 14B | 4D | 45 |
| Octal | 355 | 163 | 255 | 0 | 63 | 33 | 7 | 513 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10101101 | 0 | 110011 | 11011 | 111 | 101001011 | 1001101 | 1000101 |
Color Harmonies of #ED73AD
Complementary color
Monochromatic Colors of #ED73AD
Black with #ED73AD
Text Example
Text Example
White with #ED73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73AD; }
p { color: rgb(237,115,173); }
H1.HeaderClassName
{
color: #ED73AD;
}
.AnyTagClassName
{
color: #ED73AD;
}
</style>
background-color css
<style>
a { background-color: #ED73AD; }
a { background-color: rgb(237,115,173); }
div.DivClassName
{
background-color: #ED73AD;
}
.BgClassName
{
background-color: #ED73AD;
}
</style>
border-color css
<style>
span { border-color: #ED73AD; }
span { border-color: rgb(237,115,173); }
td.TdClassName
{
border-color: #ED73AD;
}
.TagClassName
{
border-color: #ED73AD;
}
</style>