Shades of Hot Pink #EC72AB
Tints of Hot Pink #EC72AB
RGB
CMYK
RGB Variations
Color information
#EC72AB (or 0xEC72AB) is known color: Hot Pink. HEX triplet: EC, 72 and AB. RGB value is (236,114,171). Sum of RGB (Red+Green+Blue) = 236+114+171=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC72AB is #138D54. Grayscale: #9C9C9C. Windows color (decimal): -1281365 or 11236076. OLE color: 11236076.
HSL color Cylindrical-coordinate representation of color #EC72AB: hue angle of 331.97º 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 #EC72AB is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 171 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.07 |
| HSL | 331.97º | 0.76% | 0.69% | - |
| HSV(B) | 331.97º | 0.52% | 0.93% | - |
| XYZ | 47.96 | 32.81 | 42.33 | - |
| YUV | 156.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 171 | 0 | 0.52 | 0.28 | 0.07 | 331.97 | 0.76 | 0.69 |
| Hex | EC | 72 | AB | 0 | 34 | 1C | 7 | 14C | 4C | 45 |
| Octal | 354 | 162 | 253 | 0 | 64 | 34 | 7 | 514 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10101011 | 0 | 110100 | 11100 | 111 | 101001100 | 1001100 | 1000101 |
Color Harmonies of #EC72AB
Complementary color
Monochromatic Colors of #EC72AB
Black with #EC72AB
Text Example
Text Example
White with #EC72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72AB; }
p { color: rgb(236,114,171); }
H1.HeaderClassName
{
color: #EC72AB;
}
.AnyTagClassName
{
color: #EC72AB;
}
</style>
background-color css
<style>
a { background-color: #EC72AB; }
a { background-color: rgb(236,114,171); }
div.DivClassName
{
background-color: #EC72AB;
}
.BgClassName
{
background-color: #EC72AB;
}
</style>
border-color css
<style>
span { border-color: #EC72AB; }
span { border-color: rgb(236,114,171); }
td.TdClassName
{
border-color: #EC72AB;
}
.TagClassName
{
border-color: #EC72AB;
}
</style>