Shades of Neon Pink #EC6CBB
Tints of Neon Pink #EC6CBB
RGB
CMYK
RGB Variations
Color information
#EC6CBB (or 0xEC6CBB) is known color: Neon Pink. HEX triplet: EC, 6C and BB. RGB value is (236,108,187). Sum of RGB (Red+Green+Blue) = 236+108+187=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CBB is #139344. Grayscale: #9B9B9B. Windows color (decimal): -1282885 or 12283116. OLE color: 12283116.
HSL color Cylindrical-coordinate representation of color #EC6CBB: hue angle of 322.97º 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 #EC6CBB is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 187 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.07 |
| HSL | 322.97º | 0.77% | 0.67% | - |
| HSV(B) | 322.97º | 0.54% | 0.93% | - |
| XYZ | 48.92 | 32.15 | 50.64 | - |
| YUV | 155.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 187 | 0 | 0.54 | 0.21 | 0.07 | 322.97 | 0.77 | 0.67 |
| Hex | EC | 6C | BB | 0 | 36 | 15 | 7 | 143 | 4D | 43 |
| Octal | 354 | 154 | 273 | 0 | 66 | 25 | 7 | 503 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10111011 | 0 | 110110 | 10101 | 111 | 101000011 | 1001101 | 1000011 |
Color Harmonies of #EC6CBB
Complementary color
Monochromatic Colors of #EC6CBB
Black with #EC6CBB
Text Example
Text Example
White with #EC6CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CBB; }
p { color: rgb(236,108,187); }
H1.HeaderClassName
{
color: #EC6CBB;
}
.AnyTagClassName
{
color: #EC6CBB;
}
</style>
background-color css
<style>
a { background-color: #EC6CBB; }
a { background-color: rgb(236,108,187); }
div.DivClassName
{
background-color: #EC6CBB;
}
.BgClassName
{
background-color: #EC6CBB;
}
</style>
border-color css
<style>
span { border-color: #EC6CBB; }
span { border-color: rgb(236,108,187); }
td.TdClassName
{
border-color: #EC6CBB;
}
.TagClassName
{
border-color: #EC6CBB;
}
</style>