Shades of Hot Pink #EC5CB4
Tints of Hot Pink #EC5CB4
RGB
CMYK
RGB Variations
Color information
#EC5CB4 (or 0xEC5CB4) is known color: Hot Pink. HEX triplet: EC, 5C and B4. RGB value is (236,92,180). Sum of RGB (Red+Green+Blue) = 236+92+180=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CB4 is #13A34B. Grayscale: #909090. Windows color (decimal): -1286988 or 11820268. OLE color: 11820268.
HSL color Cylindrical-coordinate representation of color #EC5CB4: hue angle of 323.33º 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 #EC5CB4 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 180 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.07 |
| HSL | 323.33º | 0.79% | 0.64% | - |
| HSV(B) | 323.33º | 0.61% | 0.93% | - |
| XYZ | 46.66 | 28.78 | 46.28 | - |
| YUV | 145.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 180 | 0 | 0.61 | 0.24 | 0.07 | 323.33 | 0.79 | 0.64 |
| Hex | EC | 5C | B4 | 0 | 3D | 18 | 7 | 143 | 4F | 40 |
| Octal | 354 | 134 | 264 | 0 | 75 | 30 | 7 | 503 | 117 | 100 |
| Binary | 11101100 | 1011100 | 10110100 | 0 | 111101 | 11000 | 111 | 101000011 | 1001111 | 1000000 |
Color Harmonies of #EC5CB4
Complementary color
Monochromatic Colors of #EC5CB4
Black with #EC5CB4
Text Example
Text Example
White with #EC5CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CB4; }
p { color: rgb(236,92,180); }
H1.HeaderClassName
{
color: #EC5CB4;
}
.AnyTagClassName
{
color: #EC5CB4;
}
</style>
background-color css
<style>
a { background-color: #EC5CB4; }
a { background-color: rgb(236,92,180); }
div.DivClassName
{
background-color: #EC5CB4;
}
.BgClassName
{
background-color: #EC5CB4;
}
</style>
border-color css
<style>
span { border-color: #EC5CB4; }
span { border-color: rgb(236,92,180); }
td.TdClassName
{
border-color: #EC5CB4;
}
.TagClassName
{
border-color: #EC5CB4;
}
</style>