Shades of Hot Pink #EC70AD
Tints of Hot Pink #EC70AD
RGB
CMYK
RGB Variations
Color information
#EC70AD (or 0xEC70AD) is known color: Hot Pink. HEX triplet: EC, 70 and AD. RGB value is (236,112,173). Sum of RGB (Red+Green+Blue) = 236+112+173=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70AD is #138F52. Grayscale: #9B9B9B. Windows color (decimal): -1281875 or 11366636. OLE color: 11366636.
HSL color Cylindrical-coordinate representation of color #EC70AD: hue angle of 330.48º 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 #EC70AD is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 173 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.07 |
| HSL | 330.48º | 0.77% | 0.68% | - |
| HSV(B) | 330.48º | 0.53% | 0.93% | - |
| XYZ | 47.93 | 32.44 | 43.27 | - |
| YUV | 156.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 173 | 0 | 0.53 | 0.27 | 0.07 | 330.48 | 0.77 | 0.68 |
| Hex | EC | 70 | AD | 0 | 35 | 1B | 7 | 14A | 4D | 44 |
| Octal | 354 | 160 | 255 | 0 | 65 | 33 | 7 | 512 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10101101 | 0 | 110101 | 11011 | 111 | 101001010 | 1001101 | 1000100 |
Color Harmonies of #EC70AD
Complementary color
Monochromatic Colors of #EC70AD
Black with #EC70AD
Text Example
Text Example
White with #EC70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70AD; }
p { color: rgb(236,112,173); }
H1.HeaderClassName
{
color: #EC70AD;
}
.AnyTagClassName
{
color: #EC70AD;
}
</style>
background-color css
<style>
a { background-color: #EC70AD; }
a { background-color: rgb(236,112,173); }
div.DivClassName
{
background-color: #EC70AD;
}
.BgClassName
{
background-color: #EC70AD;
}
</style>
border-color css
<style>
span { border-color: #EC70AD; }
span { border-color: rgb(236,112,173); }
td.TdClassName
{
border-color: #EC70AD;
}
.TagClassName
{
border-color: #EC70AD;
}
</style>