Shades of Neon Pink #EC6ECA
Tints of Neon Pink #EC6ECA
RGB
CMYK
RGB Variations
Color information
#EC6ECA (or 0xEC6ECA) is known color: Neon Pink. HEX triplet: EC, 6E and CA. RGB value is (236,110,202). Sum of RGB (Red+Green+Blue) = 236+110+202=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ECA is #139135. Grayscale: #9D9D9D. Windows color (decimal): -1282358 or 13266668. OLE color: 13266668.
HSL color Cylindrical-coordinate representation of color #EC6ECA: hue angle of 316.19º 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 #EC6ECA is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 202 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.07 |
| HSL | 316.19º | 0.77% | 0.68% | - |
| HSV(B) | 316.19º | 0.53% | 0.93% | - |
| XYZ | 50.83 | 33.25 | 59.62 | - |
| YUV | 158.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 202 | 0 | 0.53 | 0.14 | 0.07 | 316.19 | 0.77 | 0.68 |
| Hex | EC | 6E | CA | 0 | 35 | E | 7 | 13C | 4D | 44 |
| Octal | 354 | 156 | 312 | 0 | 65 | 16 | 7 | 474 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11001010 | 0 | 110101 | 1110 | 111 | 100111100 | 1001101 | 1000100 |
Color Harmonies of #EC6ECA
Complementary color
Monochromatic Colors of #EC6ECA
Black with #EC6ECA
Text Example
Text Example
White with #EC6ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ECA; }
p { color: rgb(236,110,202); }
H1.HeaderClassName
{
color: #EC6ECA;
}
.AnyTagClassName
{
color: #EC6ECA;
}
</style>
background-color css
<style>
a { background-color: #EC6ECA; }
a { background-color: rgb(236,110,202); }
div.DivClassName
{
background-color: #EC6ECA;
}
.BgClassName
{
background-color: #EC6ECA;
}
</style>
border-color css
<style>
span { border-color: #EC6ECA; }
span { border-color: rgb(236,110,202); }
td.TdClassName
{
border-color: #EC6ECA;
}
.TagClassName
{
border-color: #EC6ECA;
}
</style>