Shades of Neon Pink #EC6DCC
Tints of Neon Pink #EC6DCC
RGB
CMYK
RGB Variations
Color information
#EC6DCC (or 0xEC6DCC) is known color: Neon Pink. HEX triplet: EC, 6D and CC. RGB value is (236,109,204). Sum of RGB (Red+Green+Blue) = 236+109+204=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DCC is #139233. Grayscale: #9D9D9D. Windows color (decimal): -1282612 or 13397484. OLE color: 13397484.
HSL color Cylindrical-coordinate representation of color #EC6DCC: hue angle of 315.12º 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 #EC6DCC is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 204 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.07 |
| HSL | 315.12º | 0.77% | 0.68% | - |
| HSV(B) | 315.12º | 0.54% | 0.93% | - |
| XYZ | 50.96 | 33.13 | 60.84 | - |
| YUV | 157.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 204 | 0 | 0.54 | 0.14 | 0.07 | 315.12 | 0.77 | 0.68 |
| Hex | EC | 6D | CC | 0 | 36 | E | 7 | 13B | 4D | 44 |
| Octal | 354 | 155 | 314 | 0 | 66 | 16 | 7 | 473 | 115 | 104 |
| Binary | 11101100 | 1101101 | 11001100 | 0 | 110110 | 1110 | 111 | 100111011 | 1001101 | 1000100 |
Color Harmonies of #EC6DCC
Complementary color
Monochromatic Colors of #EC6DCC
Black with #EC6DCC
Text Example
Text Example
White with #EC6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DCC; }
p { color: rgb(236,109,204); }
H1.HeaderClassName
{
color: #EC6DCC;
}
.AnyTagClassName
{
color: #EC6DCC;
}
</style>
background-color css
<style>
a { background-color: #EC6DCC; }
a { background-color: rgb(236,109,204); }
div.DivClassName
{
background-color: #EC6DCC;
}
.BgClassName
{
background-color: #EC6DCC;
}
</style>
border-color css
<style>
span { border-color: #EC6DCC; }
span { border-color: rgb(236,109,204); }
td.TdClassName
{
border-color: #EC6DCC;
}
.TagClassName
{
border-color: #EC6DCC;
}
</style>