#ED5DBD

Color #ED5DBD Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #ED5DBD

Tints of Neon Pink #ED5DBD

Color information

#ED5DBD (or 0xED5DBD) is unknown color: approx Neon Pink. HEX triplet: ED, 5D and BD. RGB value is (237,93,189). Sum of RGB (Red+Green+Blue) = 237+93+189=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DBD is #12A242. Grayscale: #929292. Windows color (decimal): -1221187 or 12410349. OLE color: 12410349.

HSL color Cylindrical-coordinate representation of color #ED5DBD: hue angle of 320º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5DBD is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB23793189-
CMYK00.610.200.07
HSL320º80%64.71%-
HSV(B)320º60.76%92.94%-
XYZ48.0229.5151.31-
YUV147151.71192.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 93 (36.72% from 255) = 17.92%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=45.66%
G=17.92%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379318900.610.200.073208064.71
HexED5DBD03D1471405041
Octal355135275075247500120101
Binary1110110110111011011110101111011010011110100000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5DBD; }

 p { color: rgb(237,93,189); }

 H1.HeaderClassName
 {
   color: #ED5DBD;
 }
 .AnyTagClassName
 {
   color: #ED5DBD;
 }
</style>
background-color css

<style>
 a { background-color: #ED5DBD; }

 a { background-color: rgb(237,93,189); }

 div.DivClassName
 {
   background-color: #ED5DBD;
 }
 .BgClassName
 {
   background-color: #ED5DBD;
 }
</style>
border-color css

<style>
 span { border-color: #ED5DBD; }

 span { border-color: rgb(237,93,189); }

 td.TdClassName
 {
   border-color: #ED5DBD;
 }
 .TagClassName
 {
   border-color: #ED5DBD;
 }
</style>