Shades of Hot Pink #EC6FAB
Tints of Hot Pink #EC6FAB
RGB
CMYK
RGB Variations
Color information
#EC6FAB (or 0xEC6FAB) is known color: Hot Pink. HEX triplet: EC, 6F and AB. RGB value is (236,111,171). Sum of RGB (Red+Green+Blue) = 236+111+171=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6FAB is #139054. Grayscale: #9B9B9B. Windows color (decimal): -1282133 or 11235308. OLE color: 11235308.
HSL color Cylindrical-coordinate representation of color #EC6FAB: hue angle of 331.2º 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 #EC6FAB is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 171 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.07 |
| HSL | 331.2º | 0.77% | 0.68% | - |
| HSV(B) | 331.2º | 0.53% | 0.93% | - |
| XYZ | 47.63 | 32.14 | 42.22 | - |
| YUV | 155.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 171 | 0 | 0.53 | 0.28 | 0.07 | 331.2 | 0.77 | 0.68 |
| Hex | EC | 6F | AB | 0 | 35 | 1C | 7 | 14B | 4D | 44 |
| Octal | 354 | 157 | 253 | 0 | 65 | 34 | 7 | 513 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10101011 | 0 | 110101 | 11100 | 111 | 101001011 | 1001101 | 1000100 |
Color Harmonies of #EC6FAB
Complementary color
Monochromatic Colors of #EC6FAB
Black with #EC6FAB
Text Example
Text Example
White with #EC6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FAB; }
p { color: rgb(236,111,171); }
H1.HeaderClassName
{
color: #EC6FAB;
}
.AnyTagClassName
{
color: #EC6FAB;
}
</style>
background-color css
<style>
a { background-color: #EC6FAB; }
a { background-color: rgb(236,111,171); }
div.DivClassName
{
background-color: #EC6FAB;
}
.BgClassName
{
background-color: #EC6FAB;
}
</style>
border-color css
<style>
span { border-color: #EC6FAB; }
span { border-color: rgb(236,111,171); }
td.TdClassName
{
border-color: #EC6FAB;
}
.TagClassName
{
border-color: #EC6FAB;
}
</style>