Shades of Neon Pink #EC5DBF
Tints of Neon Pink #EC5DBF
RGB
CMYK
RGB Variations
Color information
#EC5DBF (or 0xEC5DBF) is known color: Neon Pink. HEX triplet: EC, 5D and BF. RGB value is (236,93,191). Sum of RGB (Red+Green+Blue) = 236+93+191=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DBF is #13A240. Grayscale: #929292. Windows color (decimal): -1286721 or 12541420. OLE color: 12541420.
HSL color Cylindrical-coordinate representation of color #EC5DBF: hue angle of 318.88º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DBF is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 191 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.07 |
| HSL | 318.88º | 0.79% | 0.65% | - |
| HSV(B) | 318.88º | 0.61% | 0.93% | - |
| XYZ | 47.91 | 29.42 | 52.44 | - |
| YUV | 146.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 191 | 0 | 0.61 | 0.19 | 0.07 | 318.88 | 0.79 | 0.65 |
| Hex | EC | 5D | BF | 0 | 3D | 13 | 7 | 13F | 4F | 41 |
| Octal | 354 | 135 | 277 | 0 | 75 | 23 | 7 | 477 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10111111 | 0 | 111101 | 10011 | 111 | 100111111 | 1001111 | 1000001 |
Color Harmonies of #EC5DBF
Complementary color
Monochromatic Colors of #EC5DBF
Black with #EC5DBF
Text Example
Text Example
White with #EC5DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DBF; }
p { color: rgb(236,93,191); }
H1.HeaderClassName
{
color: #EC5DBF;
}
.AnyTagClassName
{
color: #EC5DBF;
}
</style>
background-color css
<style>
a { background-color: #EC5DBF; }
a { background-color: rgb(236,93,191); }
div.DivClassName
{
background-color: #EC5DBF;
}
.BgClassName
{
background-color: #EC5DBF;
}
</style>
border-color css
<style>
span { border-color: #EC5DBF; }
span { border-color: rgb(236,93,191); }
td.TdClassName
{
border-color: #EC5DBF;
}
.TagClassName
{
border-color: #EC5DBF;
}
</style>