Shades of Hot Pink #EC62B2
Tints of Hot Pink #EC62B2
RGB
CMYK
RGB Variations
Color information
#EC62B2 (or 0xEC62B2) is known color: Hot Pink. HEX triplet: EC, 62 and B2. RGB value is (236,98,178). Sum of RGB (Red+Green+Blue) = 236+98+178=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC62B2 is #139D4D. Grayscale: #949494. Windows color (decimal): -1285454 or 11690732. OLE color: 11690732.
HSL color Cylindrical-coordinate representation of color #EC62B2: hue angle of 325.22º 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 #EC62B2 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 178 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.07 |
| HSL | 325.22º | 0.78% | 0.65% | - |
| HSV(B) | 325.22º | 0.58% | 0.93% | - |
| XYZ | 47 | 29.78 | 45.39 | - |
| YUV | 148.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 178 | 0 | 0.58 | 0.25 | 0.07 | 325.22 | 0.78 | 0.65 |
| Hex | EC | 62 | B2 | 0 | 3A | 19 | 7 | 145 | 4E | 41 |
| Octal | 354 | 142 | 262 | 0 | 72 | 31 | 7 | 505 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10110010 | 0 | 111010 | 11001 | 111 | 101000101 | 1001110 | 1000001 |
Color Harmonies of #EC62B2
Complementary color
Monochromatic Colors of #EC62B2
Black with #EC62B2
Text Example
Text Example
White with #EC62B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62B2; }
p { color: rgb(236,98,178); }
H1.HeaderClassName
{
color: #EC62B2;
}
.AnyTagClassName
{
color: #EC62B2;
}
</style>
background-color css
<style>
a { background-color: #EC62B2; }
a { background-color: rgb(236,98,178); }
div.DivClassName
{
background-color: #EC62B2;
}
.BgClassName
{
background-color: #EC62B2;
}
</style>
border-color css
<style>
span { border-color: #EC62B2; }
span { border-color: rgb(236,98,178); }
td.TdClassName
{
border-color: #EC62B2;
}
.TagClassName
{
border-color: #EC62B2;
}
</style>