Shades of Hot Pink #EC70B0
Tints of Hot Pink #EC70B0
RGB
CMYK
RGB Variations
Color information
#EC70B0 (or 0xEC70B0) is known color: Hot Pink. HEX triplet: EC, 70 and B0. RGB value is (236,112,176). Sum of RGB (Red+Green+Blue) = 236+112+176=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70B0 is #138F4F. Grayscale: #9C9C9C. Windows color (decimal): -1281872 or 11563244. OLE color: 11563244.
HSL color Cylindrical-coordinate representation of color #EC70B0: hue angle of 329.03º 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 #EC70B0 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 176 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.07 |
| HSL | 329.03º | 0.77% | 0.68% | - |
| HSV(B) | 329.03º | 0.53% | 0.93% | - |
| XYZ | 48.22 | 32.56 | 44.82 | - |
| YUV | 156.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 176 | 0 | 0.53 | 0.25 | 0.07 | 329.03 | 0.77 | 0.68 |
| Hex | EC | 70 | B0 | 0 | 35 | 19 | 7 | 149 | 4D | 44 |
| Octal | 354 | 160 | 260 | 0 | 65 | 31 | 7 | 511 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10110000 | 0 | 110101 | 11001 | 111 | 101001001 | 1001101 | 1000100 |
Color Harmonies of #EC70B0
Complementary color
Monochromatic Colors of #EC70B0
Black with #EC70B0
Text Example
Text Example
White with #EC70B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70B0; }
p { color: rgb(236,112,176); }
H1.HeaderClassName
{
color: #EC70B0;
}
.AnyTagClassName
{
color: #EC70B0;
}
</style>
background-color css
<style>
a { background-color: #EC70B0; }
a { background-color: rgb(236,112,176); }
div.DivClassName
{
background-color: #EC70B0;
}
.BgClassName
{
background-color: #EC70B0;
}
</style>
border-color css
<style>
span { border-color: #EC70B0; }
span { border-color: rgb(236,112,176); }
td.TdClassName
{
border-color: #EC70B0;
}
.TagClassName
{
border-color: #EC70B0;
}
</style>