Shades of Hot Pink #EC5DB2
Tints of Hot Pink #EC5DB2
RGB
CMYK
RGB Variations
Color information
#EC5DB2 (or 0xEC5DB2) is known color: Hot Pink. HEX triplet: EC, 5D and B2. RGB value is (236,93,178). Sum of RGB (Red+Green+Blue) = 236+93+178=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5DB2 is #13A24D. Grayscale: #919191. Windows color (decimal): -1286734 or 11689452. OLE color: 11689452.
HSL color Cylindrical-coordinate representation of color #EC5DB2: hue angle of 324.34º 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 #EC5DB2 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 178 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.07 |
| HSL | 324.34º | 0.79% | 0.65% | - |
| HSV(B) | 324.34º | 0.61% | 0.93% | - |
| XYZ | 46.54 | 28.88 | 45.24 | - |
| YUV | 145.45 | 146.38 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 178 | 0 | 0.61 | 0.25 | 0.07 | 324.34 | 0.79 | 0.65 |
| Hex | EC | 5D | B2 | 0 | 3D | 19 | 7 | 144 | 4F | 41 |
| Octal | 354 | 135 | 262 | 0 | 75 | 31 | 7 | 504 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10110010 | 0 | 111101 | 11001 | 111 | 101000100 | 1001111 | 1000001 |
Color Harmonies of #EC5DB2
Complementary color
Monochromatic Colors of #EC5DB2
Black with #EC5DB2
Text Example
Text Example
White with #EC5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DB2; }
p { color: rgb(236,93,178); }
H1.HeaderClassName
{
color: #EC5DB2;
}
.AnyTagClassName
{
color: #EC5DB2;
}
</style>
background-color css
<style>
a { background-color: #EC5DB2; }
a { background-color: rgb(236,93,178); }
div.DivClassName
{
background-color: #EC5DB2;
}
.BgClassName
{
background-color: #EC5DB2;
}
</style>
border-color css
<style>
span { border-color: #EC5DB2; }
span { border-color: rgb(236,93,178); }
td.TdClassName
{
border-color: #EC5DB2;
}
.TagClassName
{
border-color: #EC5DB2;
}
</style>