Shades of Hot Pink #EC66AA
Tints of Hot Pink #EC66AA
RGB
CMYK
RGB Variations
Color information
#EC66AA (or 0xEC66AA) is known color: Hot Pink. HEX triplet: EC, 66 and AA. RGB value is (236,102,170). Sum of RGB (Red+Green+Blue) = 236+102+170=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC66AA is #139955. Grayscale: #959595. Windows color (decimal): -1284438 or 11167468. OLE color: 11167468.
HSL color Cylindrical-coordinate representation of color #EC66AA: hue angle of 329.55º 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 #EC66AA is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 170 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.07 |
| HSL | 329.55º | 0.78% | 0.66% | - |
| HSV(B) | 329.55º | 0.57% | 0.93% | - |
| XYZ | 46.6 | 30.24 | 41.41 | - |
| YUV | 149.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 170 | 0 | 0.57 | 0.28 | 0.07 | 329.55 | 0.78 | 0.66 |
| Hex | EC | 66 | AA | 0 | 39 | 1C | 7 | 14A | 4E | 42 |
| Octal | 354 | 146 | 252 | 0 | 71 | 34 | 7 | 512 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10101010 | 0 | 111001 | 11100 | 111 | 101001010 | 1001110 | 1000010 |
Color Harmonies of #EC66AA
Complementary color
Monochromatic Colors of #EC66AA
Black with #EC66AA
Text Example
Text Example
White with #EC66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66AA; }
p { color: rgb(236,102,170); }
H1.HeaderClassName
{
color: #EC66AA;
}
.AnyTagClassName
{
color: #EC66AA;
}
</style>
background-color css
<style>
a { background-color: #EC66AA; }
a { background-color: rgb(236,102,170); }
div.DivClassName
{
background-color: #EC66AA;
}
.BgClassName
{
background-color: #EC66AA;
}
</style>
border-color css
<style>
span { border-color: #EC66AA; }
span { border-color: rgb(236,102,170); }
td.TdClassName
{
border-color: #EC66AA;
}
.TagClassName
{
border-color: #EC66AA;
}
</style>