Shades of Hot Pink #EC5DB6
Tints of Hot Pink #EC5DB6
RGB
CMYK
RGB Variations
Color information
#EC5DB6 (or 0xEC5DB6) is known color: Hot Pink. HEX triplet: EC, 5D and B6. RGB value is (236,93,182). Sum of RGB (Red+Green+Blue) = 236+93+182=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DB6 is #13A249. Grayscale: #919191. Windows color (decimal): -1286730 or 11951596. OLE color: 11951596.
HSL color Cylindrical-coordinate representation of color #EC5DB6: hue angle of 322.66º 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 #EC5DB6 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 182 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.07 |
| HSL | 322.66º | 0.79% | 0.65% | - |
| HSV(B) | 322.66º | 0.61% | 0.93% | - |
| XYZ | 46.95 | 29.04 | 47.39 | - |
| YUV | 145.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 182 | 0 | 0.61 | 0.23 | 0.07 | 322.66 | 0.79 | 0.65 |
| Hex | EC | 5D | B6 | 0 | 3D | 17 | 7 | 143 | 4F | 41 |
| Octal | 354 | 135 | 266 | 0 | 75 | 27 | 7 | 503 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10110110 | 0 | 111101 | 10111 | 111 | 101000011 | 1001111 | 1000001 |
Color Harmonies of #EC5DB6
Complementary color
Monochromatic Colors of #EC5DB6
Black with #EC5DB6
Text Example
Text Example
White with #EC5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DB6; }
p { color: rgb(236,93,182); }
H1.HeaderClassName
{
color: #EC5DB6;
}
.AnyTagClassName
{
color: #EC5DB6;
}
</style>
background-color css
<style>
a { background-color: #EC5DB6; }
a { background-color: rgb(236,93,182); }
div.DivClassName
{
background-color: #EC5DB6;
}
.BgClassName
{
background-color: #EC5DB6;
}
</style>
border-color css
<style>
span { border-color: #EC5DB6; }
span { border-color: rgb(236,93,182); }
td.TdClassName
{
border-color: #EC5DB6;
}
.TagClassName
{
border-color: #EC5DB6;
}
</style>