Shades of Hot Pink #EC6FAC
Tints of Hot Pink #EC6FAC
RGB
CMYK
RGB Variations
Color information
#EC6FAC (or 0xEC6FAC) is known color: Hot Pink. HEX triplet: EC, 6F and AC. RGB value is (236,111,172). Sum of RGB (Red+Green+Blue) = 236+111+172=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6FAC is #139053. Grayscale: #9B9B9B. Windows color (decimal): -1282132 or 11300844. OLE color: 11300844.
HSL color Cylindrical-coordinate representation of color #EC6FAC: hue angle of 330.72º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FAC is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 172 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.07 |
| HSL | 330.72º | 0.77% | 0.68% | - |
| HSV(B) | 330.72º | 0.53% | 0.93% | - |
| XYZ | 47.72 | 32.18 | 42.73 | - |
| YUV | 155.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 172 | 0 | 0.53 | 0.27 | 0.07 | 330.72 | 0.77 | 0.68 |
| Hex | EC | 6F | AC | 0 | 35 | 1B | 7 | 14B | 4D | 44 |
| Octal | 354 | 157 | 254 | 0 | 65 | 33 | 7 | 513 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10101100 | 0 | 110101 | 11011 | 111 | 101001011 | 1001101 | 1000100 |
Color Harmonies of #EC6FAC
Complementary color
Monochromatic Colors of #EC6FAC
Black with #EC6FAC
Text Example
Text Example
White with #EC6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FAC; }
p { color: rgb(236,111,172); }
H1.HeaderClassName
{
color: #EC6FAC;
}
.AnyTagClassName
{
color: #EC6FAC;
}
</style>
background-color css
<style>
a { background-color: #EC6FAC; }
a { background-color: rgb(236,111,172); }
div.DivClassName
{
background-color: #EC6FAC;
}
.BgClassName
{
background-color: #EC6FAC;
}
</style>
border-color css
<style>
span { border-color: #EC6FAC; }
span { border-color: rgb(236,111,172); }
td.TdClassName
{
border-color: #EC6FAC;
}
.TagClassName
{
border-color: #EC6FAC;
}
</style>