Shades of Neon Pink #EC76CB
Tints of Neon Pink #EC76CB
RGB
CMYK
RGB Variations
Color information
#EC76CB (or 0xEC76CB) is known color: Neon Pink. HEX triplet: EC, 76 and CB. RGB value is (236,118,203). Sum of RGB (Red+Green+Blue) = 236+118+203=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76CB is #138934. Grayscale: #A2A2A2. Windows color (decimal): -1280309 or 13334252. OLE color: 13334252.
HSL color Cylindrical-coordinate representation of color #EC76CB: hue angle of 316.78º 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 #EC76CB is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 203 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.07 |
| HSL | 316.78º | 0.76% | 0.69% | - |
| HSV(B) | 316.78º | 0.5% | 0.93% | - |
| XYZ | 51.85 | 35.1 | 60.54 | - |
| YUV | 162.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 203 | 0 | 0.5 | 0.14 | 0.07 | 316.78 | 0.76 | 0.69 |
| Hex | EC | 76 | CB | 0 | 32 | E | 7 | 13D | 4C | 45 |
| Octal | 354 | 166 | 313 | 0 | 62 | 16 | 7 | 475 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11001011 | 0 | 110010 | 1110 | 111 | 100111101 | 1001100 | 1000101 |
Color Harmonies of #EC76CB
Complementary color
Monochromatic Colors of #EC76CB
Black with #EC76CB
Text Example
Text Example
White with #EC76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76CB; }
p { color: rgb(236,118,203); }
H1.HeaderClassName
{
color: #EC76CB;
}
.AnyTagClassName
{
color: #EC76CB;
}
</style>
background-color css
<style>
a { background-color: #EC76CB; }
a { background-color: rgb(236,118,203); }
div.DivClassName
{
background-color: #EC76CB;
}
.BgClassName
{
background-color: #EC76CB;
}
</style>
border-color css
<style>
span { border-color: #EC76CB; }
span { border-color: rgb(236,118,203); }
td.TdClassName
{
border-color: #EC76CB;
}
.TagClassName
{
border-color: #EC76CB;
}
</style>