Shades of Hot Pink #EC5DB4
Tints of Hot Pink #EC5DB4
RGB
CMYK
RGB Variations
Color information
#EC5DB4 (or 0xEC5DB4) is known color: Hot Pink. HEX triplet: EC, 5D and B4. RGB value is (236,93,180). Sum of RGB (Red+Green+Blue) = 236+93+180=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DB4 is #13A24B. Grayscale: #919191. Windows color (decimal): -1286732 or 11820524. OLE color: 11820524.
HSL color Cylindrical-coordinate representation of color #EC5DB4: hue angle of 323.5º 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 #EC5DB4 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 180 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.07 |
| HSL | 323.5º | 0.79% | 0.65% | - |
| HSV(B) | 323.5º | 0.61% | 0.93% | - |
| XYZ | 46.74 | 28.96 | 46.31 | - |
| YUV | 145.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 180 | 0 | 0.61 | 0.24 | 0.07 | 323.5 | 0.79 | 0.65 |
| Hex | EC | 5D | B4 | 0 | 3D | 18 | 7 | 143 | 4F | 41 |
| Octal | 354 | 135 | 264 | 0 | 75 | 30 | 7 | 503 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10110100 | 0 | 111101 | 11000 | 111 | 101000011 | 1001111 | 1000001 |
Color Harmonies of #EC5DB4
Complementary color
Monochromatic Colors of #EC5DB4
Black with #EC5DB4
Text Example
Text Example
White with #EC5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DB4; }
p { color: rgb(236,93,180); }
H1.HeaderClassName
{
color: #EC5DB4;
}
.AnyTagClassName
{
color: #EC5DB4;
}
</style>
background-color css
<style>
a { background-color: #EC5DB4; }
a { background-color: rgb(236,93,180); }
div.DivClassName
{
background-color: #EC5DB4;
}
.BgClassName
{
background-color: #EC5DB4;
}
</style>
border-color css
<style>
span { border-color: #EC5DB4; }
span { border-color: rgb(236,93,180); }
td.TdClassName
{
border-color: #EC5DB4;
}
.TagClassName
{
border-color: #EC5DB4;
}
</style>