Shades of Hot Pink #EC60AF
Tints of Hot Pink #EC60AF
RGB
CMYK
RGB Variations
Color information
#EC60AF (or 0xEC60AF) is known color: Hot Pink. HEX triplet: EC, 60 and AF. RGB value is (236,96,175). Sum of RGB (Red+Green+Blue) = 236+96+175=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC60AF is #139F50. Grayscale: #929292. Windows color (decimal): -1285969 or 11493612. OLE color: 11493612.
HSL color Cylindrical-coordinate representation of color #EC60AF: hue angle of 326.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60AF is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 175 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.07 |
| HSL | 326.14º | 0.79% | 0.65% | - |
| HSV(B) | 326.14º | 0.59% | 0.93% | - |
| XYZ | 46.51 | 29.29 | 43.76 | - |
| YUV | 146.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 175 | 0 | 0.59 | 0.26 | 0.07 | 326.14 | 0.79 | 0.65 |
| Hex | EC | 60 | AF | 0 | 3B | 1A | 7 | 146 | 4F | 41 |
| Octal | 354 | 140 | 257 | 0 | 73 | 32 | 7 | 506 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10101111 | 0 | 111011 | 11010 | 111 | 101000110 | 1001111 | 1000001 |
Color Harmonies of #EC60AF
Complementary color
Monochromatic Colors of #EC60AF
Black with #EC60AF
Text Example
Text Example
White with #EC60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60AF; }
p { color: rgb(236,96,175); }
H1.HeaderClassName
{
color: #EC60AF;
}
.AnyTagClassName
{
color: #EC60AF;
}
</style>
background-color css
<style>
a { background-color: #EC60AF; }
a { background-color: rgb(236,96,175); }
div.DivClassName
{
background-color: #EC60AF;
}
.BgClassName
{
background-color: #EC60AF;
}
</style>
border-color css
<style>
span { border-color: #EC60AF; }
span { border-color: rgb(236,96,175); }
td.TdClassName
{
border-color: #EC60AF;
}
.TagClassName
{
border-color: #EC60AF;
}
</style>