Shades of Neon Pink #EC6FCD
Tints of Neon Pink #EC6FCD
RGB
CMYK
RGB Variations
Color information
#EC6FCD (or 0xEC6FCD) is known color: Neon Pink. HEX triplet: EC, 6F and CD. RGB value is (236,111,205). Sum of RGB (Red+Green+Blue) = 236+111+205=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FCD is #139032. Grayscale: #9E9E9E. Windows color (decimal): -1282099 or 13463532. OLE color: 13463532.
HSL color Cylindrical-coordinate representation of color #EC6FCD: hue angle of 314.88º 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 #EC6FCD is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 205 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.07 |
| HSL | 314.88º | 0.77% | 0.68% | - |
| HSV(B) | 314.88º | 0.53% | 0.93% | - |
| XYZ | 51.3 | 33.61 | 61.54 | - |
| YUV | 159.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 205 | 0 | 0.53 | 0.13 | 0.07 | 314.88 | 0.77 | 0.68 |
| Hex | EC | 6F | CD | 0 | 35 | D | 7 | 13B | 4D | 44 |
| Octal | 354 | 157 | 315 | 0 | 65 | 15 | 7 | 473 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11001101 | 0 | 110101 | 1101 | 111 | 100111011 | 1001101 | 1000100 |
Color Harmonies of #EC6FCD
Complementary color
Monochromatic Colors of #EC6FCD
Black with #EC6FCD
Text Example
Text Example
White with #EC6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FCD; }
p { color: rgb(236,111,205); }
H1.HeaderClassName
{
color: #EC6FCD;
}
.AnyTagClassName
{
color: #EC6FCD;
}
</style>
background-color css
<style>
a { background-color: #EC6FCD; }
a { background-color: rgb(236,111,205); }
div.DivClassName
{
background-color: #EC6FCD;
}
.BgClassName
{
background-color: #EC6FCD;
}
</style>
border-color css
<style>
span { border-color: #EC6FCD; }
span { border-color: rgb(236,111,205); }
td.TdClassName
{
border-color: #EC6FCD;
}
.TagClassName
{
border-color: #EC6FCD;
}
</style>