Shades of Hot Pink #EC5DB7
Tints of Hot Pink #EC5DB7
RGB
CMYK
RGB Variations
Color information
#EC5DB7 (or 0xEC5DB7) is known color: Hot Pink. HEX triplet: EC, 5D and B7. RGB value is (236,93,183). Sum of RGB (Red+Green+Blue) = 236+93+183=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DB7 is #13A248. Grayscale: #919191. Windows color (decimal): -1286729 or 12017132. OLE color: 12017132.
HSL color Cylindrical-coordinate representation of color #EC5DB7: hue angle of 322.24º 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 #EC5DB7 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 183 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.07 |
| HSL | 322.24º | 0.79% | 0.65% | - |
| HSV(B) | 322.24º | 0.61% | 0.93% | - |
| XYZ | 47.05 | 29.08 | 47.93 | - |
| YUV | 146.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 183 | 0 | 0.61 | 0.22 | 0.07 | 322.24 | 0.79 | 0.65 |
| Hex | EC | 5D | B7 | 0 | 3D | 16 | 7 | 142 | 4F | 41 |
| Octal | 354 | 135 | 267 | 0 | 75 | 26 | 7 | 502 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10110111 | 0 | 111101 | 10110 | 111 | 101000010 | 1001111 | 1000001 |
Color Harmonies of #EC5DB7
Complementary color
Monochromatic Colors of #EC5DB7
Black with #EC5DB7
Text Example
Text Example
White with #EC5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DB7; }
p { color: rgb(236,93,183); }
H1.HeaderClassName
{
color: #EC5DB7;
}
.AnyTagClassName
{
color: #EC5DB7;
}
</style>
background-color css
<style>
a { background-color: #EC5DB7; }
a { background-color: rgb(236,93,183); }
div.DivClassName
{
background-color: #EC5DB7;
}
.BgClassName
{
background-color: #EC5DB7;
}
</style>
border-color css
<style>
span { border-color: #EC5DB7; }
span { border-color: rgb(236,93,183); }
td.TdClassName
{
border-color: #EC5DB7;
}
.TagClassName
{
border-color: #EC5DB7;
}
</style>