Shades of Neon Pink #EC72CA
Tints of Neon Pink #EC72CA
RGB
CMYK
RGB Variations
Color information
#EC72CA (or 0xEC72CA) is known color: Neon Pink. HEX triplet: EC, 72 and CA. RGB value is (236,114,202). Sum of RGB (Red+Green+Blue) = 236+114+202=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72CA is #138D35. Grayscale: #A0A0A0. Windows color (decimal): -1281334 or 13267692. OLE color: 13267692.
HSL color Cylindrical-coordinate representation of color #EC72CA: hue angle of 316.72º 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 #EC72CA is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 202 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.07 |
| HSL | 316.72º | 0.76% | 0.69% | - |
| HSV(B) | 316.72º | 0.52% | 0.93% | - |
| XYZ | 51.27 | 34.13 | 59.76 | - |
| YUV | 160.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 202 | 0 | 0.52 | 0.14 | 0.07 | 316.72 | 0.76 | 0.69 |
| Hex | EC | 72 | CA | 0 | 34 | E | 7 | 13D | 4C | 45 |
| Octal | 354 | 162 | 312 | 0 | 64 | 16 | 7 | 475 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11001010 | 0 | 110100 | 1110 | 111 | 100111101 | 1001100 | 1000101 |
Color Harmonies of #EC72CA
Complementary color
Monochromatic Colors of #EC72CA
Black with #EC72CA
Text Example
Text Example
White with #EC72CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72CA; }
p { color: rgb(236,114,202); }
H1.HeaderClassName
{
color: #EC72CA;
}
.AnyTagClassName
{
color: #EC72CA;
}
</style>
background-color css
<style>
a { background-color: #EC72CA; }
a { background-color: rgb(236,114,202); }
div.DivClassName
{
background-color: #EC72CA;
}
.BgClassName
{
background-color: #EC72CA;
}
</style>
border-color css
<style>
span { border-color: #EC72CA; }
span { border-color: rgb(236,114,202); }
td.TdClassName
{
border-color: #EC72CA;
}
.TagClassName
{
border-color: #EC72CA;
}
</style>