Shades of Hot Pink #EC63AA
Tints of Hot Pink #EC63AA
RGB
CMYK
RGB Variations
Color information
#EC63AA (or 0xEC63AA) is known color: Hot Pink. HEX triplet: EC, 63 and AA. RGB value is (236,99,170). Sum of RGB (Red+Green+Blue) = 236+99+170=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63AA is #139C55. Grayscale: #939393. Windows color (decimal): -1285206 or 11166700. OLE color: 11166700.
HSL color Cylindrical-coordinate representation of color #EC63AA: hue angle of 328.91º 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 #EC63AA is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 170 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 328.91º | 0.78% | 0.66% | - |
| HSV(B) | 328.91º | 0.58% | 0.93% | - |
| XYZ | 46.31 | 29.66 | 41.31 | - |
| YUV | 148.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 170 | 0 | 0.58 | 0.28 | 0.07 | 328.91 | 0.78 | 0.66 |
| Hex | EC | 63 | AA | 0 | 3A | 1C | 7 | 149 | 4E | 42 |
| Octal | 354 | 143 | 252 | 0 | 72 | 34 | 7 | 511 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10101010 | 0 | 111010 | 11100 | 111 | 101001001 | 1001110 | 1000010 |
Color Harmonies of #EC63AA
Complementary color
Monochromatic Colors of #EC63AA
Black with #EC63AA
Text Example
Text Example
White with #EC63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63AA; }
p { color: rgb(236,99,170); }
H1.HeaderClassName
{
color: #EC63AA;
}
.AnyTagClassName
{
color: #EC63AA;
}
</style>
background-color css
<style>
a { background-color: #EC63AA; }
a { background-color: rgb(236,99,170); }
div.DivClassName
{
background-color: #EC63AA;
}
.BgClassName
{
background-color: #EC63AA;
}
</style>
border-color css
<style>
span { border-color: #EC63AA; }
span { border-color: rgb(236,99,170); }
td.TdClassName
{
border-color: #EC63AA;
}
.TagClassName
{
border-color: #EC63AA;
}
</style>