Shades of Neon Pink #EC6DCD
Tints of Neon Pink #EC6DCD
RGB
CMYK
RGB Variations
Color information
#EC6DCD (or 0xEC6DCD) is known color: Neon Pink. HEX triplet: EC, 6D and CD. RGB value is (236,109,205). Sum of RGB (Red+Green+Blue) = 236+109+205=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DCD is #139232. Grayscale: #9D9D9D. Windows color (decimal): -1282611 or 13463020. OLE color: 13463020.
HSL color Cylindrical-coordinate representation of color #EC6DCD: hue angle of 314.65º 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 #EC6DCD is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 205 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.07 |
| HSL | 314.65º | 0.77% | 0.68% | - |
| HSV(B) | 314.65º | 0.54% | 0.93% | - |
| XYZ | 51.08 | 33.18 | 61.47 | - |
| YUV | 157.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 205 | 0 | 0.54 | 0.13 | 0.07 | 314.65 | 0.77 | 0.68 |
| Hex | EC | 6D | CD | 0 | 36 | D | 7 | 13B | 4D | 44 |
| Octal | 354 | 155 | 315 | 0 | 66 | 15 | 7 | 473 | 115 | 104 |
| Binary | 11101100 | 1101101 | 11001101 | 0 | 110110 | 1101 | 111 | 100111011 | 1001101 | 1000100 |
Color Harmonies of #EC6DCD
Complementary color
Monochromatic Colors of #EC6DCD
Black with #EC6DCD
Text Example
Text Example
White with #EC6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DCD; }
p { color: rgb(236,109,205); }
H1.HeaderClassName
{
color: #EC6DCD;
}
.AnyTagClassName
{
color: #EC6DCD;
}
</style>
background-color css
<style>
a { background-color: #EC6DCD; }
a { background-color: rgb(236,109,205); }
div.DivClassName
{
background-color: #EC6DCD;
}
.BgClassName
{
background-color: #EC6DCD;
}
</style>
border-color css
<style>
span { border-color: #EC6DCD; }
span { border-color: rgb(236,109,205); }
td.TdClassName
{
border-color: #EC6DCD;
}
.TagClassName
{
border-color: #EC6DCD;
}
</style>