Shades of Neon Pink #EC5BBE
Tints of Neon Pink #EC5BBE
RGB
CMYK
RGB Variations
Color information
#EC5BBE (or 0xEC5BBE) is known color: Neon Pink. HEX triplet: EC, 5B and BE. RGB value is (236,91,190). Sum of RGB (Red+Green+Blue) = 236+91+190=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BBE is #13A441. Grayscale: #919191. Windows color (decimal): -1287234 or 12475372. OLE color: 12475372.
HSL color Cylindrical-coordinate representation of color #EC5BBE: hue angle of 319.03º 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 #EC5BBE is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 190 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.07 |
| HSL | 319.03º | 0.79% | 0.64% | - |
| HSV(B) | 319.03º | 0.61% | 0.93% | - |
| XYZ | 47.63 | 29.03 | 51.81 | - |
| YUV | 145.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 190 | 0 | 0.61 | 0.19 | 0.07 | 319.03 | 0.79 | 0.64 |
| Hex | EC | 5B | BE | 0 | 3D | 13 | 7 | 13F | 4F | 40 |
| Octal | 354 | 133 | 276 | 0 | 75 | 23 | 7 | 477 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10111110 | 0 | 111101 | 10011 | 111 | 100111111 | 1001111 | 1000000 |
Color Harmonies of #EC5BBE
Complementary color
Monochromatic Colors of #EC5BBE
Black with #EC5BBE
Text Example
Text Example
White with #EC5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BBE; }
p { color: rgb(236,91,190); }
H1.HeaderClassName
{
color: #EC5BBE;
}
.AnyTagClassName
{
color: #EC5BBE;
}
</style>
background-color css
<style>
a { background-color: #EC5BBE; }
a { background-color: rgb(236,91,190); }
div.DivClassName
{
background-color: #EC5BBE;
}
.BgClassName
{
background-color: #EC5BBE;
}
</style>
border-color css
<style>
span { border-color: #EC5BBE; }
span { border-color: rgb(236,91,190); }
td.TdClassName
{
border-color: #EC5BBE;
}
.TagClassName
{
border-color: #EC5BBE;
}
</style>