Shades of Hot Pink #EC63AF
Tints of Hot Pink #EC63AF
RGB
CMYK
RGB Variations
Color information
#EC63AF (or 0xEC63AF) is known color: Hot Pink. HEX triplet: EC, 63 and AF. RGB value is (236,99,175). Sum of RGB (Red+Green+Blue) = 236+99+175=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63AF is #139C50. Grayscale: #949494. Windows color (decimal): -1285201 or 11494380. OLE color: 11494380.
HSL color Cylindrical-coordinate representation of color #EC63AF: hue angle of 326.72º 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 #EC63AF is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 175 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.07 |
| HSL | 326.72º | 0.78% | 0.66% | - |
| HSV(B) | 326.72º | 0.58% | 0.93% | - |
| XYZ | 46.79 | 29.85 | 43.85 | - |
| YUV | 148.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 175 | 0 | 0.58 | 0.26 | 0.07 | 326.72 | 0.78 | 0.66 |
| Hex | EC | 63 | AF | 0 | 3A | 1A | 7 | 147 | 4E | 42 |
| Octal | 354 | 143 | 257 | 0 | 72 | 32 | 7 | 507 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10101111 | 0 | 111010 | 11010 | 111 | 101000111 | 1001110 | 1000010 |
Color Harmonies of #EC63AF
Complementary color
Monochromatic Colors of #EC63AF
Black with #EC63AF
Text Example
Text Example
White with #EC63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63AF; }
p { color: rgb(236,99,175); }
H1.HeaderClassName
{
color: #EC63AF;
}
.AnyTagClassName
{
color: #EC63AF;
}
</style>
background-color css
<style>
a { background-color: #EC63AF; }
a { background-color: rgb(236,99,175); }
div.DivClassName
{
background-color: #EC63AF;
}
.BgClassName
{
background-color: #EC63AF;
}
</style>
border-color css
<style>
span { border-color: #EC63AF; }
span { border-color: rgb(236,99,175); }
td.TdClassName
{
border-color: #EC63AF;
}
.TagClassName
{
border-color: #EC63AF;
}
</style>