Shades of Neon Pink #EC6CC9
Tints of Neon Pink #EC6CC9
RGB
CMYK
RGB Variations
Color information
#EC6CC9 (or 0xEC6CC9) is known color: Neon Pink. HEX triplet: EC, 6C and C9. RGB value is (236,108,201). Sum of RGB (Red+Green+Blue) = 236+108+201=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CC9 is #139336. Grayscale: #9C9C9C. Windows color (decimal): -1282871 or 13200620. OLE color: 13200620.
HSL color Cylindrical-coordinate representation of color #EC6CC9: hue angle of 316.41º 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 #EC6CC9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 201 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.07 |
| HSL | 316.41º | 0.77% | 0.67% | - |
| HSV(B) | 316.41º | 0.54% | 0.93% | - |
| XYZ | 50.5 | 32.78 | 58.92 | - |
| YUV | 156.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 201 | 0 | 0.54 | 0.15 | 0.07 | 316.41 | 0.77 | 0.67 |
| Hex | EC | 6C | C9 | 0 | 36 | F | 7 | 13C | 4D | 43 |
| Octal | 354 | 154 | 311 | 0 | 66 | 17 | 7 | 474 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11001001 | 0 | 110110 | 1111 | 111 | 100111100 | 1001101 | 1000011 |
Color Harmonies of #EC6CC9
Complementary color
Monochromatic Colors of #EC6CC9
Black with #EC6CC9
Text Example
Text Example
White with #EC6CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CC9; }
p { color: rgb(236,108,201); }
H1.HeaderClassName
{
color: #EC6CC9;
}
.AnyTagClassName
{
color: #EC6CC9;
}
</style>
background-color css
<style>
a { background-color: #EC6CC9; }
a { background-color: rgb(236,108,201); }
div.DivClassName
{
background-color: #EC6CC9;
}
.BgClassName
{
background-color: #EC6CC9;
}
</style>
border-color css
<style>
span { border-color: #EC6CC9; }
span { border-color: rgb(236,108,201); }
td.TdClassName
{
border-color: #EC6CC9;
}
.TagClassName
{
border-color: #EC6CC9;
}
</style>