Shades of Neon Pink #ED6EC1
Tints of Neon Pink #ED6EC1
RGB
CMYK
RGB Variations
Color information
#ED6EC1 (or 0xED6EC1) is known color: Neon Pink. HEX triplet: ED, 6E and C1. RGB value is (237,110,193). Sum of RGB (Red+Green+Blue) = 237+110+193=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EC1 is #12913E. Grayscale: #9D9D9D. Windows color (decimal): -1216831 or 12676845. OLE color: 12676845.
HSL color Cylindrical-coordinate representation of color #ED6EC1: hue angle of 320.79º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6EC1 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 193 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.07 |
| HSL | 320.79º | 0.78% | 0.68% | - |
| HSV(B) | 320.79º | 0.54% | 0.93% | - |
| XYZ | 50.13 | 33.01 | 54.18 | - |
| YUV | 157.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 193 | 0 | 0.54 | 0.19 | 0.07 | 320.79 | 0.78 | 0.68 |
| Hex | ED | 6E | C1 | 0 | 36 | 13 | 7 | 141 | 4E | 44 |
| Octal | 355 | 156 | 301 | 0 | 66 | 23 | 7 | 501 | 116 | 104 |
| Binary | 11101101 | 1101110 | 11000001 | 0 | 110110 | 10011 | 111 | 101000001 | 1001110 | 1000100 |
Color Harmonies of #ED6EC1
Complementary color
Monochromatic Colors of #ED6EC1
Black with #ED6EC1
Text Example
Text Example
White with #ED6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6EC1; }
p { color: rgb(237,110,193); }
H1.HeaderClassName
{
color: #ED6EC1;
}
.AnyTagClassName
{
color: #ED6EC1;
}
</style>
background-color css
<style>
a { background-color: #ED6EC1; }
a { background-color: rgb(237,110,193); }
div.DivClassName
{
background-color: #ED6EC1;
}
.BgClassName
{
background-color: #ED6EC1;
}
</style>
border-color css
<style>
span { border-color: #ED6EC1; }
span { border-color: rgb(237,110,193); }
td.TdClassName
{
border-color: #ED6EC1;
}
.TagClassName
{
border-color: #ED6EC1;
}
</style>