Shades of Hot Pink #EC5FAC
Tints of Hot Pink #EC5FAC
RGB
CMYK
RGB Variations
Color information
#EC5FAC (or 0xEC5FAC) is known color: Hot Pink. HEX triplet: EC, 5F and AC. RGB value is (236,95,172). Sum of RGB (Red+Green+Blue) = 236+95+172=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5FAC is #13A053. Grayscale: #919191. Windows color (decimal): -1286228 or 11296748. OLE color: 11296748.
HSL color Cylindrical-coordinate representation of color #EC5FAC: hue angle of 327.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FAC is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 172 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.07 |
| HSL | 327.23º | 0.79% | 0.65% | - |
| HSV(B) | 327.23º | 0.6% | 0.93% | - |
| XYZ | 46.13 | 29 | 42.2 | - |
| YUV | 145.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 172 | 0 | 0.60 | 0.27 | 0.07 | 327.23 | 0.79 | 0.65 |
| Hex | EC | 5F | AC | 0 | 3C | 1B | 7 | 147 | 4F | 41 |
| Octal | 354 | 137 | 254 | 0 | 74 | 33 | 7 | 507 | 117 | 101 |
| Binary | 11101100 | 1011111 | 10101100 | 0 | 111100 | 11011 | 111 | 101000111 | 1001111 | 1000001 |
Color Harmonies of #EC5FAC
Complementary color
Monochromatic Colors of #EC5FAC
Black with #EC5FAC
Text Example
Text Example
White with #EC5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FAC; }
p { color: rgb(236,95,172); }
H1.HeaderClassName
{
color: #EC5FAC;
}
.AnyTagClassName
{
color: #EC5FAC;
}
</style>
background-color css
<style>
a { background-color: #EC5FAC; }
a { background-color: rgb(236,95,172); }
div.DivClassName
{
background-color: #EC5FAC;
}
.BgClassName
{
background-color: #EC5FAC;
}
</style>
border-color css
<style>
span { border-color: #EC5FAC; }
span { border-color: rgb(236,95,172); }
td.TdClassName
{
border-color: #EC5FAC;
}
.TagClassName
{
border-color: #EC5FAC;
}
</style>