Shades of Neon Pink #EC71CF
Tints of Neon Pink #EC71CF
RGB
CMYK
RGB Variations
Color information
#EC71CF (or 0xEC71CF) is known color: Neon Pink. HEX triplet: EC, 71 and CF. RGB value is (236,113,207). Sum of RGB (Red+Green+Blue) = 236+113+207=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71CF is #138E30. Grayscale: #A0A0A0. Windows color (decimal): -1281585 or 13595116. OLE color: 13595116.
HSL color Cylindrical-coordinate representation of color #EC71CF: hue angle of 314.15º 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 #EC71CF is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 207 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.07 |
| HSL | 314.15º | 0.76% | 0.68% | - |
| HSV(B) | 314.15º | 0.52% | 0.93% | - |
| XYZ | 51.76 | 34.15 | 62.89 | - |
| YUV | 160.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 207 | 0 | 0.52 | 0.12 | 0.07 | 314.15 | 0.76 | 0.68 |
| Hex | EC | 71 | CF | 0 | 34 | C | 7 | 13A | 4C | 44 |
| Octal | 354 | 161 | 317 | 0 | 64 | 14 | 7 | 472 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11001111 | 0 | 110100 | 1100 | 111 | 100111010 | 1001100 | 1000100 |
Color Harmonies of #EC71CF
Complementary color
Monochromatic Colors of #EC71CF
Black with #EC71CF
Text Example
Text Example
White with #EC71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71CF; }
p { color: rgb(236,113,207); }
H1.HeaderClassName
{
color: #EC71CF;
}
.AnyTagClassName
{
color: #EC71CF;
}
</style>
background-color css
<style>
a { background-color: #EC71CF; }
a { background-color: rgb(236,113,207); }
div.DivClassName
{
background-color: #EC71CF;
}
.BgClassName
{
background-color: #EC71CF;
}
</style>
border-color css
<style>
span { border-color: #EC71CF; }
span { border-color: rgb(236,113,207); }
td.TdClassName
{
border-color: #EC71CF;
}
.TagClassName
{
border-color: #EC71CF;
}
</style>