Shades of Neon Pink #EC74CC
Tints of Neon Pink #EC74CC
RGB
CMYK
RGB Variations
Color information
#EC74CC (or 0xEC74CC) is known color: Neon Pink. HEX triplet: EC, 74 and CC. RGB value is (236,116,204). Sum of RGB (Red+Green+Blue) = 236+116+204=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74CC is #138B33. Grayscale: #A1A1A1. Windows color (decimal): -1280820 or 13399276. OLE color: 13399276.
HSL color Cylindrical-coordinate representation of color #EC74CC: hue angle of 316º 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 #EC74CC is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 204 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.07 |
| HSL | 316º | 0.76% | 0.69% | - |
| HSV(B) | 316º | 0.51% | 0.93% | - |
| XYZ | 51.74 | 34.68 | 61.09 | - |
| YUV | 161.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 204 | 0 | 0.51 | 0.14 | 0.07 | 316 | 0.76 | 0.69 |
| Hex | EC | 74 | CC | 0 | 33 | E | 7 | 13C | 4C | 45 |
| Octal | 354 | 164 | 314 | 0 | 63 | 16 | 7 | 474 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11001100 | 0 | 110011 | 1110 | 111 | 100111100 | 1001100 | 1000101 |
Color Harmonies of #EC74CC
Complementary color
Monochromatic Colors of #EC74CC
Black with #EC74CC
Text Example
Text Example
White with #EC74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74CC; }
p { color: rgb(236,116,204); }
H1.HeaderClassName
{
color: #EC74CC;
}
.AnyTagClassName
{
color: #EC74CC;
}
</style>
background-color css
<style>
a { background-color: #EC74CC; }
a { background-color: rgb(236,116,204); }
div.DivClassName
{
background-color: #EC74CC;
}
.BgClassName
{
background-color: #EC74CC;
}
</style>
border-color css
<style>
span { border-color: #EC74CC; }
span { border-color: rgb(236,116,204); }
td.TdClassName
{
border-color: #EC74CC;
}
.TagClassName
{
border-color: #EC74CC;
}
</style>