Shades of Hot Pink #EC6EAF
Tints of Hot Pink #EC6EAF
RGB
CMYK
RGB Variations
Color information
#EC6EAF (or 0xEC6EAF) is known color: Hot Pink. HEX triplet: EC, 6E and AF. RGB value is (236,110,175). Sum of RGB (Red+Green+Blue) = 236+110+175=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6EAF is #139150. Grayscale: #9A9A9A. Windows color (decimal): -1282385 or 11497196. OLE color: 11497196.
HSL color Cylindrical-coordinate representation of color #EC6EAF: hue angle of 329.05º 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 #EC6EAF is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 175 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.07 |
| HSL | 329.05º | 0.77% | 0.68% | - |
| HSV(B) | 329.05º | 0.53% | 0.93% | - |
| XYZ | 47.91 | 32.08 | 44.22 | - |
| YUV | 155.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 175 | 0 | 0.53 | 0.26 | 0.07 | 329.05 | 0.77 | 0.68 |
| Hex | EC | 6E | AF | 0 | 35 | 1A | 7 | 149 | 4D | 44 |
| Octal | 354 | 156 | 257 | 0 | 65 | 32 | 7 | 511 | 115 | 104 |
| Binary | 11101100 | 1101110 | 10101111 | 0 | 110101 | 11010 | 111 | 101001001 | 1001101 | 1000100 |
Color Harmonies of #EC6EAF
Complementary color
Monochromatic Colors of #EC6EAF
Black with #EC6EAF
Text Example
Text Example
White with #EC6EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EAF; }
p { color: rgb(236,110,175); }
H1.HeaderClassName
{
color: #EC6EAF;
}
.AnyTagClassName
{
color: #EC6EAF;
}
</style>
background-color css
<style>
a { background-color: #EC6EAF; }
a { background-color: rgb(236,110,175); }
div.DivClassName
{
background-color: #EC6EAF;
}
.BgClassName
{
background-color: #EC6EAF;
}
</style>
border-color css
<style>
span { border-color: #EC6EAF; }
span { border-color: rgb(236,110,175); }
td.TdClassName
{
border-color: #EC6EAF;
}
.TagClassName
{
border-color: #EC6EAF;
}
</style>