Shades of Hot Pink #EC73AC
Tints of Hot Pink #EC73AC
RGB
CMYK
RGB Variations
Color information
#EC73AC (or 0xEC73AC) is known color: Hot Pink. HEX triplet: EC, 73 and AC. RGB value is (236,115,172). Sum of RGB (Red+Green+Blue) = 236+115+172=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC73AC is #138C53. Grayscale: #9D9D9D. Windows color (decimal): -1281108 or 11301868. OLE color: 11301868.
HSL color Cylindrical-coordinate representation of color #EC73AC: hue angle of 331.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 #EC73AC is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 172 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.07 |
| HSL | 331.74º | 0.76% | 0.69% | - |
| HSV(B) | 331.74º | 0.51% | 0.93% | - |
| XYZ | 48.17 | 33.07 | 42.87 | - |
| YUV | 157.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 172 | 0 | 0.51 | 0.27 | 0.07 | 331.74 | 0.76 | 0.69 |
| Hex | EC | 73 | AC | 0 | 33 | 1B | 7 | 14C | 4C | 45 |
| Octal | 354 | 163 | 254 | 0 | 63 | 33 | 7 | 514 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10101100 | 0 | 110011 | 11011 | 111 | 101001100 | 1001100 | 1000101 |
Color Harmonies of #EC73AC
Complementary color
Monochromatic Colors of #EC73AC
Black with #EC73AC
Text Example
Text Example
White with #EC73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73AC; }
p { color: rgb(236,115,172); }
H1.HeaderClassName
{
color: #EC73AC;
}
.AnyTagClassName
{
color: #EC73AC;
}
</style>
background-color css
<style>
a { background-color: #EC73AC; }
a { background-color: rgb(236,115,172); }
div.DivClassName
{
background-color: #EC73AC;
}
.BgClassName
{
background-color: #EC73AC;
}
</style>
border-color css
<style>
span { border-color: #EC73AC; }
span { border-color: rgb(236,115,172); }
td.TdClassName
{
border-color: #EC73AC;
}
.TagClassName
{
border-color: #EC73AC;
}
</style>