Shades of Hot Pink #EC63AE
Tints of Hot Pink #EC63AE
RGB
CMYK
RGB Variations
Color information
#EC63AE (or 0xEC63AE) is known color: Hot Pink. HEX triplet: EC, 63 and AE. RGB value is (236,99,174). Sum of RGB (Red+Green+Blue) = 236+99+174=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63AE is #139C51. Grayscale: #949494. Windows color (decimal): -1285202 or 11428844. OLE color: 11428844.
HSL color Cylindrical-coordinate representation of color #EC63AE: hue angle of 327.15º 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 #EC63AE is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 174 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.07 |
| HSL | 327.15º | 0.78% | 0.66% | - |
| HSV(B) | 327.15º | 0.58% | 0.93% | - |
| XYZ | 46.69 | 29.81 | 43.34 | - |
| YUV | 148.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 174 | 0 | 0.58 | 0.26 | 0.07 | 327.15 | 0.78 | 0.66 |
| Hex | EC | 63 | AE | 0 | 3A | 1A | 7 | 147 | 4E | 42 |
| Octal | 354 | 143 | 256 | 0 | 72 | 32 | 7 | 507 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10101110 | 0 | 111010 | 11010 | 111 | 101000111 | 1001110 | 1000010 |
Color Harmonies of #EC63AE
Complementary color
Monochromatic Colors of #EC63AE
Black with #EC63AE
Text Example
Text Example
White with #EC63AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63AE; }
p { color: rgb(236,99,174); }
H1.HeaderClassName
{
color: #EC63AE;
}
.AnyTagClassName
{
color: #EC63AE;
}
</style>
background-color css
<style>
a { background-color: #EC63AE; }
a { background-color: rgb(236,99,174); }
div.DivClassName
{
background-color: #EC63AE;
}
.BgClassName
{
background-color: #EC63AE;
}
</style>
border-color css
<style>
span { border-color: #EC63AE; }
span { border-color: rgb(236,99,174); }
td.TdClassName
{
border-color: #EC63AE;
}
.TagClassName
{
border-color: #EC63AE;
}
</style>