Shades of Hot Pink #EC64AA
Tints of Hot Pink #EC64AA
RGB
CMYK
RGB Variations
Color information
#EC64AA (or 0xEC64AA) is known color: Hot Pink. HEX triplet: EC, 64 and AA. RGB value is (236,100,170). Sum of RGB (Red+Green+Blue) = 236+100+170=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC64AA is #139B55. Grayscale: #949494. Windows color (decimal): -1284950 or 11166956. OLE color: 11166956.
HSL color Cylindrical-coordinate representation of color #EC64AA: hue angle of 329.12º 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 #EC64AA is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 170 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 329.12º | 0.78% | 0.66% | - |
| HSV(B) | 329.12º | 0.58% | 0.93% | - |
| XYZ | 46.4 | 29.85 | 41.35 | - |
| YUV | 148.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 170 | 0 | 0.58 | 0.28 | 0.07 | 329.12 | 0.78 | 0.66 |
| Hex | EC | 64 | AA | 0 | 3A | 1C | 7 | 149 | 4E | 42 |
| Octal | 354 | 144 | 252 | 0 | 72 | 34 | 7 | 511 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10101010 | 0 | 111010 | 11100 | 111 | 101001001 | 1001110 | 1000010 |
Color Harmonies of #EC64AA
Complementary color
Monochromatic Colors of #EC64AA
Black with #EC64AA
Text Example
Text Example
White with #EC64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64AA; }
p { color: rgb(236,100,170); }
H1.HeaderClassName
{
color: #EC64AA;
}
.AnyTagClassName
{
color: #EC64AA;
}
</style>
background-color css
<style>
a { background-color: #EC64AA; }
a { background-color: rgb(236,100,170); }
div.DivClassName
{
background-color: #EC64AA;
}
.BgClassName
{
background-color: #EC64AA;
}
</style>
border-color css
<style>
span { border-color: #EC64AA; }
span { border-color: rgb(236,100,170); }
td.TdClassName
{
border-color: #EC64AA;
}
.TagClassName
{
border-color: #EC64AA;
}
</style>