Shades of Neon Pink #EC5CC1
Tints of Neon Pink #EC5CC1
RGB
CMYK
RGB Variations
Color information
#EC5CC1 (or 0xEC5CC1) is known color: Neon Pink. HEX triplet: EC, 5C and C1. RGB value is (236,92,193). Sum of RGB (Red+Green+Blue) = 236+92+193=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CC1 is #13A33E. Grayscale: #929292. Windows color (decimal): -1286975 or 12672236. OLE color: 12672236.
HSL color Cylindrical-coordinate representation of color #EC5CC1: hue angle of 317.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CC1 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 193 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.07 |
| HSL | 317.92º | 0.79% | 0.64% | - |
| HSV(B) | 317.92º | 0.61% | 0.93% | - |
| XYZ | 48.04 | 29.34 | 53.58 | - |
| YUV | 146.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 193 | 0 | 0.61 | 0.18 | 0.07 | 317.92 | 0.79 | 0.64 |
| Hex | EC | 5C | C1 | 0 | 3D | 12 | 7 | 13E | 4F | 40 |
| Octal | 354 | 134 | 301 | 0 | 75 | 22 | 7 | 476 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11000001 | 0 | 111101 | 10010 | 111 | 100111110 | 1001111 | 1000000 |
Color Harmonies of #EC5CC1
Complementary color
Monochromatic Colors of #EC5CC1
Black with #EC5CC1
Text Example
Text Example
White with #EC5CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CC1; }
p { color: rgb(236,92,193); }
H1.HeaderClassName
{
color: #EC5CC1;
}
.AnyTagClassName
{
color: #EC5CC1;
}
</style>
background-color css
<style>
a { background-color: #EC5CC1; }
a { background-color: rgb(236,92,193); }
div.DivClassName
{
background-color: #EC5CC1;
}
.BgClassName
{
background-color: #EC5CC1;
}
</style>
border-color css
<style>
span { border-color: #EC5CC1; }
span { border-color: rgb(236,92,193); }
td.TdClassName
{
border-color: #EC5CC1;
}
.TagClassName
{
border-color: #EC5CC1;
}
</style>