Shades of Hot Pink #EC6EA8
Tints of Hot Pink #EC6EA8
RGB
CMYK
RGB Variations
Color information
#EC6EA8 (or 0xEC6EA8) is known color: Hot Pink. HEX triplet: EC, 6E and A8. RGB value is (236,110,168). Sum of RGB (Red+Green+Blue) = 236+110+168=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6EA8 is #139157. Grayscale: #9A9A9A. Windows color (decimal): -1282392 or 11038444. OLE color: 11038444.
HSL color Cylindrical-coordinate representation of color #EC6EA8: hue angle of 332.38º 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 #EC6EA8 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 168 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.07 |
| HSL | 332.38º | 0.77% | 0.68% | - |
| HSV(B) | 332.38º | 0.53% | 0.93% | - |
| XYZ | 47.24 | 31.81 | 40.7 | - |
| YUV | 154.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 168 | 0 | 0.53 | 0.29 | 0.07 | 332.38 | 0.77 | 0.68 |
| Hex | EC | 6E | A8 | 0 | 35 | 1D | 7 | 14C | 4D | 44 |
| Octal | 354 | 156 | 250 | 0 | 65 | 35 | 7 | 514 | 115 | 104 |
| Binary | 11101100 | 1101110 | 10101000 | 0 | 110101 | 11101 | 111 | 101001100 | 1001101 | 1000100 |
Color Harmonies of #EC6EA8
Complementary color
Monochromatic Colors of #EC6EA8
Black with #EC6EA8
Text Example
Text Example
White with #EC6EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EA8; }
p { color: rgb(236,110,168); }
H1.HeaderClassName
{
color: #EC6EA8;
}
.AnyTagClassName
{
color: #EC6EA8;
}
</style>
background-color css
<style>
a { background-color: #EC6EA8; }
a { background-color: rgb(236,110,168); }
div.DivClassName
{
background-color: #EC6EA8;
}
.BgClassName
{
background-color: #EC6EA8;
}
</style>
border-color css
<style>
span { border-color: #EC6EA8; }
span { border-color: rgb(236,110,168); }
td.TdClassName
{
border-color: #EC6EA8;
}
.TagClassName
{
border-color: #EC6EA8;
}
</style>