Shades of Hot Pink #EC62B5
Tints of Hot Pink #EC62B5
RGB
CMYK
RGB Variations
Color information
#EC62B5 (or 0xEC62B5) is known color: Hot Pink. HEX triplet: EC, 62 and B5. RGB value is (236,98,181). Sum of RGB (Red+Green+Blue) = 236+98+181=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62B5 is #139D4A. Grayscale: #949494. Windows color (decimal): -1285451 or 11887340. OLE color: 11887340.
HSL color Cylindrical-coordinate representation of color #EC62B5: hue angle of 323.91º 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 #EC62B5 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 181 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.07 |
| HSL | 323.91º | 0.78% | 0.65% | - |
| HSV(B) | 323.91º | 0.58% | 0.93% | - |
| XYZ | 47.3 | 29.9 | 47 | - |
| YUV | 148.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 181 | 0 | 0.58 | 0.23 | 0.07 | 323.91 | 0.78 | 0.65 |
| Hex | EC | 62 | B5 | 0 | 3A | 17 | 7 | 144 | 4E | 41 |
| Octal | 354 | 142 | 265 | 0 | 72 | 27 | 7 | 504 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10110101 | 0 | 111010 | 10111 | 111 | 101000100 | 1001110 | 1000001 |
Color Harmonies of #EC62B5
Complementary color
Monochromatic Colors of #EC62B5
Black with #EC62B5
Text Example
Text Example
White with #EC62B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62B5; }
p { color: rgb(236,98,181); }
H1.HeaderClassName
{
color: #EC62B5;
}
.AnyTagClassName
{
color: #EC62B5;
}
</style>
background-color css
<style>
a { background-color: #EC62B5; }
a { background-color: rgb(236,98,181); }
div.DivClassName
{
background-color: #EC62B5;
}
.BgClassName
{
background-color: #EC62B5;
}
</style>
border-color css
<style>
span { border-color: #EC62B5; }
span { border-color: rgb(236,98,181); }
td.TdClassName
{
border-color: #EC62B5;
}
.TagClassName
{
border-color: #EC62B5;
}
</style>