Shades of Hot Pink #EC5DAD
Tints of Hot Pink #EC5DAD
RGB
CMYK
RGB Variations
Color information
#EC5DAD (or 0xEC5DAD) is known color: Hot Pink. HEX triplet: EC, 5D and AD. RGB value is (236,93,173). Sum of RGB (Red+Green+Blue) = 236+93+173=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5DAD is #13A252. Grayscale: #909090. Windows color (decimal): -1286739 or 11361772. OLE color: 11361772.
HSL color Cylindrical-coordinate representation of color #EC5DAD: hue angle of 326.43º 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 #EC5DAD is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 173 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.07 |
| HSL | 326.43º | 0.79% | 0.65% | - |
| HSV(B) | 326.43º | 0.61% | 0.93% | - |
| XYZ | 46.05 | 28.68 | 42.64 | - |
| YUV | 144.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 173 | 0 | 0.61 | 0.27 | 0.07 | 326.43 | 0.79 | 0.65 |
| Hex | EC | 5D | AD | 0 | 3D | 1B | 7 | 146 | 4F | 41 |
| Octal | 354 | 135 | 255 | 0 | 75 | 33 | 7 | 506 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10101101 | 0 | 111101 | 11011 | 111 | 101000110 | 1001111 | 1000001 |
Color Harmonies of #EC5DAD
Complementary color
Monochromatic Colors of #EC5DAD
Black with #EC5DAD
Text Example
Text Example
White with #EC5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DAD; }
p { color: rgb(236,93,173); }
H1.HeaderClassName
{
color: #EC5DAD;
}
.AnyTagClassName
{
color: #EC5DAD;
}
</style>
background-color css
<style>
a { background-color: #EC5DAD; }
a { background-color: rgb(236,93,173); }
div.DivClassName
{
background-color: #EC5DAD;
}
.BgClassName
{
background-color: #EC5DAD;
}
</style>
border-color css
<style>
span { border-color: #EC5DAD; }
span { border-color: rgb(236,93,173); }
td.TdClassName
{
border-color: #EC5DAD;
}
.TagClassName
{
border-color: #EC5DAD;
}
</style>