Shades of Hot Pink #EC73AD
Tints of Hot Pink #EC73AD
RGB
CMYK
RGB Variations
Color information
#EC73AD (or 0xEC73AD) is known color: Hot Pink. HEX triplet: EC, 73 and AD. RGB value is (236,115,173). Sum of RGB (Red+Green+Blue) = 236+115+173=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC73AD is #138C52. Grayscale: #9D9D9D. Windows color (decimal): -1281107 or 11367404. OLE color: 11367404.
HSL color Cylindrical-coordinate representation of color #EC73AD: hue angle of 331.24º degrees, saturation: 0.76, 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 #EC73AD is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 173 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.07 |
| HSL | 331.24º | 0.76% | 0.69% | - |
| HSV(B) | 331.24º | 0.51% | 0.93% | - |
| XYZ | 48.27 | 33.11 | 43.38 | - |
| YUV | 157.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 173 | 0 | 0.51 | 0.27 | 0.07 | 331.24 | 0.76 | 0.69 |
| Hex | EC | 73 | AD | 0 | 33 | 1B | 7 | 14B | 4C | 45 |
| Octal | 354 | 163 | 255 | 0 | 63 | 33 | 7 | 513 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10101101 | 0 | 110011 | 11011 | 111 | 101001011 | 1001100 | 1000101 |
Color Harmonies of #EC73AD
Complementary color
Monochromatic Colors of #EC73AD
Black with #EC73AD
Text Example
Text Example
White with #EC73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73AD; }
p { color: rgb(236,115,173); }
H1.HeaderClassName
{
color: #EC73AD;
}
.AnyTagClassName
{
color: #EC73AD;
}
</style>
background-color css
<style>
a { background-color: #EC73AD; }
a { background-color: rgb(236,115,173); }
div.DivClassName
{
background-color: #EC73AD;
}
.BgClassName
{
background-color: #EC73AD;
}
</style>
border-color css
<style>
span { border-color: #EC73AD; }
span { border-color: rgb(236,115,173); }
td.TdClassName
{
border-color: #EC73AD;
}
.TagClassName
{
border-color: #EC73AD;
}
</style>