Shades of Hot Pink #EC63AB
Tints of Hot Pink #EC63AB
RGB
CMYK
RGB Variations
Color information
#EC63AB (or 0xEC63AB) is known color: Hot Pink. HEX triplet: EC, 63 and AB. RGB value is (236,99,171). Sum of RGB (Red+Green+Blue) = 236+99+171=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63AB is #139C54. Grayscale: #949494. Windows color (decimal): -1285205 or 11232236. OLE color: 11232236.
HSL color Cylindrical-coordinate representation of color #EC63AB: hue angle of 328.47º 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 #EC63AB is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 171 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 328.47º | 0.78% | 0.66% | - |
| HSV(B) | 328.47º | 0.58% | 0.93% | - |
| XYZ | 46.4 | 29.7 | 41.81 | - |
| YUV | 148.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 171 | 0 | 0.58 | 0.28 | 0.07 | 328.47 | 0.78 | 0.66 |
| Hex | EC | 63 | AB | 0 | 3A | 1C | 7 | 148 | 4E | 42 |
| Octal | 354 | 143 | 253 | 0 | 72 | 34 | 7 | 510 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10101011 | 0 | 111010 | 11100 | 111 | 101001000 | 1001110 | 1000010 |
Color Harmonies of #EC63AB
Complementary color
Monochromatic Colors of #EC63AB
Black with #EC63AB
Text Example
Text Example
White with #EC63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63AB; }
p { color: rgb(236,99,171); }
H1.HeaderClassName
{
color: #EC63AB;
}
.AnyTagClassName
{
color: #EC63AB;
}
</style>
background-color css
<style>
a { background-color: #EC63AB; }
a { background-color: rgb(236,99,171); }
div.DivClassName
{
background-color: #EC63AB;
}
.BgClassName
{
background-color: #EC63AB;
}
</style>
border-color css
<style>
span { border-color: #EC63AB; }
span { border-color: rgb(236,99,171); }
td.TdClassName
{
border-color: #EC63AB;
}
.TagClassName
{
border-color: #EC63AB;
}
</style>