Shades of Hot Pink #EC5CBC
Tints of Hot Pink #EC5CBC
RGB
CMYK
RGB Variations
Color information
#EC5CBC (or 0xEC5CBC) is known color: Hot Pink. HEX triplet: EC, 5C and BC. RGB value is (236,92,188). Sum of RGB (Red+Green+Blue) = 236+92+188=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CBC is #13A343. Grayscale: #919191. Windows color (decimal): -1286980 or 12344556. OLE color: 12344556.
HSL color Cylindrical-coordinate representation of color #EC5CBC: hue angle of 320º 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 #EC5CBC is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 92 | 188 | - |
CMYK | 0 | 0.61 | 0.20 | 0.07 |
HSL | 320º | 0.79% | 0.64% | - |
HSV(B) | 320º | 0.61% | 0.93% | - |
XYZ | 47.5 | 29.12 | 50.69 | - |
YUV | 146 | 151.71 | 192.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 92 | 188 | 0 | 0.61 | 0.20 | 0.07 | 320 | 0.79 | 0.64 |
Hex | EC | 5C | BC | 0 | 3D | 14 | 7 | 140 | 4F | 40 |
Octal | 354 | 134 | 274 | 0 | 75 | 24 | 7 | 500 | 117 | 100 |
Binary | 11101100 | 1011100 | 10111100 | 0 | 111101 | 10100 | 111 | 101000000 | 1001111 | 1000000 |
Color Harmonies of #EC5CBC
Complementary color
Monochromatic Colors of #EC5CBC
Black with #EC5CBC
Text Example
Text Example
White with #EC5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CBC; }
p { color: rgb(236,92,188); }
H1.HeaderClassName
{
color: #EC5CBC;
}
.AnyTagClassName
{
color: #EC5CBC;
}
</style>
background-color css
<style>
a { background-color: #EC5CBC; }
a { background-color: rgb(236,92,188); }
div.DivClassName
{
background-color: #EC5CBC;
}
.BgClassName
{
background-color: #EC5CBC;
}
</style>
border-color css
<style>
span { border-color: #EC5CBC; }
span { border-color: rgb(236,92,188); }
td.TdClassName
{
border-color: #EC5CBC;
}
.TagClassName
{
border-color: #EC5CBC;
}
</style>