Shades of Hot Pink #EC73AE
Tints of Hot Pink #EC73AE
RGB
CMYK
RGB Variations
Color information
#EC73AE (or 0xEC73AE) is known color: Hot Pink. HEX triplet: EC, 73 and AE. RGB value is (236,115,174). Sum of RGB (Red+Green+Blue) = 236+115+174=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC73AE is #138C51. Grayscale: #9D9D9D. Windows color (decimal): -1281106 or 11432940. OLE color: 11432940.
HSL color Cylindrical-coordinate representation of color #EC73AE: hue angle of 330.74º 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 #EC73AE is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 174 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.07 |
| HSL | 330.74º | 0.76% | 0.69% | - |
| HSV(B) | 330.74º | 0.51% | 0.93% | - |
| XYZ | 48.36 | 33.15 | 43.89 | - |
| YUV | 157.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 174 | 0 | 0.51 | 0.26 | 0.07 | 330.74 | 0.76 | 0.69 |
| Hex | EC | 73 | AE | 0 | 33 | 1A | 7 | 14B | 4C | 45 |
| Octal | 354 | 163 | 256 | 0 | 63 | 32 | 7 | 513 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10101110 | 0 | 110011 | 11010 | 111 | 101001011 | 1001100 | 1000101 |
Color Harmonies of #EC73AE
Complementary color
Monochromatic Colors of #EC73AE
Black with #EC73AE
Text Example
Text Example
White with #EC73AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73AE; }
p { color: rgb(236,115,174); }
H1.HeaderClassName
{
color: #EC73AE;
}
.AnyTagClassName
{
color: #EC73AE;
}
</style>
background-color css
<style>
a { background-color: #EC73AE; }
a { background-color: rgb(236,115,174); }
div.DivClassName
{
background-color: #EC73AE;
}
.BgClassName
{
background-color: #EC73AE;
}
</style>
border-color css
<style>
span { border-color: #EC73AE; }
span { border-color: rgb(236,115,174); }
td.TdClassName
{
border-color: #EC73AE;
}
.TagClassName
{
border-color: #EC73AE;
}
</style>