Shades of Hot Pink #EC6CAD
Tints of Hot Pink #EC6CAD
RGB
CMYK
RGB Variations
Color information
#EC6CAD (or 0xEC6CAD) is known color: Hot Pink. HEX triplet: EC, 6C and AD. RGB value is (236,108,173). Sum of RGB (Red+Green+Blue) = 236+108+173=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6CAD is #139352. Grayscale: #999999. Windows color (decimal): -1282899 or 11365612. OLE color: 11365612.
HSL color Cylindrical-coordinate representation of color #EC6CAD: hue angle of 329.53º 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 #EC6CAD is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 173 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.07 |
| HSL | 329.53º | 0.77% | 0.67% | - |
| HSV(B) | 329.53º | 0.54% | 0.93% | - |
| XYZ | 47.5 | 31.58 | 43.13 | - |
| YUV | 153.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 173 | 0 | 0.54 | 0.27 | 0.07 | 329.53 | 0.77 | 0.67 |
| Hex | EC | 6C | AD | 0 | 36 | 1B | 7 | 14A | 4D | 43 |
| Octal | 354 | 154 | 255 | 0 | 66 | 33 | 7 | 512 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10101101 | 0 | 110110 | 11011 | 111 | 101001010 | 1001101 | 1000011 |
Color Harmonies of #EC6CAD
Complementary color
Monochromatic Colors of #EC6CAD
Black with #EC6CAD
Text Example
Text Example
White with #EC6CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CAD; }
p { color: rgb(236,108,173); }
H1.HeaderClassName
{
color: #EC6CAD;
}
.AnyTagClassName
{
color: #EC6CAD;
}
</style>
background-color css
<style>
a { background-color: #EC6CAD; }
a { background-color: rgb(236,108,173); }
div.DivClassName
{
background-color: #EC6CAD;
}
.BgClassName
{
background-color: #EC6CAD;
}
</style>
border-color css
<style>
span { border-color: #EC6CAD; }
span { border-color: rgb(236,108,173); }
td.TdClassName
{
border-color: #EC6CAD;
}
.TagClassName
{
border-color: #EC6CAD;
}
</style>