Shades of Hot Pink #EC66BA
Tints of Hot Pink #EC66BA
RGB
CMYK
RGB Variations
Color information
#EC66BA (or 0xEC66BA) is known color: Hot Pink. HEX triplet: EC, 66 and BA. RGB value is (236,102,186). Sum of RGB (Red+Green+Blue) = 236+102+186=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66BA is #139945. Grayscale: #979797. Windows color (decimal): -1284422 or 12216044. OLE color: 12216044.
HSL color Cylindrical-coordinate representation of color #EC66BA: hue angle of 322.39º 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 #EC66BA is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 186 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.07 |
| HSL | 322.39º | 0.78% | 0.66% | - |
| HSV(B) | 322.39º | 0.57% | 0.93% | - |
| XYZ | 48.21 | 30.88 | 49.87 | - |
| YUV | 151.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 186 | 0 | 0.57 | 0.21 | 0.07 | 322.39 | 0.78 | 0.66 |
| Hex | EC | 66 | BA | 0 | 39 | 15 | 7 | 142 | 4E | 42 |
| Octal | 354 | 146 | 272 | 0 | 71 | 25 | 7 | 502 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10111010 | 0 | 111001 | 10101 | 111 | 101000010 | 1001110 | 1000010 |
Color Harmonies of #EC66BA
Complementary color
Monochromatic Colors of #EC66BA
Black with #EC66BA
Text Example
Text Example
White with #EC66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66BA; }
p { color: rgb(236,102,186); }
H1.HeaderClassName
{
color: #EC66BA;
}
.AnyTagClassName
{
color: #EC66BA;
}
</style>
background-color css
<style>
a { background-color: #EC66BA; }
a { background-color: rgb(236,102,186); }
div.DivClassName
{
background-color: #EC66BA;
}
.BgClassName
{
background-color: #EC66BA;
}
</style>
border-color css
<style>
span { border-color: #EC66BA; }
span { border-color: rgb(236,102,186); }
td.TdClassName
{
border-color: #EC66BA;
}
.TagClassName
{
border-color: #EC66BA;
}
</style>