Shades of Hot Pink #EC64AB
Tints of Hot Pink #EC64AB
RGB
CMYK
RGB Variations
Color information
#EC64AB (or 0xEC64AB) is known color: Hot Pink. HEX triplet: EC, 64 and AB. RGB value is (236,100,171). Sum of RGB (Red+Green+Blue) = 236+100+171=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC64AB is #139B54. Grayscale: #949494. Windows color (decimal): -1284949 or 11232492. OLE color: 11232492.
HSL color Cylindrical-coordinate representation of color #EC64AB: hue angle of 328.68º 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 #EC64AB is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 171 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 328.68º | 0.78% | 0.66% | - |
| HSV(B) | 328.68º | 0.58% | 0.93% | - |
| XYZ | 46.5 | 29.89 | 41.85 | - |
| YUV | 148.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 171 | 0 | 0.58 | 0.28 | 0.07 | 328.68 | 0.78 | 0.66 |
| Hex | EC | 64 | AB | 0 | 3A | 1C | 7 | 149 | 4E | 42 |
| Octal | 354 | 144 | 253 | 0 | 72 | 34 | 7 | 511 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10101011 | 0 | 111010 | 11100 | 111 | 101001001 | 1001110 | 1000010 |
Color Harmonies of #EC64AB
Complementary color
Monochromatic Colors of #EC64AB
Black with #EC64AB
Text Example
Text Example
White with #EC64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64AB; }
p { color: rgb(236,100,171); }
H1.HeaderClassName
{
color: #EC64AB;
}
.AnyTagClassName
{
color: #EC64AB;
}
</style>
background-color css
<style>
a { background-color: #EC64AB; }
a { background-color: rgb(236,100,171); }
div.DivClassName
{
background-color: #EC64AB;
}
.BgClassName
{
background-color: #EC64AB;
}
</style>
border-color css
<style>
span { border-color: #EC64AB; }
span { border-color: rgb(236,100,171); }
td.TdClassName
{
border-color: #EC64AB;
}
.TagClassName
{
border-color: #EC64AB;
}
</style>