Shades of Neon Pink #ED71CE
Tints of Neon Pink #ED71CE
RGB
CMYK
RGB Variations
Color information
#ED71CE (or 0xED71CE) is known color: Neon Pink. HEX triplet: ED, 71 and CE. RGB value is (237,113,206). Sum of RGB (Red+Green+Blue) = 237+113+206=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71CE is #128E31. Grayscale: #A0A0A0. Windows color (decimal): -1216050 or 13529581. OLE color: 13529581.
HSL color Cylindrical-coordinate representation of color #ED71CE: hue angle of 315º degrees, saturation: 0.77, 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 #ED71CE is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 206 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.07 |
| HSL | 315º | 0.78% | 0.69% | - |
| HSV(B) | 315º | 0.52% | 0.93% | - |
| XYZ | 51.97 | 34.27 | 62.27 | - |
| YUV | 160.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 206 | 0 | 0.52 | 0.13 | 0.07 | 315 | 0.78 | 0.69 |
| Hex | ED | 71 | CE | 0 | 34 | D | 7 | 13B | 4E | 45 |
| Octal | 355 | 161 | 316 | 0 | 64 | 15 | 7 | 473 | 116 | 105 |
| Binary | 11101101 | 1110001 | 11001110 | 0 | 110100 | 1101 | 111 | 100111011 | 1001110 | 1000101 |
Color Harmonies of #ED71CE
Complementary color
Monochromatic Colors of #ED71CE
Black with #ED71CE
Text Example
Text Example
White with #ED71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71CE; }
p { color: rgb(237,113,206); }
H1.HeaderClassName
{
color: #ED71CE;
}
.AnyTagClassName
{
color: #ED71CE;
}
</style>
background-color css
<style>
a { background-color: #ED71CE; }
a { background-color: rgb(237,113,206); }
div.DivClassName
{
background-color: #ED71CE;
}
.BgClassName
{
background-color: #ED71CE;
}
</style>
border-color css
<style>
span { border-color: #ED71CE; }
span { border-color: rgb(237,113,206); }
td.TdClassName
{
border-color: #ED71CE;
}
.TagClassName
{
border-color: #ED71CE;
}
</style>