Shades of Neon Pink #EC6CCD
Tints of Neon Pink #EC6CCD
RGB
CMYK
RGB Variations
Color information
#EC6CCD (or 0xEC6CCD) is known color: Neon Pink. HEX triplet: EC, 6C and CD. RGB value is (236,108,205). Sum of RGB (Red+Green+Blue) = 236+108+205=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CCD is #139332. Grayscale: #9D9D9D. Windows color (decimal): -1282867 or 13462764. OLE color: 13462764.
HSL color Cylindrical-coordinate representation of color #EC6CCD: hue angle of 314.53º 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 #EC6CCD is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 205 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.07 |
| HSL | 314.53º | 0.77% | 0.67% | - |
| HSV(B) | 314.53º | 0.54% | 0.93% | - |
| XYZ | 50.97 | 32.97 | 61.43 | - |
| YUV | 157.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 205 | 0 | 0.54 | 0.13 | 0.07 | 314.53 | 0.77 | 0.67 |
| Hex | EC | 6C | CD | 0 | 36 | D | 7 | 13B | 4D | 43 |
| Octal | 354 | 154 | 315 | 0 | 66 | 15 | 7 | 473 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11001101 | 0 | 110110 | 1101 | 111 | 100111011 | 1001101 | 1000011 |
Color Harmonies of #EC6CCD
Complementary color
Monochromatic Colors of #EC6CCD
Black with #EC6CCD
Text Example
Text Example
White with #EC6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CCD; }
p { color: rgb(236,108,205); }
H1.HeaderClassName
{
color: #EC6CCD;
}
.AnyTagClassName
{
color: #EC6CCD;
}
</style>
background-color css
<style>
a { background-color: #EC6CCD; }
a { background-color: rgb(236,108,205); }
div.DivClassName
{
background-color: #EC6CCD;
}
.BgClassName
{
background-color: #EC6CCD;
}
</style>
border-color css
<style>
span { border-color: #EC6CCD; }
span { border-color: rgb(236,108,205); }
td.TdClassName
{
border-color: #EC6CCD;
}
.TagClassName
{
border-color: #EC6CCD;
}
</style>