Shades of Neon Pink #EC74CE
Tints of Neon Pink #EC74CE
RGB
CMYK
RGB Variations
Color information
#EC74CE (or 0xEC74CE) is known color: Neon Pink. HEX triplet: EC, 74 and CE. RGB value is (236,116,206). Sum of RGB (Red+Green+Blue) = 236+116+206=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74CE is #138B31. Grayscale: #A1A1A1. Windows color (decimal): -1280818 or 13530348. OLE color: 13530348.
HSL color Cylindrical-coordinate representation of color #EC74CE: hue angle of 315º 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 #EC74CE is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 206 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.07 |
| HSL | 315º | 0.76% | 0.69% | - |
| HSV(B) | 315º | 0.51% | 0.93% | - |
| XYZ | 51.98 | 34.78 | 62.37 | - |
| YUV | 162.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 206 | 0 | 0.51 | 0.13 | 0.07 | 315 | 0.76 | 0.69 |
| Hex | EC | 74 | CE | 0 | 33 | D | 7 | 13B | 4C | 45 |
| Octal | 354 | 164 | 316 | 0 | 63 | 15 | 7 | 473 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11001110 | 0 | 110011 | 1101 | 111 | 100111011 | 1001100 | 1000101 |
Color Harmonies of #EC74CE
Complementary color
Monochromatic Colors of #EC74CE
Black with #EC74CE
Text Example
Text Example
White with #EC74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74CE; }
p { color: rgb(236,116,206); }
H1.HeaderClassName
{
color: #EC74CE;
}
.AnyTagClassName
{
color: #EC74CE;
}
</style>
background-color css
<style>
a { background-color: #EC74CE; }
a { background-color: rgb(236,116,206); }
div.DivClassName
{
background-color: #EC74CE;
}
.BgClassName
{
background-color: #EC74CE;
}
</style>
border-color css
<style>
span { border-color: #EC74CE; }
span { border-color: rgb(236,116,206); }
td.TdClassName
{
border-color: #EC74CE;
}
.TagClassName
{
border-color: #EC74CE;
}
</style>