Shades of Hot Pink #EC64B9
Tints of Hot Pink #EC64B9
RGB
CMYK
RGB Variations
Color information
#EC64B9 (or 0xEC64B9) is known color: Hot Pink. HEX triplet: EC, 64 and B9. RGB value is (236,100,185). Sum of RGB (Red+Green+Blue) = 236+100+185=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64B9 is #139B46. Grayscale: #969696. Windows color (decimal): -1284935 or 12149996. OLE color: 12149996.
HSL color Cylindrical-coordinate representation of color #EC64B9: hue angle of 322.5º 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 #EC64B9 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 185 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.07 |
| HSL | 322.5º | 0.78% | 0.66% | - |
| HSV(B) | 322.5º | 0.58% | 0.93% | - |
| XYZ | 47.91 | 30.45 | 49.25 | - |
| YUV | 150.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 185 | 0 | 0.58 | 0.22 | 0.07 | 322.5 | 0.78 | 0.66 |
| Hex | EC | 64 | B9 | 0 | 3A | 16 | 7 | 142 | 4E | 42 |
| Octal | 354 | 144 | 271 | 0 | 72 | 26 | 7 | 502 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10111001 | 0 | 111010 | 10110 | 111 | 101000010 | 1001110 | 1000010 |
Color Harmonies of #EC64B9
Complementary color
Monochromatic Colors of #EC64B9
Black with #EC64B9
Text Example
Text Example
White with #EC64B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64B9; }
p { color: rgb(236,100,185); }
H1.HeaderClassName
{
color: #EC64B9;
}
.AnyTagClassName
{
color: #EC64B9;
}
</style>
background-color css
<style>
a { background-color: #EC64B9; }
a { background-color: rgb(236,100,185); }
div.DivClassName
{
background-color: #EC64B9;
}
.BgClassName
{
background-color: #EC64B9;
}
</style>
border-color css
<style>
span { border-color: #EC64B9; }
span { border-color: rgb(236,100,185); }
td.TdClassName
{
border-color: #EC64B9;
}
.TagClassName
{
border-color: #EC64B9;
}
</style>