Shades of Neon Pink #EC5ABE
Tints of Neon Pink #EC5ABE
RGB
CMYK
RGB Variations
Color information
#EC5ABE (or 0xEC5ABE) is known color: Neon Pink. HEX triplet: EC, 5A and BE. RGB value is (236,90,190). Sum of RGB (Red+Green+Blue) = 236+90+190=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ABE is #13A541. Grayscale: #909090. Windows color (decimal): -1287490 or 12475116. OLE color: 12475116.
HSL color Cylindrical-coordinate representation of color #EC5ABE: hue angle of 318.9º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5ABE is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 190 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.07 |
| HSL | 318.9º | 0.79% | 0.64% | - |
| HSV(B) | 318.9º | 0.62% | 0.93% | - |
| XYZ | 47.54 | 28.86 | 51.78 | - |
| YUV | 145.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 190 | 0 | 0.62 | 0.19 | 0.07 | 318.9 | 0.79 | 0.64 |
| Hex | EC | 5A | BE | 0 | 3E | 13 | 7 | 13F | 4F | 40 |
| Octal | 354 | 132 | 276 | 0 | 76 | 23 | 7 | 477 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10111110 | 0 | 111110 | 10011 | 111 | 100111111 | 1001111 | 1000000 |
Color Harmonies of #EC5ABE
Complementary color
Monochromatic Colors of #EC5ABE
Black with #EC5ABE
Text Example
Text Example
White with #EC5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ABE; }
p { color: rgb(236,90,190); }
H1.HeaderClassName
{
color: #EC5ABE;
}
.AnyTagClassName
{
color: #EC5ABE;
}
</style>
background-color css
<style>
a { background-color: #EC5ABE; }
a { background-color: rgb(236,90,190); }
div.DivClassName
{
background-color: #EC5ABE;
}
.BgClassName
{
background-color: #EC5ABE;
}
</style>
border-color css
<style>
span { border-color: #EC5ABE; }
span { border-color: rgb(236,90,190); }
td.TdClassName
{
border-color: #EC5ABE;
}
.TagClassName
{
border-color: #EC5ABE;
}
</style>