Shades of Hot Pink #EC66AB
Tints of Hot Pink #EC66AB
RGB
CMYK
RGB Variations
Color information
#EC66AB (or 0xEC66AB) is known color: Hot Pink. HEX triplet: EC, 66 and AB. RGB value is (236,102,171). Sum of RGB (Red+Green+Blue) = 236+102+171=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC66AB is #139954. Grayscale: #959595. Windows color (decimal): -1284437 or 11233004. OLE color: 11233004.
HSL color Cylindrical-coordinate representation of color #EC66AB: hue angle of 329.1º 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 #EC66AB is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 171 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.07 |
| HSL | 329.1º | 0.78% | 0.66% | - |
| HSV(B) | 329.1º | 0.57% | 0.93% | - |
| XYZ | 46.69 | 30.28 | 41.91 | - |
| YUV | 149.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 171 | 0 | 0.57 | 0.28 | 0.07 | 329.1 | 0.78 | 0.66 |
| Hex | EC | 66 | AB | 0 | 39 | 1C | 7 | 149 | 4E | 42 |
| Octal | 354 | 146 | 253 | 0 | 71 | 34 | 7 | 511 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10101011 | 0 | 111001 | 11100 | 111 | 101001001 | 1001110 | 1000010 |
Color Harmonies of #EC66AB
Complementary color
Monochromatic Colors of #EC66AB
Black with #EC66AB
Text Example
Text Example
White with #EC66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66AB; }
p { color: rgb(236,102,171); }
H1.HeaderClassName
{
color: #EC66AB;
}
.AnyTagClassName
{
color: #EC66AB;
}
</style>
background-color css
<style>
a { background-color: #EC66AB; }
a { background-color: rgb(236,102,171); }
div.DivClassName
{
background-color: #EC66AB;
}
.BgClassName
{
background-color: #EC66AB;
}
</style>
border-color css
<style>
span { border-color: #EC66AB; }
span { border-color: rgb(236,102,171); }
td.TdClassName
{
border-color: #EC66AB;
}
.TagClassName
{
border-color: #EC66AB;
}
</style>