Shades of Hot Pink #EC66A4
Tints of Hot Pink #EC66A4
RGB
CMYK
RGB Variations
Color information
#EC66A4 (or 0xEC66A4) is known color: Hot Pink. HEX triplet: EC, 66 and A4. RGB value is (236,102,164). Sum of RGB (Red+Green+Blue) = 236+102+164=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC66A4 is #13995B. Grayscale: #959595. Windows color (decimal): -1284444 or 10774252. OLE color: 10774252.
HSL color Cylindrical-coordinate representation of color #EC66A4: hue angle of 332.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66A4 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 164 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.07 |
| HSL | 332.24º | 0.78% | 0.66% | - |
| HSV(B) | 332.24º | 0.57% | 0.93% | - |
| XYZ | 46.04 | 30.02 | 38.49 | - |
| YUV | 149.13 | 136.39 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 164 | 0 | 0.57 | 0.31 | 0.07 | 332.24 | 0.78 | 0.66 |
| Hex | EC | 66 | A4 | 0 | 39 | 1F | 7 | 14C | 4E | 42 |
| Octal | 354 | 146 | 244 | 0 | 71 | 37 | 7 | 514 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10100100 | 0 | 111001 | 11111 | 111 | 101001100 | 1001110 | 1000010 |
Color Harmonies of #EC66A4
Complementary color
Monochromatic Colors of #EC66A4
Black with #EC66A4
Text Example
Text Example
White with #EC66A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66A4; }
p { color: rgb(236,102,164); }
H1.HeaderClassName
{
color: #EC66A4;
}
.AnyTagClassName
{
color: #EC66A4;
}
</style>
background-color css
<style>
a { background-color: #EC66A4; }
a { background-color: rgb(236,102,164); }
div.DivClassName
{
background-color: #EC66A4;
}
.BgClassName
{
background-color: #EC66A4;
}
</style>
border-color css
<style>
span { border-color: #EC66A4; }
span { border-color: rgb(236,102,164); }
td.TdClassName
{
border-color: #EC66A4;
}
.TagClassName
{
border-color: #EC66A4;
}
</style>