Shades of Neon Pink #EC6ECE
Tints of Neon Pink #EC6ECE
RGB
CMYK
RGB Variations
Color information
#EC6ECE (or 0xEC6ECE) is known color: Neon Pink. HEX triplet: EC, 6E and CE. RGB value is (236,110,206). Sum of RGB (Red+Green+Blue) = 236+110+206=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ECE is #139131. Grayscale: #9E9E9E. Windows color (decimal): -1282354 or 13528812. OLE color: 13528812.
HSL color Cylindrical-coordinate representation of color #EC6ECE: hue angle of 314.29º 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 #EC6ECE is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 206 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.07 |
| HSL | 314.29º | 0.77% | 0.68% | - |
| HSV(B) | 314.29º | 0.53% | 0.93% | - |
| XYZ | 51.31 | 33.44 | 62.14 | - |
| YUV | 158.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 206 | 0 | 0.53 | 0.13 | 0.07 | 314.29 | 0.77 | 0.68 |
| Hex | EC | 6E | CE | 0 | 35 | D | 7 | 13A | 4D | 44 |
| Octal | 354 | 156 | 316 | 0 | 65 | 15 | 7 | 472 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11001110 | 0 | 110101 | 1101 | 111 | 100111010 | 1001101 | 1000100 |
Color Harmonies of #EC6ECE
Complementary color
Monochromatic Colors of #EC6ECE
Black with #EC6ECE
Text Example
Text Example
White with #EC6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ECE; }
p { color: rgb(236,110,206); }
H1.HeaderClassName
{
color: #EC6ECE;
}
.AnyTagClassName
{
color: #EC6ECE;
}
</style>
background-color css
<style>
a { background-color: #EC6ECE; }
a { background-color: rgb(236,110,206); }
div.DivClassName
{
background-color: #EC6ECE;
}
.BgClassName
{
background-color: #EC6ECE;
}
</style>
border-color css
<style>
span { border-color: #EC6ECE; }
span { border-color: rgb(236,110,206); }
td.TdClassName
{
border-color: #EC6ECE;
}
.TagClassName
{
border-color: #EC6ECE;
}
</style>