Shades of Hot Pink #EC72AC
Tints of Hot Pink #EC72AC
RGB
CMYK
RGB Variations
Color information
#EC72AC (or 0xEC72AC) is known color: Hot Pink. HEX triplet: EC, 72 and AC. RGB value is (236,114,172). Sum of RGB (Red+Green+Blue) = 236+114+172=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC72AC is #138D53. Grayscale: #9C9C9C. Windows color (decimal): -1281364 or 11301612. OLE color: 11301612.
HSL color Cylindrical-coordinate representation of color #EC72AC: hue angle of 331.48º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72AC is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 172 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.07 |
| HSL | 331.48º | 0.76% | 0.69% | - |
| HSV(B) | 331.48º | 0.52% | 0.93% | - |
| XYZ | 48.06 | 32.85 | 42.84 | - |
| YUV | 157.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 172 | 0 | 0.52 | 0.27 | 0.07 | 331.48 | 0.76 | 0.69 |
| Hex | EC | 72 | AC | 0 | 34 | 1B | 7 | 14B | 4C | 45 |
| Octal | 354 | 162 | 254 | 0 | 64 | 33 | 7 | 513 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10101100 | 0 | 110100 | 11011 | 111 | 101001011 | 1001100 | 1000101 |
Color Harmonies of #EC72AC
Complementary color
Monochromatic Colors of #EC72AC
Black with #EC72AC
Text Example
Text Example
White with #EC72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72AC; }
p { color: rgb(236,114,172); }
H1.HeaderClassName
{
color: #EC72AC;
}
.AnyTagClassName
{
color: #EC72AC;
}
</style>
background-color css
<style>
a { background-color: #EC72AC; }
a { background-color: rgb(236,114,172); }
div.DivClassName
{
background-color: #EC72AC;
}
.BgClassName
{
background-color: #EC72AC;
}
</style>
border-color css
<style>
span { border-color: #EC72AC; }
span { border-color: rgb(236,114,172); }
td.TdClassName
{
border-color: #EC72AC;
}
.TagClassName
{
border-color: #EC72AC;
}
</style>