Shades of Neon Pink #EC5CBE
Tints of Neon Pink #EC5CBE
RGB
CMYK
RGB Variations
Color information
#EC5CBE (or 0xEC5CBE) is known color: Neon Pink. HEX triplet: EC, 5C and BE. RGB value is (236,92,190). Sum of RGB (Red+Green+Blue) = 236+92+190=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CBE is #13A341. Grayscale: #919191. Windows color (decimal): -1286978 or 12475628. OLE color: 12475628.
HSL color Cylindrical-coordinate representation of color #EC5CBE: hue angle of 319.17º 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 #EC5CBE is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 190 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.07 |
| HSL | 319.17º | 0.79% | 0.64% | - |
| HSV(B) | 319.17º | 0.61% | 0.93% | - |
| XYZ | 47.71 | 29.2 | 51.84 | - |
| YUV | 146.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 190 | 0 | 0.61 | 0.19 | 0.07 | 319.17 | 0.79 | 0.64 |
| Hex | EC | 5C | BE | 0 | 3D | 13 | 7 | 13F | 4F | 40 |
| Octal | 354 | 134 | 276 | 0 | 75 | 23 | 7 | 477 | 117 | 100 |
| Binary | 11101100 | 1011100 | 10111110 | 0 | 111101 | 10011 | 111 | 100111111 | 1001111 | 1000000 |
Color Harmonies of #EC5CBE
Complementary color
Monochromatic Colors of #EC5CBE
Black with #EC5CBE
Text Example
Text Example
White with #EC5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CBE; }
p { color: rgb(236,92,190); }
H1.HeaderClassName
{
color: #EC5CBE;
}
.AnyTagClassName
{
color: #EC5CBE;
}
</style>
background-color css
<style>
a { background-color: #EC5CBE; }
a { background-color: rgb(236,92,190); }
div.DivClassName
{
background-color: #EC5CBE;
}
.BgClassName
{
background-color: #EC5CBE;
}
</style>
border-color css
<style>
span { border-color: #EC5CBE; }
span { border-color: rgb(236,92,190); }
td.TdClassName
{
border-color: #EC5CBE;
}
.TagClassName
{
border-color: #EC5CBE;
}
</style>