Shades of Hot Pink #EC63A8
Tints of Hot Pink #EC63A8
RGB
CMYK
RGB Variations
Color information
#EC63A8 (or 0xEC63A8) is known color: Hot Pink. HEX triplet: EC, 63 and A8. RGB value is (236,99,168). Sum of RGB (Red+Green+Blue) = 236+99+168=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63A8 is #139C57. Grayscale: #939393. Windows color (decimal): -1285208 or 11035628. OLE color: 11035628.
HSL color Cylindrical-coordinate representation of color #EC63A8: hue angle of 329.78º 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 #EC63A8 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 168 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.07 |
| HSL | 329.78º | 0.78% | 0.66% | - |
| HSV(B) | 329.78º | 0.58% | 0.93% | - |
| XYZ | 46.12 | 29.58 | 40.33 | - |
| YUV | 147.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 168 | 0 | 0.58 | 0.29 | 0.07 | 329.78 | 0.78 | 0.66 |
| Hex | EC | 63 | A8 | 0 | 3A | 1D | 7 | 14A | 4E | 42 |
| Octal | 354 | 143 | 250 | 0 | 72 | 35 | 7 | 512 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10101000 | 0 | 111010 | 11101 | 111 | 101001010 | 1001110 | 1000010 |
Color Harmonies of #EC63A8
Complementary color
Monochromatic Colors of #EC63A8
Black with #EC63A8
Text Example
Text Example
White with #EC63A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63A8; }
p { color: rgb(236,99,168); }
H1.HeaderClassName
{
color: #EC63A8;
}
.AnyTagClassName
{
color: #EC63A8;
}
</style>
background-color css
<style>
a { background-color: #EC63A8; }
a { background-color: rgb(236,99,168); }
div.DivClassName
{
background-color: #EC63A8;
}
.BgClassName
{
background-color: #EC63A8;
}
</style>
border-color css
<style>
span { border-color: #EC63A8; }
span { border-color: rgb(236,99,168); }
td.TdClassName
{
border-color: #EC63A8;
}
.TagClassName
{
border-color: #EC63A8;
}
</style>