Shades of Hot Pink #EC62B7
Tints of Hot Pink #EC62B7
RGB
CMYK
RGB Variations
Color information
#EC62B7 (or 0xEC62B7) is known color: Hot Pink. HEX triplet: EC, 62 and B7. RGB value is (236,98,183). Sum of RGB (Red+Green+Blue) = 236+98+183=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62B7 is #139D48. Grayscale: #949494. Windows color (decimal): -1285449 or 12018412. OLE color: 12018412.
HSL color Cylindrical-coordinate representation of color #EC62B7: hue angle of 323.04º 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 #EC62B7 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 183 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.07 |
| HSL | 323.04º | 0.78% | 0.65% | - |
| HSV(B) | 323.04º | 0.58% | 0.93% | - |
| XYZ | 47.51 | 29.99 | 48.08 | - |
| YUV | 148.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 183 | 0 | 0.58 | 0.22 | 0.07 | 323.04 | 0.78 | 0.65 |
| Hex | EC | 62 | B7 | 0 | 3A | 16 | 7 | 143 | 4E | 41 |
| Octal | 354 | 142 | 267 | 0 | 72 | 26 | 7 | 503 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10110111 | 0 | 111010 | 10110 | 111 | 101000011 | 1001110 | 1000001 |
Color Harmonies of #EC62B7
Complementary color
Monochromatic Colors of #EC62B7
Black with #EC62B7
Text Example
Text Example
White with #EC62B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62B7; }
p { color: rgb(236,98,183); }
H1.HeaderClassName
{
color: #EC62B7;
}
.AnyTagClassName
{
color: #EC62B7;
}
</style>
background-color css
<style>
a { background-color: #EC62B7; }
a { background-color: rgb(236,98,183); }
div.DivClassName
{
background-color: #EC62B7;
}
.BgClassName
{
background-color: #EC62B7;
}
</style>
border-color css
<style>
span { border-color: #EC62B7; }
span { border-color: rgb(236,98,183); }
td.TdClassName
{
border-color: #EC62B7;
}
.TagClassName
{
border-color: #EC62B7;
}
</style>