Shades of Hot Pink #EC62BA
Tints of Hot Pink #EC62BA
RGB
CMYK
RGB Variations
Color information
#EC62BA (or 0xEC62BA) is known color: Hot Pink. HEX triplet: EC, 62 and BA. RGB value is (236,98,186). Sum of RGB (Red+Green+Blue) = 236+98+186=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62BA is #139D45. Grayscale: #959595. Windows color (decimal): -1285446 or 12215020. OLE color: 12215020.
HSL color Cylindrical-coordinate representation of color #EC62BA: hue angle of 321.74º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62BA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 186 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.07 |
| HSL | 321.74º | 0.78% | 0.65% | - |
| HSV(B) | 321.74º | 0.58% | 0.93% | - |
| XYZ | 47.82 | 30.11 | 49.75 | - |
| YUV | 149.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 186 | 0 | 0.58 | 0.21 | 0.07 | 321.74 | 0.78 | 0.65 |
| Hex | EC | 62 | BA | 0 | 3A | 15 | 7 | 142 | 4E | 41 |
| Octal | 354 | 142 | 272 | 0 | 72 | 25 | 7 | 502 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10111010 | 0 | 111010 | 10101 | 111 | 101000010 | 1001110 | 1000001 |
Color Harmonies of #EC62BA
Complementary color
Monochromatic Colors of #EC62BA
Black with #EC62BA
Text Example
Text Example
White with #EC62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62BA; }
p { color: rgb(236,98,186); }
H1.HeaderClassName
{
color: #EC62BA;
}
.AnyTagClassName
{
color: #EC62BA;
}
</style>
background-color css
<style>
a { background-color: #EC62BA; }
a { background-color: rgb(236,98,186); }
div.DivClassName
{
background-color: #EC62BA;
}
.BgClassName
{
background-color: #EC62BA;
}
</style>
border-color css
<style>
span { border-color: #EC62BA; }
span { border-color: rgb(236,98,186); }
td.TdClassName
{
border-color: #EC62BA;
}
.TagClassName
{
border-color: #EC62BA;
}
</style>