Shades of Neon Pink #EC6DBE
Tints of Neon Pink #EC6DBE
RGB
CMYK
RGB Variations
Color information
#EC6DBE (or 0xEC6DBE) is known color: Neon Pink. HEX triplet: EC, 6D and BE. RGB value is (236,109,190). Sum of RGB (Red+Green+Blue) = 236+109+190=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DBE is #139241. Grayscale: #9C9C9C. Windows color (decimal): -1282626 or 12479980. OLE color: 12479980.
HSL color Cylindrical-coordinate representation of color #EC6DBE: hue angle of 321.73º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6DBE is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 190 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.07 |
| HSL | 321.73º | 0.77% | 0.68% | - |
| HSV(B) | 321.73º | 0.54% | 0.93% | - |
| XYZ | 49.35 | 32.49 | 52.38 | - |
| YUV | 156.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 190 | 0 | 0.54 | 0.19 | 0.07 | 321.73 | 0.77 | 0.68 |
| Hex | EC | 6D | BE | 0 | 36 | 13 | 7 | 142 | 4D | 44 |
| Octal | 354 | 155 | 276 | 0 | 66 | 23 | 7 | 502 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10111110 | 0 | 110110 | 10011 | 111 | 101000010 | 1001101 | 1000100 |
Color Harmonies of #EC6DBE
Complementary color
Monochromatic Colors of #EC6DBE
Black with #EC6DBE
Text Example
Text Example
White with #EC6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DBE; }
p { color: rgb(236,109,190); }
H1.HeaderClassName
{
color: #EC6DBE;
}
.AnyTagClassName
{
color: #EC6DBE;
}
</style>
background-color css
<style>
a { background-color: #EC6DBE; }
a { background-color: rgb(236,109,190); }
div.DivClassName
{
background-color: #EC6DBE;
}
.BgClassName
{
background-color: #EC6DBE;
}
</style>
border-color css
<style>
span { border-color: #EC6DBE; }
span { border-color: rgb(236,109,190); }
td.TdClassName
{
border-color: #EC6DBE;
}
.TagClassName
{
border-color: #EC6DBE;
}
</style>