Shades of Neon Pink #EC6CBF
Tints of Neon Pink #EC6CBF
RGB
CMYK
RGB Variations
Color information
#EC6CBF (or 0xEC6CBF) is known color: Neon Pink. HEX triplet: EC, 6C and BF. RGB value is (236,108,191). Sum of RGB (Red+Green+Blue) = 236+108+191=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CBF is #139340. Grayscale: #9B9B9B. Windows color (decimal): -1282881 or 12545260. OLE color: 12545260.
HSL color Cylindrical-coordinate representation of color #EC6CBF: hue angle of 321.09º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CBF is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 191 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.07 |
| HSL | 321.09º | 0.77% | 0.67% | - |
| HSV(B) | 321.09º | 0.54% | 0.93% | - |
| XYZ | 49.36 | 32.32 | 52.93 | - |
| YUV | 155.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 191 | 0 | 0.54 | 0.19 | 0.07 | 321.09 | 0.77 | 0.67 |
| Hex | EC | 6C | BF | 0 | 36 | 13 | 7 | 141 | 4D | 43 |
| Octal | 354 | 154 | 277 | 0 | 66 | 23 | 7 | 501 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10111111 | 0 | 110110 | 10011 | 111 | 101000001 | 1001101 | 1000011 |
Color Harmonies of #EC6CBF
Complementary color
Monochromatic Colors of #EC6CBF
Black with #EC6CBF
Text Example
Text Example
White with #EC6CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CBF; }
p { color: rgb(236,108,191); }
H1.HeaderClassName
{
color: #EC6CBF;
}
.AnyTagClassName
{
color: #EC6CBF;
}
</style>
background-color css
<style>
a { background-color: #EC6CBF; }
a { background-color: rgb(236,108,191); }
div.DivClassName
{
background-color: #EC6CBF;
}
.BgClassName
{
background-color: #EC6CBF;
}
</style>
border-color css
<style>
span { border-color: #EC6CBF; }
span { border-color: rgb(236,108,191); }
td.TdClassName
{
border-color: #EC6CBF;
}
.TagClassName
{
border-color: #EC6CBF;
}
</style>