Shades of Neon Pink #EC70CE
Tints of Neon Pink #EC70CE
RGB
CMYK
RGB Variations
Color information
#EC70CE (or 0xEC70CE) is known color: Neon Pink. HEX triplet: EC, 70 and CE. RGB value is (236,112,206). Sum of RGB (Red+Green+Blue) = 236+112+206=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70CE is #138F31. Grayscale: #9F9F9F. Windows color (decimal): -1281842 or 13529324. OLE color: 13529324.
HSL color Cylindrical-coordinate representation of color #EC70CE: hue angle of 314.52º 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 #EC70CE is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 206 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.07 |
| HSL | 314.52º | 0.77% | 0.68% | - |
| HSV(B) | 314.52º | 0.53% | 0.93% | - |
| XYZ | 51.53 | 33.88 | 62.22 | - |
| YUV | 159.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 206 | 0 | 0.53 | 0.13 | 0.07 | 314.52 | 0.77 | 0.68 |
| Hex | EC | 70 | CE | 0 | 35 | D | 7 | 13B | 4D | 44 |
| Octal | 354 | 160 | 316 | 0 | 65 | 15 | 7 | 473 | 115 | 104 |
| Binary | 11101100 | 1110000 | 11001110 | 0 | 110101 | 1101 | 111 | 100111011 | 1001101 | 1000100 |
Color Harmonies of #EC70CE
Complementary color
Monochromatic Colors of #EC70CE
Black with #EC70CE
Text Example
Text Example
White with #EC70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70CE; }
p { color: rgb(236,112,206); }
H1.HeaderClassName
{
color: #EC70CE;
}
.AnyTagClassName
{
color: #EC70CE;
}
</style>
background-color css
<style>
a { background-color: #EC70CE; }
a { background-color: rgb(236,112,206); }
div.DivClassName
{
background-color: #EC70CE;
}
.BgClassName
{
background-color: #EC70CE;
}
</style>
border-color css
<style>
span { border-color: #EC70CE; }
span { border-color: rgb(236,112,206); }
td.TdClassName
{
border-color: #EC70CE;
}
.TagClassName
{
border-color: #EC70CE;
}
</style>