Shades of Hot Pink #EC64AF
Tints of Hot Pink #EC64AF
RGB
CMYK
RGB Variations
Color information
#EC64AF (or 0xEC64AF) is known color: Hot Pink. HEX triplet: EC, 64 and AF. RGB value is (236,100,175). Sum of RGB (Red+Green+Blue) = 236+100+175=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC64AF is #139B50. Grayscale: #959595. Windows color (decimal): -1284945 or 11494636. OLE color: 11494636.
HSL color Cylindrical-coordinate representation of color #EC64AF: hue angle of 326.91º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64AF is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 175 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.07 |
| HSL | 326.91º | 0.78% | 0.66% | - |
| HSV(B) | 326.91º | 0.58% | 0.93% | - |
| XYZ | 46.89 | 30.04 | 43.88 | - |
| YUV | 149.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 175 | 0 | 0.58 | 0.26 | 0.07 | 326.91 | 0.78 | 0.66 |
| Hex | EC | 64 | AF | 0 | 3A | 1A | 7 | 147 | 4E | 42 |
| Octal | 354 | 144 | 257 | 0 | 72 | 32 | 7 | 507 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10101111 | 0 | 111010 | 11010 | 111 | 101000111 | 1001110 | 1000010 |
Color Harmonies of #EC64AF
Complementary color
Monochromatic Colors of #EC64AF
Black with #EC64AF
Text Example
Text Example
White with #EC64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64AF; }
p { color: rgb(236,100,175); }
H1.HeaderClassName
{
color: #EC64AF;
}
.AnyTagClassName
{
color: #EC64AF;
}
</style>
background-color css
<style>
a { background-color: #EC64AF; }
a { background-color: rgb(236,100,175); }
div.DivClassName
{
background-color: #EC64AF;
}
.BgClassName
{
background-color: #EC64AF;
}
</style>
border-color css
<style>
span { border-color: #EC64AF; }
span { border-color: rgb(236,100,175); }
td.TdClassName
{
border-color: #EC64AF;
}
.TagClassName
{
border-color: #EC64AF;
}
</style>