Shades of Neon Pink #EC5BBF
Tints of Neon Pink #EC5BBF
RGB
CMYK
RGB Variations
Color information
#EC5BBF (or 0xEC5BBF) is known color: Neon Pink. HEX triplet: EC, 5B and BF. RGB value is (236,91,191). Sum of RGB (Red+Green+Blue) = 236+91+191=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BBF is #13A440. Grayscale: #919191. Windows color (decimal): -1287233 or 12540908. OLE color: 12540908.
HSL color Cylindrical-coordinate representation of color #EC5BBF: hue angle of 318.62º 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 #EC5BBF is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 191 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.07 |
| HSL | 318.62º | 0.79% | 0.64% | - |
| HSV(B) | 318.62º | 0.61% | 0.93% | - |
| XYZ | 47.74 | 29.08 | 52.39 | - |
| YUV | 145.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 191 | 0 | 0.61 | 0.19 | 0.07 | 318.62 | 0.79 | 0.64 |
| Hex | EC | 5B | BF | 0 | 3D | 13 | 7 | 13F | 4F | 40 |
| Octal | 354 | 133 | 277 | 0 | 75 | 23 | 7 | 477 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10111111 | 0 | 111101 | 10011 | 111 | 100111111 | 1001111 | 1000000 |
Color Harmonies of #EC5BBF
Complementary color
Monochromatic Colors of #EC5BBF
Black with #EC5BBF
Text Example
Text Example
White with #EC5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BBF; }
p { color: rgb(236,91,191); }
H1.HeaderClassName
{
color: #EC5BBF;
}
.AnyTagClassName
{
color: #EC5BBF;
}
</style>
background-color css
<style>
a { background-color: #EC5BBF; }
a { background-color: rgb(236,91,191); }
div.DivClassName
{
background-color: #EC5BBF;
}
.BgClassName
{
background-color: #EC5BBF;
}
</style>
border-color css
<style>
span { border-color: #EC5BBF; }
span { border-color: rgb(236,91,191); }
td.TdClassName
{
border-color: #EC5BBF;
}
.TagClassName
{
border-color: #EC5BBF;
}
</style>