Shades of Hot Pink #EC6CA8
Tints of Hot Pink #EC6CA8
RGB
CMYK
RGB Variations
Color information
#EC6CA8 (or 0xEC6CA8) is known color: Hot Pink. HEX triplet: EC, 6C and A8. RGB value is (236,108,168). Sum of RGB (Red+Green+Blue) = 236+108+168=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6CA8 is #139357. Grayscale: #989898. Windows color (decimal): -1282904 or 11037932. OLE color: 11037932.
HSL color Cylindrical-coordinate representation of color #EC6CA8: hue angle of 331.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CA8 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 168 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.07 |
| HSL | 331.88º | 0.77% | 0.67% | - |
| HSV(B) | 331.88º | 0.54% | 0.93% | - |
| XYZ | 47.02 | 31.39 | 40.63 | - |
| YUV | 153.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 168 | 0 | 0.54 | 0.29 | 0.07 | 331.88 | 0.77 | 0.67 |
| Hex | EC | 6C | A8 | 0 | 36 | 1D | 7 | 14C | 4D | 43 |
| Octal | 354 | 154 | 250 | 0 | 66 | 35 | 7 | 514 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10101000 | 0 | 110110 | 11101 | 111 | 101001100 | 1001101 | 1000011 |
Color Harmonies of #EC6CA8
Complementary color
Monochromatic Colors of #EC6CA8
Black with #EC6CA8
Text Example
Text Example
White with #EC6CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CA8; }
p { color: rgb(236,108,168); }
H1.HeaderClassName
{
color: #EC6CA8;
}
.AnyTagClassName
{
color: #EC6CA8;
}
</style>
background-color css
<style>
a { background-color: #EC6CA8; }
a { background-color: rgb(236,108,168); }
div.DivClassName
{
background-color: #EC6CA8;
}
.BgClassName
{
background-color: #EC6CA8;
}
</style>
border-color css
<style>
span { border-color: #EC6CA8; }
span { border-color: rgb(236,108,168); }
td.TdClassName
{
border-color: #EC6CA8;
}
.TagClassName
{
border-color: #EC6CA8;
}
</style>