Shades of Neon Pink #EC7AD0
Tints of Neon Pink #EC7AD0
RGB
CMYK
RGB Variations
Color information
#EC7AD0 (or 0xEC7AD0) is known color: Neon Pink. HEX triplet: EC, 7A and D0. RGB value is (236,122,208). Sum of RGB (Red+Green+Blue) = 236+122+208=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AD0 is #13852F. Grayscale: #A5A5A5. Windows color (decimal): -1279280 or 13662956. OLE color: 13662956.
HSL color Cylindrical-coordinate representation of color #EC7AD0: hue angle of 314.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AD0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 208 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.07 |
| HSL | 314.74º | 0.75% | 0.7% | - |
| HSV(B) | 314.74º | 0.48% | 0.93% | - |
| XYZ | 52.94 | 36.31 | 63.89 | - |
| YUV | 165.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 208 | 0 | 0.48 | 0.12 | 0.07 | 314.74 | 0.75 | 0.7 |
| Hex | EC | 7A | D0 | 0 | 30 | C | 7 | 13B | 4B | 46 |
| Octal | 354 | 172 | 320 | 0 | 60 | 14 | 7 | 473 | 113 | 106 |
| Binary | 11101100 | 1111010 | 11010000 | 0 | 110000 | 1100 | 111 | 100111011 | 1001011 | 1000110 |
Color Harmonies of #EC7AD0
Complementary color
Monochromatic Colors of #EC7AD0
Black with #EC7AD0
Text Example
Text Example
White with #EC7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AD0; }
p { color: rgb(236,122,208); }
H1.HeaderClassName
{
color: #EC7AD0;
}
.AnyTagClassName
{
color: #EC7AD0;
}
</style>
background-color css
<style>
a { background-color: #EC7AD0; }
a { background-color: rgb(236,122,208); }
div.DivClassName
{
background-color: #EC7AD0;
}
.BgClassName
{
background-color: #EC7AD0;
}
</style>
border-color css
<style>
span { border-color: #EC7AD0; }
span { border-color: rgb(236,122,208); }
td.TdClassName
{
border-color: #EC7AD0;
}
.TagClassName
{
border-color: #EC7AD0;
}
</style>