Shades of Hot Pink #EC62AB
Tints of Hot Pink #EC62AB
RGB
CMYK
RGB Variations
Color information
#EC62AB (or 0xEC62AB) is known color: Hot Pink. HEX triplet: EC, 62 and AB. RGB value is (236,98,171). Sum of RGB (Red+Green+Blue) = 236+98+171=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC62AB is #139D54. Grayscale: #939393. Windows color (decimal): -1285461 or 11231980. OLE color: 11231980.
HSL color Cylindrical-coordinate representation of color #EC62AB: hue angle of 328.26º 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 #EC62AB is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 171 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 328.26º | 0.78% | 0.65% | - |
| HSV(B) | 328.26º | 0.58% | 0.93% | - |
| XYZ | 46.31 | 29.51 | 41.78 | - |
| YUV | 147.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 171 | 0 | 0.58 | 0.28 | 0.07 | 328.26 | 0.78 | 0.65 |
| Hex | EC | 62 | AB | 0 | 3A | 1C | 7 | 148 | 4E | 41 |
| Octal | 354 | 142 | 253 | 0 | 72 | 34 | 7 | 510 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10101011 | 0 | 111010 | 11100 | 111 | 101001000 | 1001110 | 1000001 |
Color Harmonies of #EC62AB
Complementary color
Monochromatic Colors of #EC62AB
Black with #EC62AB
Text Example
Text Example
White with #EC62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62AB; }
p { color: rgb(236,98,171); }
H1.HeaderClassName
{
color: #EC62AB;
}
.AnyTagClassName
{
color: #EC62AB;
}
</style>
background-color css
<style>
a { background-color: #EC62AB; }
a { background-color: rgb(236,98,171); }
div.DivClassName
{
background-color: #EC62AB;
}
.BgClassName
{
background-color: #EC62AB;
}
</style>
border-color css
<style>
span { border-color: #EC62AB; }
span { border-color: rgb(236,98,171); }
td.TdClassName
{
border-color: #EC62AB;
}
.TagClassName
{
border-color: #EC62AB;
}
</style>