Shades of Hot Pink #EC6EAA
Tints of Hot Pink #EC6EAA
RGB
CMYK
RGB Variations
Color information
#EC6EAA (or 0xEC6EAA) is known color: Hot Pink. HEX triplet: EC, 6E and AA. RGB value is (236,110,170). Sum of RGB (Red+Green+Blue) = 236+110+170=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6EAA is #139155. Grayscale: #9A9A9A. Windows color (decimal): -1282390 or 11169516. OLE color: 11169516.
HSL color Cylindrical-coordinate representation of color #EC6EAA: hue angle of 331.43º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6EAA is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 170 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.07 |
| HSL | 331.43º | 0.77% | 0.68% | - |
| HSV(B) | 331.43º | 0.53% | 0.93% | - |
| XYZ | 47.42 | 31.89 | 41.69 | - |
| YUV | 154.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 170 | 0 | 0.53 | 0.28 | 0.07 | 331.43 | 0.77 | 0.68 |
| Hex | EC | 6E | AA | 0 | 35 | 1C | 7 | 14B | 4D | 44 |
| Octal | 354 | 156 | 252 | 0 | 65 | 34 | 7 | 513 | 115 | 104 |
| Binary | 11101100 | 1101110 | 10101010 | 0 | 110101 | 11100 | 111 | 101001011 | 1001101 | 1000100 |
Color Harmonies of #EC6EAA
Complementary color
Monochromatic Colors of #EC6EAA
Black with #EC6EAA
Text Example
Text Example
White with #EC6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EAA; }
p { color: rgb(236,110,170); }
H1.HeaderClassName
{
color: #EC6EAA;
}
.AnyTagClassName
{
color: #EC6EAA;
}
</style>
background-color css
<style>
a { background-color: #EC6EAA; }
a { background-color: rgb(236,110,170); }
div.DivClassName
{
background-color: #EC6EAA;
}
.BgClassName
{
background-color: #EC6EAA;
}
</style>
border-color css
<style>
span { border-color: #EC6EAA; }
span { border-color: rgb(236,110,170); }
td.TdClassName
{
border-color: #EC6EAA;
}
.TagClassName
{
border-color: #EC6EAA;
}
</style>