Shades of Hot Pink #EC73AF
Tints of Hot Pink #EC73AF
RGB
CMYK
RGB Variations
Color information
#EC73AF (or 0xEC73AF) is known color: Hot Pink. HEX triplet: EC, 73 and AF. RGB value is (236,115,175). Sum of RGB (Red+Green+Blue) = 236+115+175=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC73AF is #138C50. Grayscale: #9D9D9D. Windows color (decimal): -1281105 or 11498476. OLE color: 11498476.
HSL color Cylindrical-coordinate representation of color #EC73AF: hue angle of 330.25º 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 #EC73AF is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 175 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.07 |
| HSL | 330.25º | 0.76% | 0.69% | - |
| HSV(B) | 330.25º | 0.51% | 0.93% | - |
| XYZ | 48.46 | 33.19 | 44.41 | - |
| YUV | 158.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 175 | 0 | 0.51 | 0.26 | 0.07 | 330.25 | 0.76 | 0.69 |
| Hex | EC | 73 | AF | 0 | 33 | 1A | 7 | 14A | 4C | 45 |
| Octal | 354 | 163 | 257 | 0 | 63 | 32 | 7 | 512 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10101111 | 0 | 110011 | 11010 | 111 | 101001010 | 1001100 | 1000101 |
Color Harmonies of #EC73AF
Complementary color
Monochromatic Colors of #EC73AF
Black with #EC73AF
Text Example
Text Example
White with #EC73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73AF; }
p { color: rgb(236,115,175); }
H1.HeaderClassName
{
color: #EC73AF;
}
.AnyTagClassName
{
color: #EC73AF;
}
</style>
background-color css
<style>
a { background-color: #EC73AF; }
a { background-color: rgb(236,115,175); }
div.DivClassName
{
background-color: #EC73AF;
}
.BgClassName
{
background-color: #EC73AF;
}
</style>
border-color css
<style>
span { border-color: #EC73AF; }
span { border-color: rgb(236,115,175); }
td.TdClassName
{
border-color: #EC73AF;
}
.TagClassName
{
border-color: #EC73AF;
}
</style>