Shades of Hot Pink #EC52BD
Tints of Hot Pink #EC52BD
RGB
CMYK
RGB Variations
Color information
#EC52BD (or 0xEC52BD) is known color: Hot Pink. HEX triplet: EC, 52 and BD. RGB value is (236,82,189). Sum of RGB (Red+Green+Blue) = 236+82+189=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52BD is #13AD42. Grayscale: #8B8B8B. Windows color (decimal): -1289539 or 12407532. OLE color: 12407532.
HSL color Cylindrical-coordinate representation of color #EC52BD: hue angle of 318.31º 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 #EC52BD is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 189 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.07 |
| HSL | 318.31º | 0.8% | 0.62% | - |
| HSV(B) | 318.31º | 0.65% | 0.93% | - |
| XYZ | 46.79 | 27.54 | 50.99 | - |
| YUV | 140.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 189 | 0 | 0.65 | 0.20 | 0.07 | 318.31 | 0.8 | 0.62 |
| Hex | EC | 52 | BD | 0 | 41 | 14 | 7 | 13E | 50 | 3E |
| Octal | 354 | 122 | 275 | 0 | 101 | 24 | 7 | 476 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10111101 | 0 | 1000001 | 10100 | 111 | 100111110 | 1010000 | 111110 |
Color Harmonies of #EC52BD
Complementary color
Monochromatic Colors of #EC52BD
Black with #EC52BD
Text Example
Text Example
White with #EC52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52BD; }
p { color: rgb(236,82,189); }
H1.HeaderClassName
{
color: #EC52BD;
}
.AnyTagClassName
{
color: #EC52BD;
}
</style>
background-color css
<style>
a { background-color: #EC52BD; }
a { background-color: rgb(236,82,189); }
div.DivClassName
{
background-color: #EC52BD;
}
.BgClassName
{
background-color: #EC52BD;
}
</style>
border-color css
<style>
span { border-color: #EC52BD; }
span { border-color: rgb(236,82,189); }
td.TdClassName
{
border-color: #EC52BD;
}
.TagClassName
{
border-color: #EC52BD;
}
</style>