Shades of Neon Pink #EC73CE
Tints of Neon Pink #EC73CE
RGB
CMYK
RGB Variations
Color information
#EC73CE (or 0xEC73CE) is known color: Neon Pink. HEX triplet: EC, 73 and CE. RGB value is (236,115,206). Sum of RGB (Red+Green+Blue) = 236+115+206=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73CE is #138C31. Grayscale: #A1A1A1. Windows color (decimal): -1281074 or 13530092. OLE color: 13530092.
HSL color Cylindrical-coordinate representation of color #EC73CE: hue angle of 314.88º 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 #EC73CE is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 206 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.07 |
| HSL | 314.88º | 0.76% | 0.69% | - |
| HSV(B) | 314.88º | 0.51% | 0.93% | - |
| XYZ | 51.86 | 34.55 | 62.33 | - |
| YUV | 161.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 206 | 0 | 0.51 | 0.13 | 0.07 | 314.88 | 0.76 | 0.69 |
| Hex | EC | 73 | CE | 0 | 33 | D | 7 | 13B | 4C | 45 |
| Octal | 354 | 163 | 316 | 0 | 63 | 15 | 7 | 473 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11001110 | 0 | 110011 | 1101 | 111 | 100111011 | 1001100 | 1000101 |
Color Harmonies of #EC73CE
Complementary color
Monochromatic Colors of #EC73CE
Black with #EC73CE
Text Example
Text Example
White with #EC73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73CE; }
p { color: rgb(236,115,206); }
H1.HeaderClassName
{
color: #EC73CE;
}
.AnyTagClassName
{
color: #EC73CE;
}
</style>
background-color css
<style>
a { background-color: #EC73CE; }
a { background-color: rgb(236,115,206); }
div.DivClassName
{
background-color: #EC73CE;
}
.BgClassName
{
background-color: #EC73CE;
}
</style>
border-color css
<style>
span { border-color: #EC73CE; }
span { border-color: rgb(236,115,206); }
td.TdClassName
{
border-color: #EC73CE;
}
.TagClassName
{
border-color: #EC73CE;
}
</style>