Shades of Hot Pink #EC52BC
Tints of Hot Pink #EC52BC
RGB
CMYK
RGB Variations
Color information
#EC52BC (or 0xEC52BC) is known color: Hot Pink. HEX triplet: EC, 52 and BC. RGB value is (236,82,188). Sum of RGB (Red+Green+Blue) = 236+82+188=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52BC is #13AD43. Grayscale: #8B8B8B. Windows color (decimal): -1289540 or 12341996. OLE color: 12341996.
HSL color Cylindrical-coordinate representation of color #EC52BC: hue angle of 318.7º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52BC is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 188 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.07 |
| HSL | 318.7º | 0.8% | 0.62% | - |
| HSV(B) | 318.7º | 0.65% | 0.93% | - |
| XYZ | 46.69 | 27.5 | 50.42 | - |
| YUV | 140.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 188 | 0 | 0.65 | 0.20 | 0.07 | 318.7 | 0.8 | 0.62 |
| Hex | EC | 52 | BC | 0 | 41 | 14 | 7 | 13F | 50 | 3E |
| Octal | 354 | 122 | 274 | 0 | 101 | 24 | 7 | 477 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10111100 | 0 | 1000001 | 10100 | 111 | 100111111 | 1010000 | 111110 |
Color Harmonies of #EC52BC
Complementary color
Monochromatic Colors of #EC52BC
Black with #EC52BC
Text Example
Text Example
White with #EC52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52BC; }
p { color: rgb(236,82,188); }
H1.HeaderClassName
{
color: #EC52BC;
}
.AnyTagClassName
{
color: #EC52BC;
}
</style>
background-color css
<style>
a { background-color: #EC52BC; }
a { background-color: rgb(236,82,188); }
div.DivClassName
{
background-color: #EC52BC;
}
.BgClassName
{
background-color: #EC52BC;
}
</style>
border-color css
<style>
span { border-color: #EC52BC; }
span { border-color: rgb(236,82,188); }
td.TdClassName
{
border-color: #EC52BC;
}
.TagClassName
{
border-color: #EC52BC;
}
</style>