Shades of Hot Pink #EC70A8
Tints of Hot Pink #EC70A8
RGB
CMYK
RGB Variations
Color information
#EC70A8 (or 0xEC70A8) is known color: Hot Pink. HEX triplet: EC, 70 and A8. RGB value is (236,112,168). Sum of RGB (Red+Green+Blue) = 236+112+168=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70A8 is #138F57. Grayscale: #9B9B9B. Windows color (decimal): -1281880 or 11038956. OLE color: 11038956.
HSL color Cylindrical-coordinate representation of color #EC70A8: hue angle of 332.9º 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 #EC70A8 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 168 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.07 |
| HSL | 332.9º | 0.77% | 0.68% | - |
| HSV(B) | 332.9º | 0.53% | 0.93% | - |
| XYZ | 47.45 | 32.25 | 40.77 | - |
| YUV | 155.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 168 | 0 | 0.53 | 0.29 | 0.07 | 332.9 | 0.77 | 0.68 |
| Hex | EC | 70 | A8 | 0 | 35 | 1D | 7 | 14D | 4D | 44 |
| Octal | 354 | 160 | 250 | 0 | 65 | 35 | 7 | 515 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10101000 | 0 | 110101 | 11101 | 111 | 101001101 | 1001101 | 1000100 |
Color Harmonies of #EC70A8
Complementary color
Monochromatic Colors of #EC70A8
Black with #EC70A8
Text Example
Text Example
White with #EC70A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70A8; }
p { color: rgb(236,112,168); }
H1.HeaderClassName
{
color: #EC70A8;
}
.AnyTagClassName
{
color: #EC70A8;
}
</style>
background-color css
<style>
a { background-color: #EC70A8; }
a { background-color: rgb(236,112,168); }
div.DivClassName
{
background-color: #EC70A8;
}
.BgClassName
{
background-color: #EC70A8;
}
</style>
border-color css
<style>
span { border-color: #EC70A8; }
span { border-color: rgb(236,112,168); }
td.TdClassName
{
border-color: #EC70A8;
}
.TagClassName
{
border-color: #EC70A8;
}
</style>