Shades of Neon Pink #EC72CE
Tints of Neon Pink #EC72CE
RGB
CMYK
RGB Variations
Color information
#EC72CE (or 0xEC72CE) is known color: Neon Pink. HEX triplet: EC, 72 and CE. RGB value is (236,114,206). Sum of RGB (Red+Green+Blue) = 236+114+206=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72CE is #138D31. Grayscale: #A0A0A0. Windows color (decimal): -1281330 or 13529836. OLE color: 13529836.
HSL color Cylindrical-coordinate representation of color #EC72CE: hue angle of 314.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72CE is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 206 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.07 |
| HSL | 314.75º | 0.76% | 0.69% | - |
| HSV(B) | 314.75º | 0.52% | 0.93% | - |
| XYZ | 51.75 | 34.32 | 62.29 | - |
| YUV | 160.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 206 | 0 | 0.52 | 0.13 | 0.07 | 314.75 | 0.76 | 0.69 |
| Hex | EC | 72 | CE | 0 | 34 | D | 7 | 13B | 4C | 45 |
| Octal | 354 | 162 | 316 | 0 | 64 | 15 | 7 | 473 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11001110 | 0 | 110100 | 1101 | 111 | 100111011 | 1001100 | 1000101 |
Color Harmonies of #EC72CE
Complementary color
Monochromatic Colors of #EC72CE
Black with #EC72CE
Text Example
Text Example
White with #EC72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72CE; }
p { color: rgb(236,114,206); }
H1.HeaderClassName
{
color: #EC72CE;
}
.AnyTagClassName
{
color: #EC72CE;
}
</style>
background-color css
<style>
a { background-color: #EC72CE; }
a { background-color: rgb(236,114,206); }
div.DivClassName
{
background-color: #EC72CE;
}
.BgClassName
{
background-color: #EC72CE;
}
</style>
border-color css
<style>
span { border-color: #EC72CE; }
span { border-color: rgb(236,114,206); }
td.TdClassName
{
border-color: #EC72CE;
}
.TagClassName
{
border-color: #EC72CE;
}
</style>