Shades of Neon Pink #ED71D0
Tints of Neon Pink #ED71D0
RGB
CMYK
RGB Variations
Color information
#ED71D0 (or 0xED71D0) is known color: Neon Pink. HEX triplet: ED, 71 and D0. RGB value is (237,113,208). Sum of RGB (Red+Green+Blue) = 237+113+208=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71D0 is #128E2F. Grayscale: #A0A0A0. Windows color (decimal): -1216048 or 13660653. OLE color: 13660653.
HSL color Cylindrical-coordinate representation of color #ED71D0: hue angle of 314.03º 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 #ED71D0 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 208 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.07 |
| HSL | 314.03º | 0.78% | 0.69% | - |
| HSV(B) | 314.03º | 0.52% | 0.93% | - |
| XYZ | 52.22 | 34.37 | 63.56 | - |
| YUV | 160.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 208 | 0 | 0.52 | 0.12 | 0.07 | 314.03 | 0.78 | 0.69 |
| Hex | ED | 71 | D0 | 0 | 34 | C | 7 | 13A | 4E | 45 |
| Octal | 355 | 161 | 320 | 0 | 64 | 14 | 7 | 472 | 116 | 105 |
| Binary | 11101101 | 1110001 | 11010000 | 0 | 110100 | 1100 | 111 | 100111010 | 1001110 | 1000101 |
Color Harmonies of #ED71D0
Complementary color
Monochromatic Colors of #ED71D0
Black with #ED71D0
Text Example
Text Example
White with #ED71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71D0; }
p { color: rgb(237,113,208); }
H1.HeaderClassName
{
color: #ED71D0;
}
.AnyTagClassName
{
color: #ED71D0;
}
</style>
background-color css
<style>
a { background-color: #ED71D0; }
a { background-color: rgb(237,113,208); }
div.DivClassName
{
background-color: #ED71D0;
}
.BgClassName
{
background-color: #ED71D0;
}
</style>
border-color css
<style>
span { border-color: #ED71D0; }
span { border-color: rgb(237,113,208); }
td.TdClassName
{
border-color: #ED71D0;
}
.TagClassName
{
border-color: #ED71D0;
}
</style>