Shades of Hot Pink #EC6FAA
Tints of Hot Pink #EC6FAA
RGB
CMYK
RGB Variations
Color information
#EC6FAA (or 0xEC6FAA) is known color: Hot Pink. HEX triplet: EC, 6F and AA. RGB value is (236,111,170). Sum of RGB (Red+Green+Blue) = 236+111+170=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6FAA is #139055. Grayscale: #9A9A9A. Windows color (decimal): -1282134 or 11169772. OLE color: 11169772.
HSL color Cylindrical-coordinate representation of color #EC6FAA: hue angle of 331.68º 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 #EC6FAA is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 170 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.07 |
| HSL | 331.68º | 0.77% | 0.68% | - |
| HSV(B) | 331.68º | 0.53% | 0.93% | - |
| XYZ | 47.53 | 32.1 | 41.72 | - |
| YUV | 155.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 170 | 0 | 0.53 | 0.28 | 0.07 | 331.68 | 0.77 | 0.68 |
| Hex | EC | 6F | AA | 0 | 35 | 1C | 7 | 14C | 4D | 44 |
| Octal | 354 | 157 | 252 | 0 | 65 | 34 | 7 | 514 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10101010 | 0 | 110101 | 11100 | 111 | 101001100 | 1001101 | 1000100 |
Color Harmonies of #EC6FAA
Complementary color
Monochromatic Colors of #EC6FAA
Black with #EC6FAA
Text Example
Text Example
White with #EC6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FAA; }
p { color: rgb(236,111,170); }
H1.HeaderClassName
{
color: #EC6FAA;
}
.AnyTagClassName
{
color: #EC6FAA;
}
</style>
background-color css
<style>
a { background-color: #EC6FAA; }
a { background-color: rgb(236,111,170); }
div.DivClassName
{
background-color: #EC6FAA;
}
.BgClassName
{
background-color: #EC6FAA;
}
</style>
border-color css
<style>
span { border-color: #EC6FAA; }
span { border-color: rgb(236,111,170); }
td.TdClassName
{
border-color: #EC6FAA;
}
.TagClassName
{
border-color: #EC6FAA;
}
</style>