Shades of Neon Pink #EC76CA
Tints of Neon Pink #EC76CA
RGB
CMYK
RGB Variations
Color information
#EC76CA (or 0xEC76CA) is known color: Neon Pink. HEX triplet: EC, 76 and CA. RGB value is (236,118,202). Sum of RGB (Red+Green+Blue) = 236+118+202=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76CA is #138935. Grayscale: #A2A2A2. Windows color (decimal): -1280310 or 13268716. OLE color: 13268716.
HSL color Cylindrical-coordinate representation of color #EC76CA: hue angle of 317.29º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76CA is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 202 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.07 |
| HSL | 317.29º | 0.76% | 0.69% | - |
| HSV(B) | 317.29º | 0.5% | 0.93% | - |
| XYZ | 51.73 | 35.05 | 59.92 | - |
| YUV | 162.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 202 | 0 | 0.5 | 0.14 | 0.07 | 317.29 | 0.76 | 0.69 |
| Hex | EC | 76 | CA | 0 | 32 | E | 7 | 13D | 4C | 45 |
| Octal | 354 | 166 | 312 | 0 | 62 | 16 | 7 | 475 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11001010 | 0 | 110010 | 1110 | 111 | 100111101 | 1001100 | 1000101 |
Color Harmonies of #EC76CA
Complementary color
Monochromatic Colors of #EC76CA
Black with #EC76CA
Text Example
Text Example
White with #EC76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76CA; }
p { color: rgb(236,118,202); }
H1.HeaderClassName
{
color: #EC76CA;
}
.AnyTagClassName
{
color: #EC76CA;
}
</style>
background-color css
<style>
a { background-color: #EC76CA; }
a { background-color: rgb(236,118,202); }
div.DivClassName
{
background-color: #EC76CA;
}
.BgClassName
{
background-color: #EC76CA;
}
</style>
border-color css
<style>
span { border-color: #EC76CA; }
span { border-color: rgb(236,118,202); }
td.TdClassName
{
border-color: #EC76CA;
}
.TagClassName
{
border-color: #EC76CA;
}
</style>