Shades of Hot Pink #EC5CB0
Tints of Hot Pink #EC5CB0
RGB
CMYK
RGB Variations
Color information
#EC5CB0 (or 0xEC5CB0) is known color: Hot Pink. HEX triplet: EC, 5C and B0. RGB value is (236,92,176). Sum of RGB (Red+Green+Blue) = 236+92+176=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5CB0 is #13A34F. Grayscale: #909090. Windows color (decimal): -1286992 or 11558124. OLE color: 11558124.
HSL color Cylindrical-coordinate representation of color #EC5CB0: hue angle of 325º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CB0 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 176 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.07 |
| HSL | 325º | 0.79% | 0.64% | - |
| HSV(B) | 325º | 0.61% | 0.93% | - |
| XYZ | 46.26 | 28.62 | 44.16 | - |
| YUV | 144.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 176 | 0 | 0.61 | 0.25 | 0.07 | 325 | 0.79 | 0.64 |
| Hex | EC | 5C | B0 | 0 | 3D | 19 | 7 | 145 | 4F | 40 |
| Octal | 354 | 134 | 260 | 0 | 75 | 31 | 7 | 505 | 117 | 100 |
| Binary | 11101100 | 1011100 | 10110000 | 0 | 111101 | 11001 | 111 | 101000101 | 1001111 | 1000000 |
Color Harmonies of #EC5CB0
Complementary color
Monochromatic Colors of #EC5CB0
Black with #EC5CB0
Text Example
Text Example
White with #EC5CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CB0; }
p { color: rgb(236,92,176); }
H1.HeaderClassName
{
color: #EC5CB0;
}
.AnyTagClassName
{
color: #EC5CB0;
}
</style>
background-color css
<style>
a { background-color: #EC5CB0; }
a { background-color: rgb(236,92,176); }
div.DivClassName
{
background-color: #EC5CB0;
}
.BgClassName
{
background-color: #EC5CB0;
}
</style>
border-color css
<style>
span { border-color: #EC5CB0; }
span { border-color: rgb(236,92,176); }
td.TdClassName
{
border-color: #EC5CB0;
}
.TagClassName
{
border-color: #EC5CB0;
}
</style>