Shades of Hot Pink #EC6DAE
Tints of Hot Pink #EC6DAE
RGB
CMYK
RGB Variations
Color information
#EC6DAE (or 0xEC6DAE) is known color: Hot Pink. HEX triplet: EC, 6D and AE. RGB value is (236,109,174). Sum of RGB (Red+Green+Blue) = 236+109+174=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6DAE is #139251. Grayscale: #9A9A9A. Windows color (decimal): -1282642 or 11431404. OLE color: 11431404.
HSL color Cylindrical-coordinate representation of color #EC6DAE: hue angle of 329.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6DAE is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 174 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.07 |
| HSL | 329.29º | 0.77% | 0.68% | - |
| HSV(B) | 329.29º | 0.54% | 0.93% | - |
| XYZ | 47.7 | 31.83 | 43.67 | - |
| YUV | 154.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 174 | 0 | 0.54 | 0.26 | 0.07 | 329.29 | 0.77 | 0.68 |
| Hex | EC | 6D | AE | 0 | 36 | 1A | 7 | 149 | 4D | 44 |
| Octal | 354 | 155 | 256 | 0 | 66 | 32 | 7 | 511 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10101110 | 0 | 110110 | 11010 | 111 | 101001001 | 1001101 | 1000100 |
Color Harmonies of #EC6DAE
Complementary color
Monochromatic Colors of #EC6DAE
Black with #EC6DAE
Text Example
Text Example
White with #EC6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DAE; }
p { color: rgb(236,109,174); }
H1.HeaderClassName
{
color: #EC6DAE;
}
.AnyTagClassName
{
color: #EC6DAE;
}
</style>
background-color css
<style>
a { background-color: #EC6DAE; }
a { background-color: rgb(236,109,174); }
div.DivClassName
{
background-color: #EC6DAE;
}
.BgClassName
{
background-color: #EC6DAE;
}
</style>
border-color css
<style>
span { border-color: #EC6DAE; }
span { border-color: rgb(236,109,174); }
td.TdClassName
{
border-color: #EC6DAE;
}
.TagClassName
{
border-color: #EC6DAE;
}
</style>