Shades of Neon Pink #EC64C3
Tints of Neon Pink #EC64C3
RGB
CMYK
RGB Variations
Color information
#EC64C3 (or 0xEC64C3) is known color: Neon Pink. HEX triplet: EC, 64 and C3. RGB value is (236,100,195). Sum of RGB (Red+Green+Blue) = 236+100+195=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64C3 is #139B3C. Grayscale: #979797. Windows color (decimal): -1284925 or 12805356. OLE color: 12805356.
HSL color Cylindrical-coordinate representation of color #EC64C3: hue angle of 318.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64C3 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 195 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.07 |
| HSL | 318.09º | 0.78% | 0.66% | - |
| HSV(B) | 318.09º | 0.58% | 0.93% | - |
| XYZ | 49 | 30.89 | 55.01 | - |
| YUV | 151.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 195 | 0 | 0.58 | 0.17 | 0.07 | 318.09 | 0.78 | 0.66 |
| Hex | EC | 64 | C3 | 0 | 3A | 11 | 7 | 13E | 4E | 42 |
| Octal | 354 | 144 | 303 | 0 | 72 | 21 | 7 | 476 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11000011 | 0 | 111010 | 10001 | 111 | 100111110 | 1001110 | 1000010 |
Color Harmonies of #EC64C3
Complementary color
Monochromatic Colors of #EC64C3
Black with #EC64C3
Text Example
Text Example
White with #EC64C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64C3; }
p { color: rgb(236,100,195); }
H1.HeaderClassName
{
color: #EC64C3;
}
.AnyTagClassName
{
color: #EC64C3;
}
</style>
background-color css
<style>
a { background-color: #EC64C3; }
a { background-color: rgb(236,100,195); }
div.DivClassName
{
background-color: #EC64C3;
}
.BgClassName
{
background-color: #EC64C3;
}
</style>
border-color css
<style>
span { border-color: #EC64C3; }
span { border-color: rgb(236,100,195); }
td.TdClassName
{
border-color: #EC64C3;
}
.TagClassName
{
border-color: #EC64C3;
}
</style>