Shades of Hot Pink #EC63AC
Tints of Hot Pink #EC63AC
RGB
CMYK
RGB Variations
Color information
#EC63AC (or 0xEC63AC) is known color: Hot Pink. HEX triplet: EC, 63 and AC. RGB value is (236,99,172). Sum of RGB (Red+Green+Blue) = 236+99+172=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63AC is #139C53. Grayscale: #949494. Windows color (decimal): -1285204 or 11297772. OLE color: 11297772.
HSL color Cylindrical-coordinate representation of color #EC63AC: hue angle of 328.03º 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 #EC63AC is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 172 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.07 |
| HSL | 328.03º | 0.78% | 0.66% | - |
| HSV(B) | 328.03º | 0.58% | 0.93% | - |
| XYZ | 46.5 | 29.74 | 42.32 | - |
| YUV | 148.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 172 | 0 | 0.58 | 0.27 | 0.07 | 328.03 | 0.78 | 0.66 |
| Hex | EC | 63 | AC | 0 | 3A | 1B | 7 | 148 | 4E | 42 |
| Octal | 354 | 143 | 254 | 0 | 72 | 33 | 7 | 510 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10101100 | 0 | 111010 | 11011 | 111 | 101001000 | 1001110 | 1000010 |
Color Harmonies of #EC63AC
Complementary color
Monochromatic Colors of #EC63AC
Black with #EC63AC
Text Example
Text Example
White with #EC63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63AC; }
p { color: rgb(236,99,172); }
H1.HeaderClassName
{
color: #EC63AC;
}
.AnyTagClassName
{
color: #EC63AC;
}
</style>
background-color css
<style>
a { background-color: #EC63AC; }
a { background-color: rgb(236,99,172); }
div.DivClassName
{
background-color: #EC63AC;
}
.BgClassName
{
background-color: #EC63AC;
}
</style>
border-color css
<style>
span { border-color: #EC63AC; }
span { border-color: rgb(236,99,172); }
td.TdClassName
{
border-color: #EC63AC;
}
.TagClassName
{
border-color: #EC63AC;
}
</style>