Shades of Neon Pink #ED6EBC
Tints of Neon Pink #ED6EBC
RGB
CMYK
RGB Variations
Color information
#ED6EBC (or 0xED6EBC) is known color: Neon Pink. HEX triplet: ED, 6E and BC. RGB value is (237,110,188). Sum of RGB (Red+Green+Blue) = 237+110+188=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EBC is #129143. Grayscale: #9C9C9C. Windows color (decimal): -1216836 or 12349165. OLE color: 12349165.
HSL color Cylindrical-coordinate representation of color #ED6EBC: hue angle of 323.15º 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 #ED6EBC is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 188 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.07 |
| HSL | 323.15º | 0.78% | 0.68% | - |
| HSV(B) | 323.15º | 0.54% | 0.93% | - |
| XYZ | 49.58 | 32.79 | 51.29 | - |
| YUV | 156.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 188 | 0 | 0.54 | 0.21 | 0.07 | 323.15 | 0.78 | 0.68 |
| Hex | ED | 6E | BC | 0 | 36 | 15 | 7 | 143 | 4E | 44 |
| Octal | 355 | 156 | 274 | 0 | 66 | 25 | 7 | 503 | 116 | 104 |
| Binary | 11101101 | 1101110 | 10111100 | 0 | 110110 | 10101 | 111 | 101000011 | 1001110 | 1000100 |
Color Harmonies of #ED6EBC
Complementary color
Monochromatic Colors of #ED6EBC
Black with #ED6EBC
Text Example
Text Example
White with #ED6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6EBC; }
p { color: rgb(237,110,188); }
H1.HeaderClassName
{
color: #ED6EBC;
}
.AnyTagClassName
{
color: #ED6EBC;
}
</style>
background-color css
<style>
a { background-color: #ED6EBC; }
a { background-color: rgb(237,110,188); }
div.DivClassName
{
background-color: #ED6EBC;
}
.BgClassName
{
background-color: #ED6EBC;
}
</style>
border-color css
<style>
span { border-color: #ED6EBC; }
span { border-color: rgb(237,110,188); }
td.TdClassName
{
border-color: #ED6EBC;
}
.TagClassName
{
border-color: #ED6EBC;
}
</style>