Shades of Hot Pink #EC63AD
Tints of Hot Pink #EC63AD
RGB
CMYK
RGB Variations
Color information
#EC63AD (or 0xEC63AD) is known color: Hot Pink. HEX triplet: EC, 63 and AD. RGB value is (236,99,173). Sum of RGB (Red+Green+Blue) = 236+99+173=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63AD is #139C52. Grayscale: #949494. Windows color (decimal): -1285203 or 11363308. OLE color: 11363308.
HSL color Cylindrical-coordinate representation of color #EC63AD: hue angle of 327.59º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC63AD is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 173 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.07 |
| HSL | 327.59º | 0.78% | 0.66% | - |
| HSV(B) | 327.59º | 0.58% | 0.93% | - |
| XYZ | 46.6 | 29.77 | 42.83 | - |
| YUV | 148.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 173 | 0 | 0.58 | 0.27 | 0.07 | 327.59 | 0.78 | 0.66 |
| Hex | EC | 63 | AD | 0 | 3A | 1B | 7 | 148 | 4E | 42 |
| Octal | 354 | 143 | 255 | 0 | 72 | 33 | 7 | 510 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10101101 | 0 | 111010 | 11011 | 111 | 101001000 | 1001110 | 1000010 |
Color Harmonies of #EC63AD
Complementary color
Monochromatic Colors of #EC63AD
Black with #EC63AD
Text Example
Text Example
White with #EC63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63AD; }
p { color: rgb(236,99,173); }
H1.HeaderClassName
{
color: #EC63AD;
}
.AnyTagClassName
{
color: #EC63AD;
}
</style>
background-color css
<style>
a { background-color: #EC63AD; }
a { background-color: rgb(236,99,173); }
div.DivClassName
{
background-color: #EC63AD;
}
.BgClassName
{
background-color: #EC63AD;
}
</style>
border-color css
<style>
span { border-color: #EC63AD; }
span { border-color: rgb(236,99,173); }
td.TdClassName
{
border-color: #EC63AD;
}
.TagClassName
{
border-color: #EC63AD;
}
</style>