Shades of Hot Pink #EC71B1
Tints of Hot Pink #EC71B1
RGB
CMYK
RGB Variations
Color information
#EC71B1 (or 0xEC71B1) is known color: Hot Pink. HEX triplet: EC, 71 and B1. RGB value is (236,113,177). Sum of RGB (Red+Green+Blue) = 236+113+177=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71B1 is #138E4E. Grayscale: #9C9C9C. Windows color (decimal): -1281615 or 11629036. OLE color: 11629036.
HSL color Cylindrical-coordinate representation of color #EC71B1: hue angle of 328.78º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71B1 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 177 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.07 |
| HSL | 328.78º | 0.76% | 0.68% | - |
| HSV(B) | 328.78º | 0.52% | 0.93% | - |
| XYZ | 48.43 | 32.82 | 45.38 | - |
| YUV | 157.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 177 | 0 | 0.52 | 0.25 | 0.07 | 328.78 | 0.76 | 0.68 |
| Hex | EC | 71 | B1 | 0 | 34 | 19 | 7 | 149 | 4C | 44 |
| Octal | 354 | 161 | 261 | 0 | 64 | 31 | 7 | 511 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10110001 | 0 | 110100 | 11001 | 111 | 101001001 | 1001100 | 1000100 |
Color Harmonies of #EC71B1
Complementary color
Monochromatic Colors of #EC71B1
Black with #EC71B1
Text Example
Text Example
White with #EC71B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71B1; }
p { color: rgb(236,113,177); }
H1.HeaderClassName
{
color: #EC71B1;
}
.AnyTagClassName
{
color: #EC71B1;
}
</style>
background-color css
<style>
a { background-color: #EC71B1; }
a { background-color: rgb(236,113,177); }
div.DivClassName
{
background-color: #EC71B1;
}
.BgClassName
{
background-color: #EC71B1;
}
</style>
border-color css
<style>
span { border-color: #EC71B1; }
span { border-color: rgb(236,113,177); }
td.TdClassName
{
border-color: #EC71B1;
}
.TagClassName
{
border-color: #EC71B1;
}
</style>