Shades of Hot Pink #EC6CA4
Tints of Hot Pink #EC6CA4
RGB
CMYK
RGB Variations
Color information
#EC6CA4 (or 0xEC6CA4) is known color: Hot Pink. HEX triplet: EC, 6C and A4. RGB value is (236,108,164). Sum of RGB (Red+Green+Blue) = 236+108+164=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6CA4 is #13935B. Grayscale: #989898. Windows color (decimal): -1282908 or 10775788. OLE color: 10775788.
HSL color Cylindrical-coordinate representation of color #EC6CA4: hue angle of 333.75º 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 #EC6CA4 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 164 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.07 |
| HSL | 333.75º | 0.77% | 0.67% | - |
| HSV(B) | 333.75º | 0.54% | 0.93% | - |
| XYZ | 46.66 | 31.24 | 38.69 | - |
| YUV | 152.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 164 | 0 | 0.54 | 0.31 | 0.07 | 333.75 | 0.77 | 0.67 |
| Hex | EC | 6C | A4 | 0 | 36 | 1F | 7 | 14E | 4D | 43 |
| Octal | 354 | 154 | 244 | 0 | 66 | 37 | 7 | 516 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10100100 | 0 | 110110 | 11111 | 111 | 101001110 | 1001101 | 1000011 |
Color Harmonies of #EC6CA4
Complementary color
Monochromatic Colors of #EC6CA4
Black with #EC6CA4
Text Example
Text Example
White with #EC6CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CA4; }
p { color: rgb(236,108,164); }
H1.HeaderClassName
{
color: #EC6CA4;
}
.AnyTagClassName
{
color: #EC6CA4;
}
</style>
background-color css
<style>
a { background-color: #EC6CA4; }
a { background-color: rgb(236,108,164); }
div.DivClassName
{
background-color: #EC6CA4;
}
.BgClassName
{
background-color: #EC6CA4;
}
</style>
border-color css
<style>
span { border-color: #EC6CA4; }
span { border-color: rgb(236,108,164); }
td.TdClassName
{
border-color: #EC6CA4;
}
.TagClassName
{
border-color: #EC6CA4;
}
</style>