Shades of Hot Pink #EC5DAF
Tints of Hot Pink #EC5DAF
RGB
CMYK
RGB Variations
Color information
#EC5DAF (or 0xEC5DAF) is known color: Hot Pink. HEX triplet: EC, 5D and AF. RGB value is (236,93,175). Sum of RGB (Red+Green+Blue) = 236+93+175=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5DAF is #13A250. Grayscale: #909090. Windows color (decimal): -1286737 or 11492844. OLE color: 11492844.
HSL color Cylindrical-coordinate representation of color #EC5DAF: hue angle of 325.59º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DAF is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 175 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.07 |
| HSL | 325.59º | 0.79% | 0.65% | - |
| HSV(B) | 325.59º | 0.61% | 0.93% | - |
| XYZ | 46.24 | 28.76 | 43.67 | - |
| YUV | 145.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 175 | 0 | 0.61 | 0.26 | 0.07 | 325.59 | 0.79 | 0.65 |
| Hex | EC | 5D | AF | 0 | 3D | 1A | 7 | 146 | 4F | 41 |
| Octal | 354 | 135 | 257 | 0 | 75 | 32 | 7 | 506 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10101111 | 0 | 111101 | 11010 | 111 | 101000110 | 1001111 | 1000001 |
Color Harmonies of #EC5DAF
Complementary color
Monochromatic Colors of #EC5DAF
Black with #EC5DAF
Text Example
Text Example
White with #EC5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DAF; }
p { color: rgb(236,93,175); }
H1.HeaderClassName
{
color: #EC5DAF;
}
.AnyTagClassName
{
color: #EC5DAF;
}
</style>
background-color css
<style>
a { background-color: #EC5DAF; }
a { background-color: rgb(236,93,175); }
div.DivClassName
{
background-color: #EC5DAF;
}
.BgClassName
{
background-color: #EC5DAF;
}
</style>
border-color css
<style>
span { border-color: #EC5DAF; }
span { border-color: rgb(236,93,175); }
td.TdClassName
{
border-color: #EC5DAF;
}
.TagClassName
{
border-color: #EC5DAF;
}
</style>