Shades of Neon Pink #EC57BE
Tints of Neon Pink #EC57BE
RGB
CMYK
RGB Variations
Color information
#EC57BE (or 0xEC57BE) is known color: Neon Pink. HEX triplet: EC, 57 and BE. RGB value is (236,87,190). Sum of RGB (Red+Green+Blue) = 236+87+190=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57BE is #13A841. Grayscale: #8F8F8F. Windows color (decimal): -1288258 or 12474348. OLE color: 12474348.
HSL color Cylindrical-coordinate representation of color #EC57BE: hue angle of 318.52º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC57BE is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 190 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.07 |
| HSL | 318.52º | 0.8% | 0.63% | - |
| HSV(B) | 318.52º | 0.63% | 0.93% | - |
| XYZ | 47.29 | 28.37 | 51.7 | - |
| YUV | 143.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 190 | 0 | 0.63 | 0.19 | 0.07 | 318.52 | 0.8 | 0.63 |
| Hex | EC | 57 | BE | 0 | 3F | 13 | 7 | 13F | 50 | 3F |
| Octal | 354 | 127 | 276 | 0 | 77 | 23 | 7 | 477 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10111110 | 0 | 111111 | 10011 | 111 | 100111111 | 1010000 | 111111 |
Color Harmonies of #EC57BE
Complementary color
Monochromatic Colors of #EC57BE
Black with #EC57BE
Text Example
Text Example
White with #EC57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57BE; }
p { color: rgb(236,87,190); }
H1.HeaderClassName
{
color: #EC57BE;
}
.AnyTagClassName
{
color: #EC57BE;
}
</style>
background-color css
<style>
a { background-color: #EC57BE; }
a { background-color: rgb(236,87,190); }
div.DivClassName
{
background-color: #EC57BE;
}
.BgClassName
{
background-color: #EC57BE;
}
</style>
border-color css
<style>
span { border-color: #EC57BE; }
span { border-color: rgb(236,87,190); }
td.TdClassName
{
border-color: #EC57BE;
}
.TagClassName
{
border-color: #EC57BE;
}
</style>