Shades of Hot Pink #EC62AD
Tints of Hot Pink #EC62AD
RGB
CMYK
RGB Variations
Color information
#EC62AD (or 0xEC62AD) is known color: Hot Pink. HEX triplet: EC, 62 and AD. RGB value is (236,98,173). Sum of RGB (Red+Green+Blue) = 236+98+173=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC62AD is #139D52. Grayscale: #939393. Windows color (decimal): -1285459 or 11363052. OLE color: 11363052.
HSL color Cylindrical-coordinate representation of color #EC62AD: hue angle of 327.39º 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 #EC62AD is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 173 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.07 |
| HSL | 327.39º | 0.78% | 0.65% | - |
| HSV(B) | 327.39º | 0.58% | 0.93% | - |
| XYZ | 46.5 | 29.59 | 42.79 | - |
| YUV | 147.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 173 | 0 | 0.58 | 0.27 | 0.07 | 327.39 | 0.78 | 0.65 |
| Hex | EC | 62 | AD | 0 | 3A | 1B | 7 | 147 | 4E | 41 |
| Octal | 354 | 142 | 255 | 0 | 72 | 33 | 7 | 507 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10101101 | 0 | 111010 | 11011 | 111 | 101000111 | 1001110 | 1000001 |
Color Harmonies of #EC62AD
Complementary color
Monochromatic Colors of #EC62AD
Black with #EC62AD
Text Example
Text Example
White with #EC62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62AD; }
p { color: rgb(236,98,173); }
H1.HeaderClassName
{
color: #EC62AD;
}
.AnyTagClassName
{
color: #EC62AD;
}
</style>
background-color css
<style>
a { background-color: #EC62AD; }
a { background-color: rgb(236,98,173); }
div.DivClassName
{
background-color: #EC62AD;
}
.BgClassName
{
background-color: #EC62AD;
}
</style>
border-color css
<style>
span { border-color: #EC62AD; }
span { border-color: rgb(236,98,173); }
td.TdClassName
{
border-color: #EC62AD;
}
.TagClassName
{
border-color: #EC62AD;
}
</style>