Shades of Neon Pink #EC78CE
Tints of Neon Pink #EC78CE
RGB
CMYK
RGB Variations
Color information
#EC78CE (or 0xEC78CE) is known color: Neon Pink. HEX triplet: EC, 78 and CE. RGB value is (236,120,206). Sum of RGB (Red+Green+Blue) = 236+120+206=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78CE is #138731. Grayscale: #A4A4A4. Windows color (decimal): -1279794 or 13531372. OLE color: 13531372.
HSL color Cylindrical-coordinate representation of color #EC78CE: hue angle of 315.52º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC78CE is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 206 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.07 |
| HSL | 315.52º | 0.75% | 0.7% | - |
| HSV(B) | 315.52º | 0.49% | 0.93% | - |
| XYZ | 52.45 | 35.72 | 62.52 | - |
| YUV | 164.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 206 | 0 | 0.49 | 0.13 | 0.07 | 315.52 | 0.75 | 0.7 |
| Hex | EC | 78 | CE | 0 | 31 | D | 7 | 13C | 4B | 46 |
| Octal | 354 | 170 | 316 | 0 | 61 | 15 | 7 | 474 | 113 | 106 |
| Binary | 11101100 | 1111000 | 11001110 | 0 | 110001 | 1101 | 111 | 100111100 | 1001011 | 1000110 |
Color Harmonies of #EC78CE
Complementary color
Monochromatic Colors of #EC78CE
Black with #EC78CE
Text Example
Text Example
White with #EC78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78CE; }
p { color: rgb(236,120,206); }
H1.HeaderClassName
{
color: #EC78CE;
}
.AnyTagClassName
{
color: #EC78CE;
}
</style>
background-color css
<style>
a { background-color: #EC78CE; }
a { background-color: rgb(236,120,206); }
div.DivClassName
{
background-color: #EC78CE;
}
.BgClassName
{
background-color: #EC78CE;
}
</style>
border-color css
<style>
span { border-color: #EC78CE; }
span { border-color: rgb(236,120,206); }
td.TdClassName
{
border-color: #EC78CE;
}
.TagClassName
{
border-color: #EC78CE;
}
</style>