Shades of Neon Pink #EC5AC2
Tints of Neon Pink #EC5AC2
RGB
CMYK
RGB Variations
Color information
#EC5AC2 (or 0xEC5AC2) is known color: Neon Pink. HEX triplet: EC, 5A and C2. RGB value is (236,90,194). Sum of RGB (Red+Green+Blue) = 236+90+194=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5AC2 is #13A53D. Grayscale: #919191. Windows color (decimal): -1287486 or 12737260. OLE color: 12737260.
HSL color Cylindrical-coordinate representation of color #EC5AC2: hue angle of 317.26º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AC2 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 194 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.07 |
| HSL | 317.26º | 0.79% | 0.64% | - |
| HSV(B) | 317.26º | 0.62% | 0.93% | - |
| XYZ | 47.99 | 29.04 | 54.12 | - |
| YUV | 145.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 194 | 0 | 0.62 | 0.18 | 0.07 | 317.26 | 0.79 | 0.64 |
| Hex | EC | 5A | C2 | 0 | 3E | 12 | 7 | 13D | 4F | 40 |
| Octal | 354 | 132 | 302 | 0 | 76 | 22 | 7 | 475 | 117 | 100 |
| Binary | 11101100 | 1011010 | 11000010 | 0 | 111110 | 10010 | 111 | 100111101 | 1001111 | 1000000 |
Color Harmonies of #EC5AC2
Complementary color
Monochromatic Colors of #EC5AC2
Black with #EC5AC2
Text Example
Text Example
White with #EC5AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AC2; }
p { color: rgb(236,90,194); }
H1.HeaderClassName
{
color: #EC5AC2;
}
.AnyTagClassName
{
color: #EC5AC2;
}
</style>
background-color css
<style>
a { background-color: #EC5AC2; }
a { background-color: rgb(236,90,194); }
div.DivClassName
{
background-color: #EC5AC2;
}
.BgClassName
{
background-color: #EC5AC2;
}
</style>
border-color css
<style>
span { border-color: #EC5AC2; }
span { border-color: rgb(236,90,194); }
td.TdClassName
{
border-color: #EC5AC2;
}
.TagClassName
{
border-color: #EC5AC2;
}
</style>