Shades of Neon Pink #EC77CD
Tints of Neon Pink #EC77CD
RGB
CMYK
RGB Variations
Color information
#EC77CD (or 0xEC77CD) is known color: Neon Pink. HEX triplet: EC, 77 and CD. RGB value is (236,119,205). Sum of RGB (Red+Green+Blue) = 236+119+205=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77CD is #138832. Grayscale: #A3A3A3. Windows color (decimal): -1280051 or 13465580. OLE color: 13465580.
HSL color Cylindrical-coordinate representation of color #EC77CD: hue angle of 315.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77CD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 205 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.07 |
| HSL | 315.9º | 0.75% | 0.7% | - |
| HSV(B) | 315.9º | 0.5% | 0.93% | - |
| XYZ | 52.21 | 35.43 | 61.85 | - |
| YUV | 163.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 205 | 0 | 0.50 | 0.13 | 0.07 | 315.9 | 0.75 | 0.7 |
| Hex | EC | 77 | CD | 0 | 32 | D | 7 | 13C | 4B | 46 |
| Octal | 354 | 167 | 315 | 0 | 62 | 15 | 7 | 474 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11001101 | 0 | 110010 | 1101 | 111 | 100111100 | 1001011 | 1000110 |
Color Harmonies of #EC77CD
Complementary color
Monochromatic Colors of #EC77CD
Black with #EC77CD
Text Example
Text Example
White with #EC77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77CD; }
p { color: rgb(236,119,205); }
H1.HeaderClassName
{
color: #EC77CD;
}
.AnyTagClassName
{
color: #EC77CD;
}
</style>
background-color css
<style>
a { background-color: #EC77CD; }
a { background-color: rgb(236,119,205); }
div.DivClassName
{
background-color: #EC77CD;
}
.BgClassName
{
background-color: #EC77CD;
}
</style>
border-color css
<style>
span { border-color: #EC77CD; }
span { border-color: rgb(236,119,205); }
td.TdClassName
{
border-color: #EC77CD;
}
.TagClassName
{
border-color: #EC77CD;
}
</style>