Shades of Hot Pink #EC73AB
Tints of Hot Pink #EC73AB
RGB
CMYK
RGB Variations
Color information
#EC73AB (or 0xEC73AB) is known color: Hot Pink. HEX triplet: EC, 73 and AB. RGB value is (236,115,171). Sum of RGB (Red+Green+Blue) = 236+115+171=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC73AB is #138C54. Grayscale: #9D9D9D. Windows color (decimal): -1281109 or 11236332. OLE color: 11236332.
HSL color Cylindrical-coordinate representation of color #EC73AB: hue angle of 332.23º 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 #EC73AB is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 171 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.07 |
| HSL | 332.23º | 0.76% | 0.69% | - |
| HSV(B) | 332.23º | 0.51% | 0.93% | - |
| XYZ | 48.07 | 33.03 | 42.37 | - |
| YUV | 157.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 171 | 0 | 0.51 | 0.28 | 0.07 | 332.23 | 0.76 | 0.69 |
| Hex | EC | 73 | AB | 0 | 33 | 1C | 7 | 14C | 4C | 45 |
| Octal | 354 | 163 | 253 | 0 | 63 | 34 | 7 | 514 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10101011 | 0 | 110011 | 11100 | 111 | 101001100 | 1001100 | 1000101 |
Color Harmonies of #EC73AB
Complementary color
Monochromatic Colors of #EC73AB
Black with #EC73AB
Text Example
Text Example
White with #EC73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73AB; }
p { color: rgb(236,115,171); }
H1.HeaderClassName
{
color: #EC73AB;
}
.AnyTagClassName
{
color: #EC73AB;
}
</style>
background-color css
<style>
a { background-color: #EC73AB; }
a { background-color: rgb(236,115,171); }
div.DivClassName
{
background-color: #EC73AB;
}
.BgClassName
{
background-color: #EC73AB;
}
</style>
border-color css
<style>
span { border-color: #EC73AB; }
span { border-color: rgb(236,115,171); }
td.TdClassName
{
border-color: #EC73AB;
}
.TagClassName
{
border-color: #EC73AB;
}
</style>