Shades of Neon Pink #EC6ECF
Tints of Neon Pink #EC6ECF
RGB
CMYK
RGB Variations
Color information
#EC6ECF (or 0xEC6ECF) is known color: Neon Pink. HEX triplet: EC, 6E and CF. RGB value is (236,110,207). Sum of RGB (Red+Green+Blue) = 236+110+207=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ECF is #139130. Grayscale: #9E9E9E. Windows color (decimal): -1282353 or 13594348. OLE color: 13594348.
HSL color Cylindrical-coordinate representation of color #EC6ECF: hue angle of 313.81º 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 #EC6ECF is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 207 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.07 |
| HSL | 313.81º | 0.77% | 0.68% | - |
| HSV(B) | 313.81º | 0.53% | 0.93% | - |
| XYZ | 51.43 | 33.49 | 62.78 | - |
| YUV | 158.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 207 | 0 | 0.53 | 0.12 | 0.07 | 313.81 | 0.77 | 0.68 |
| Hex | EC | 6E | CF | 0 | 35 | C | 7 | 13A | 4D | 44 |
| Octal | 354 | 156 | 317 | 0 | 65 | 14 | 7 | 472 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11001111 | 0 | 110101 | 1100 | 111 | 100111010 | 1001101 | 1000100 |
Color Harmonies of #EC6ECF
Complementary color
Monochromatic Colors of #EC6ECF
Black with #EC6ECF
Text Example
Text Example
White with #EC6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ECF; }
p { color: rgb(236,110,207); }
H1.HeaderClassName
{
color: #EC6ECF;
}
.AnyTagClassName
{
color: #EC6ECF;
}
</style>
background-color css
<style>
a { background-color: #EC6ECF; }
a { background-color: rgb(236,110,207); }
div.DivClassName
{
background-color: #EC6ECF;
}
.BgClassName
{
background-color: #EC6ECF;
}
</style>
border-color css
<style>
span { border-color: #EC6ECF; }
span { border-color: rgb(236,110,207); }
td.TdClassName
{
border-color: #EC6ECF;
}
.TagClassName
{
border-color: #EC6ECF;
}
</style>