Shades of Neon Pink #EC73C8
Tints of Neon Pink #EC73C8
RGB
CMYK
RGB Variations
Color information
#EC73C8 (or 0xEC73C8) is known color: Neon Pink. HEX triplet: EC, 73 and C8. RGB value is (236,115,200). Sum of RGB (Red+Green+Blue) = 236+115+200=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73C8 is #138C37. Grayscale: #A0A0A0. Windows color (decimal): -1281080 or 13136876. OLE color: 13136876.
HSL color Cylindrical-coordinate representation of color #EC73C8: hue angle of 317.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73C8 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 200 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.07 |
| HSL | 317.85º | 0.76% | 0.69% | - |
| HSV(B) | 317.85º | 0.51% | 0.93% | - |
| XYZ | 51.15 | 34.26 | 58.56 | - |
| YUV | 160.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 200 | 0 | 0.51 | 0.15 | 0.07 | 317.85 | 0.76 | 0.69 |
| Hex | EC | 73 | C8 | 0 | 33 | F | 7 | 13E | 4C | 45 |
| Octal | 354 | 163 | 310 | 0 | 63 | 17 | 7 | 476 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11001000 | 0 | 110011 | 1111 | 111 | 100111110 | 1001100 | 1000101 |
Color Harmonies of #EC73C8
Complementary color
Monochromatic Colors of #EC73C8
Black with #EC73C8
Text Example
Text Example
White with #EC73C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73C8; }
p { color: rgb(236,115,200); }
H1.HeaderClassName
{
color: #EC73C8;
}
.AnyTagClassName
{
color: #EC73C8;
}
</style>
background-color css
<style>
a { background-color: #EC73C8; }
a { background-color: rgb(236,115,200); }
div.DivClassName
{
background-color: #EC73C8;
}
.BgClassName
{
background-color: #EC73C8;
}
</style>
border-color css
<style>
span { border-color: #EC73C8; }
span { border-color: rgb(236,115,200); }
td.TdClassName
{
border-color: #EC73C8;
}
.TagClassName
{
border-color: #EC73C8;
}
</style>