Shades of Neon Pink #EC77D0
Tints of Neon Pink #EC77D0
RGB
CMYK
RGB Variations
Color information
#EC77D0 (or 0xEC77D0) is known color: Neon Pink. HEX triplet: EC, 77 and D0. RGB value is (236,119,208). Sum of RGB (Red+Green+Blue) = 236+119+208=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77D0 is #13882F. Grayscale: #A3A3A3. Windows color (decimal): -1280048 or 13662188. OLE color: 13662188.
HSL color Cylindrical-coordinate representation of color #EC77D0: hue angle of 314.36º 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 #EC77D0 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 208 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.07 |
| HSL | 314.36º | 0.75% | 0.7% | - |
| HSV(B) | 314.36º | 0.5% | 0.93% | - |
| XYZ | 52.57 | 35.58 | 63.77 | - |
| YUV | 164.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 208 | 0 | 0.50 | 0.12 | 0.07 | 314.36 | 0.75 | 0.7 |
| Hex | EC | 77 | D0 | 0 | 32 | C | 7 | 13A | 4B | 46 |
| Octal | 354 | 167 | 320 | 0 | 62 | 14 | 7 | 472 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11010000 | 0 | 110010 | 1100 | 111 | 100111010 | 1001011 | 1000110 |
Color Harmonies of #EC77D0
Complementary color
Monochromatic Colors of #EC77D0
Black with #EC77D0
Text Example
Text Example
White with #EC77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77D0; }
p { color: rgb(236,119,208); }
H1.HeaderClassName
{
color: #EC77D0;
}
.AnyTagClassName
{
color: #EC77D0;
}
</style>
background-color css
<style>
a { background-color: #EC77D0; }
a { background-color: rgb(236,119,208); }
div.DivClassName
{
background-color: #EC77D0;
}
.BgClassName
{
background-color: #EC77D0;
}
</style>
border-color css
<style>
span { border-color: #EC77D0; }
span { border-color: rgb(236,119,208); }
td.TdClassName
{
border-color: #EC77D0;
}
.TagClassName
{
border-color: #EC77D0;
}
</style>