Shades of Hot Pink #EC53BD
Tints of Hot Pink #EC53BD
RGB
CMYK
RGB Variations
Color information
#EC53BD (or 0xEC53BD) is known color: Hot Pink. HEX triplet: EC, 53 and BD. RGB value is (236,83,189). Sum of RGB (Red+Green+Blue) = 236+83+189=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53BD is #13AC42. Grayscale: #8C8C8C. Windows color (decimal): -1289283 or 12407788. OLE color: 12407788.
HSL color Cylindrical-coordinate representation of color #EC53BD: hue angle of 318.43º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53BD is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 189 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.07 |
| HSL | 318.43º | 0.8% | 0.63% | - |
| HSV(B) | 318.43º | 0.65% | 0.93% | - |
| XYZ | 46.87 | 27.69 | 51.02 | - |
| YUV | 140.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 189 | 0 | 0.65 | 0.20 | 0.07 | 318.43 | 0.8 | 0.63 |
| Hex | EC | 53 | BD | 0 | 41 | 14 | 7 | 13E | 50 | 3F |
| Octal | 354 | 123 | 275 | 0 | 101 | 24 | 7 | 476 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10111101 | 0 | 1000001 | 10100 | 111 | 100111110 | 1010000 | 111111 |
Color Harmonies of #EC53BD
Complementary color
Monochromatic Colors of #EC53BD
Black with #EC53BD
Text Example
Text Example
White with #EC53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53BD; }
p { color: rgb(236,83,189); }
H1.HeaderClassName
{
color: #EC53BD;
}
.AnyTagClassName
{
color: #EC53BD;
}
</style>
background-color css
<style>
a { background-color: #EC53BD; }
a { background-color: rgb(236,83,189); }
div.DivClassName
{
background-color: #EC53BD;
}
.BgClassName
{
background-color: #EC53BD;
}
</style>
border-color css
<style>
span { border-color: #EC53BD; }
span { border-color: rgb(236,83,189); }
td.TdClassName
{
border-color: #EC53BD;
}
.TagClassName
{
border-color: #EC53BD;
}
</style>