Shades of Hot Pink #EC74AC
Tints of Hot Pink #EC74AC
RGB
CMYK
RGB Variations
Color information
#EC74AC (or 0xEC74AC) is known color: Hot Pink. HEX triplet: EC, 74 and AC. RGB value is (236,116,172). Sum of RGB (Red+Green+Blue) = 236+116+172=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC74AC is #138B53. Grayscale: #9E9E9E. Windows color (decimal): -1280852 or 11302124. OLE color: 11302124.
HSL color Cylindrical-coordinate representation of color #EC74AC: hue angle of 332º 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 #EC74AC is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 172 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.07 |
| HSL | 332º | 0.76% | 0.69% | - |
| HSV(B) | 332º | 0.51% | 0.93% | - |
| XYZ | 48.28 | 33.3 | 42.91 | - |
| YUV | 158.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 172 | 0 | 0.51 | 0.27 | 0.07 | 332 | 0.76 | 0.69 |
| Hex | EC | 74 | AC | 0 | 33 | 1B | 7 | 14C | 4C | 45 |
| Octal | 354 | 164 | 254 | 0 | 63 | 33 | 7 | 514 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10101100 | 0 | 110011 | 11011 | 111 | 101001100 | 1001100 | 1000101 |
Color Harmonies of #EC74AC
Complementary color
Monochromatic Colors of #EC74AC
Black with #EC74AC
Text Example
Text Example
White with #EC74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74AC; }
p { color: rgb(236,116,172); }
H1.HeaderClassName
{
color: #EC74AC;
}
.AnyTagClassName
{
color: #EC74AC;
}
</style>
background-color css
<style>
a { background-color: #EC74AC; }
a { background-color: rgb(236,116,172); }
div.DivClassName
{
background-color: #EC74AC;
}
.BgClassName
{
background-color: #EC74AC;
}
</style>
border-color css
<style>
span { border-color: #EC74AC; }
span { border-color: rgb(236,116,172); }
td.TdClassName
{
border-color: #EC74AC;
}
.TagClassName
{
border-color: #EC74AC;
}
</style>