Shades of Neon Pink #EC6BBC
Tints of Neon Pink #EC6BBC
RGB
CMYK
RGB Variations
Color information
#EC6BBC (or 0xEC6BBC) is known color: Neon Pink. HEX triplet: EC, 6B and BC. RGB value is (236,107,188). Sum of RGB (Red+Green+Blue) = 236+107+188=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BBC is #139443. Grayscale: #9A9A9A. Windows color (decimal): -1283140 or 12348396. OLE color: 12348396.
HSL color Cylindrical-coordinate representation of color #EC6BBC: hue angle of 322.33º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BBC is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 188 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.07 |
| HSL | 322.33º | 0.77% | 0.67% | - |
| HSV(B) | 322.33º | 0.55% | 0.93% | - |
| XYZ | 48.93 | 31.98 | 51.17 | - |
| YUV | 154.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 188 | 0 | 0.55 | 0.20 | 0.07 | 322.33 | 0.77 | 0.67 |
| Hex | EC | 6B | BC | 0 | 37 | 14 | 7 | 142 | 4D | 43 |
| Octal | 354 | 153 | 274 | 0 | 67 | 24 | 7 | 502 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10111100 | 0 | 110111 | 10100 | 111 | 101000010 | 1001101 | 1000011 |
Color Harmonies of #EC6BBC
Complementary color
Monochromatic Colors of #EC6BBC
Black with #EC6BBC
Text Example
Text Example
White with #EC6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BBC; }
p { color: rgb(236,107,188); }
H1.HeaderClassName
{
color: #EC6BBC;
}
.AnyTagClassName
{
color: #EC6BBC;
}
</style>
background-color css
<style>
a { background-color: #EC6BBC; }
a { background-color: rgb(236,107,188); }
div.DivClassName
{
background-color: #EC6BBC;
}
.BgClassName
{
background-color: #EC6BBC;
}
</style>
border-color css
<style>
span { border-color: #EC6BBC; }
span { border-color: rgb(236,107,188); }
td.TdClassName
{
border-color: #EC6BBC;
}
.TagClassName
{
border-color: #EC6BBC;
}
</style>