Shades of Neon Pink #EC6ECD
Tints of Neon Pink #EC6ECD
RGB
CMYK
RGB Variations
Color information
#EC6ECD (or 0xEC6ECD) is known color: Neon Pink. HEX triplet: EC, 6E and CD. RGB value is (236,110,205). Sum of RGB (Red+Green+Blue) = 236+110+205=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ECD is #139132. Grayscale: #9E9E9E. Windows color (decimal): -1282355 or 13463276. OLE color: 13463276.
HSL color Cylindrical-coordinate representation of color #EC6ECD: hue angle of 314.76º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6ECD is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 205 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.07 |
| HSL | 314.76º | 0.77% | 0.68% | - |
| HSV(B) | 314.76º | 0.53% | 0.93% | - |
| XYZ | 51.19 | 33.39 | 61.51 | - |
| YUV | 158.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 205 | 0 | 0.53 | 0.13 | 0.07 | 314.76 | 0.77 | 0.68 |
| Hex | EC | 6E | CD | 0 | 35 | D | 7 | 13B | 4D | 44 |
| Octal | 354 | 156 | 315 | 0 | 65 | 15 | 7 | 473 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11001101 | 0 | 110101 | 1101 | 111 | 100111011 | 1001101 | 1000100 |
Color Harmonies of #EC6ECD
Complementary color
Monochromatic Colors of #EC6ECD
Black with #EC6ECD
Text Example
Text Example
White with #EC6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ECD; }
p { color: rgb(236,110,205); }
H1.HeaderClassName
{
color: #EC6ECD;
}
.AnyTagClassName
{
color: #EC6ECD;
}
</style>
background-color css
<style>
a { background-color: #EC6ECD; }
a { background-color: rgb(236,110,205); }
div.DivClassName
{
background-color: #EC6ECD;
}
.BgClassName
{
background-color: #EC6ECD;
}
</style>
border-color css
<style>
span { border-color: #EC6ECD; }
span { border-color: rgb(236,110,205); }
td.TdClassName
{
border-color: #EC6ECD;
}
.TagClassName
{
border-color: #EC6ECD;
}
</style>