Shades of Hot Pink #EC6CAE
Tints of Hot Pink #EC6CAE
RGB
CMYK
RGB Variations
Color information
#EC6CAE (or 0xEC6CAE) is known color: Hot Pink. HEX triplet: EC, 6C and AE. RGB value is (236,108,174). Sum of RGB (Red+Green+Blue) = 236+108+174=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6CAE is #139351. Grayscale: #999999. Windows color (decimal): -1282898 or 11431148. OLE color: 11431148.
HSL color Cylindrical-coordinate representation of color #EC6CAE: hue angle of 329.06º 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 #EC6CAE is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 174 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.07 |
| HSL | 329.06º | 0.77% | 0.67% | - |
| HSV(B) | 329.06º | 0.54% | 0.93% | - |
| XYZ | 47.59 | 31.61 | 43.64 | - |
| YUV | 153.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 174 | 0 | 0.54 | 0.26 | 0.07 | 329.06 | 0.77 | 0.67 |
| Hex | EC | 6C | AE | 0 | 36 | 1A | 7 | 149 | 4D | 43 |
| Octal | 354 | 154 | 256 | 0 | 66 | 32 | 7 | 511 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10101110 | 0 | 110110 | 11010 | 111 | 101001001 | 1001101 | 1000011 |
Color Harmonies of #EC6CAE
Complementary color
Monochromatic Colors of #EC6CAE
Black with #EC6CAE
Text Example
Text Example
White with #EC6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CAE; }
p { color: rgb(236,108,174); }
H1.HeaderClassName
{
color: #EC6CAE;
}
.AnyTagClassName
{
color: #EC6CAE;
}
</style>
background-color css
<style>
a { background-color: #EC6CAE; }
a { background-color: rgb(236,108,174); }
div.DivClassName
{
background-color: #EC6CAE;
}
.BgClassName
{
background-color: #EC6CAE;
}
</style>
border-color css
<style>
span { border-color: #EC6CAE; }
span { border-color: rgb(236,108,174); }
td.TdClassName
{
border-color: #EC6CAE;
}
.TagClassName
{
border-color: #EC6CAE;
}
</style>