Shades of Hot Pink #EC70B1
Tints of Hot Pink #EC70B1
RGB
CMYK
RGB Variations
Color information
#EC70B1 (or 0xEC70B1) is known color: Hot Pink. HEX triplet: EC, 70 and B1. RGB value is (236,112,177). Sum of RGB (Red+Green+Blue) = 236+112+177=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70B1 is #138F4E. Grayscale: #9C9C9C. Windows color (decimal): -1281871 or 11628780. OLE color: 11628780.
HSL color Cylindrical-coordinate representation of color #EC70B1: hue angle of 328.55º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70B1 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 177 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.07 |
| HSL | 328.55º | 0.77% | 0.68% | - |
| HSV(B) | 328.55º | 0.53% | 0.93% | - |
| XYZ | 48.32 | 32.6 | 45.34 | - |
| YUV | 156.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 177 | 0 | 0.53 | 0.25 | 0.07 | 328.55 | 0.77 | 0.68 |
| Hex | EC | 70 | B1 | 0 | 35 | 19 | 7 | 149 | 4D | 44 |
| Octal | 354 | 160 | 261 | 0 | 65 | 31 | 7 | 511 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10110001 | 0 | 110101 | 11001 | 111 | 101001001 | 1001101 | 1000100 |
Color Harmonies of #EC70B1
Complementary color
Monochromatic Colors of #EC70B1
Black with #EC70B1
Text Example
Text Example
White with #EC70B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70B1; }
p { color: rgb(236,112,177); }
H1.HeaderClassName
{
color: #EC70B1;
}
.AnyTagClassName
{
color: #EC70B1;
}
</style>
background-color css
<style>
a { background-color: #EC70B1; }
a { background-color: rgb(236,112,177); }
div.DivClassName
{
background-color: #EC70B1;
}
.BgClassName
{
background-color: #EC70B1;
}
</style>
border-color css
<style>
span { border-color: #EC70B1; }
span { border-color: rgb(236,112,177); }
td.TdClassName
{
border-color: #EC70B1;
}
.TagClassName
{
border-color: #EC70B1;
}
</style>