Shades of Hot Pink #EC6FB0
Tints of Hot Pink #EC6FB0
RGB
CMYK
RGB Variations
Color information
#EC6FB0 (or 0xEC6FB0) is known color: Hot Pink. HEX triplet: EC, 6F and B0. RGB value is (236,111,176). Sum of RGB (Red+Green+Blue) = 236+111+176=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6FB0 is #13904F. Grayscale: #9B9B9B. Windows color (decimal): -1282128 or 11562988. OLE color: 11562988.
HSL color Cylindrical-coordinate representation of color #EC6FB0: hue angle of 328.8º 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 #EC6FB0 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 176 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.07 |
| HSL | 328.8º | 0.77% | 0.68% | - |
| HSV(B) | 328.8º | 0.53% | 0.93% | - |
| XYZ | 48.11 | 32.34 | 44.78 | - |
| YUV | 155.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 176 | 0 | 0.53 | 0.25 | 0.07 | 328.8 | 0.77 | 0.68 |
| Hex | EC | 6F | B0 | 0 | 35 | 19 | 7 | 149 | 4D | 44 |
| Octal | 354 | 157 | 260 | 0 | 65 | 31 | 7 | 511 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10110000 | 0 | 110101 | 11001 | 111 | 101001001 | 1001101 | 1000100 |
Color Harmonies of #EC6FB0
Complementary color
Monochromatic Colors of #EC6FB0
Black with #EC6FB0
Text Example
Text Example
White with #EC6FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FB0; }
p { color: rgb(236,111,176); }
H1.HeaderClassName
{
color: #EC6FB0;
}
.AnyTagClassName
{
color: #EC6FB0;
}
</style>
background-color css
<style>
a { background-color: #EC6FB0; }
a { background-color: rgb(236,111,176); }
div.DivClassName
{
background-color: #EC6FB0;
}
.BgClassName
{
background-color: #EC6FB0;
}
</style>
border-color css
<style>
span { border-color: #EC6FB0; }
span { border-color: rgb(236,111,176); }
td.TdClassName
{
border-color: #EC6FB0;
}
.TagClassName
{
border-color: #EC6FB0;
}
</style>