#ED5EC4

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

Shades of Neon Pink #ED5EC4

Tints of Neon Pink #ED5EC4

Color information

#ED5EC4 (or 0xED5EC4) is unknown color: approx Neon Pink. HEX triplet: ED, 5E and C4. RGB value is (237,94,196). Sum of RGB (Red+Green+Blue) = 237+94+196=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5EC4 is #12A13B. Grayscale: #949494. Windows color (decimal): -1220924 or 12869357. OLE color: 12869357.

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

Color convert

RGB23794196-
CMYK00.600.170.07
HSL317.2º79.89%64.9%-
HSV(B)317.2º60.34%92.94%-
XYZ48.893055.44-
YUV148.38154.88191.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 94 (37.11% from 255) = 17.84%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=44.97%
G=17.84%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379419600.600.170.07317.279.8964.9
HexED5EC403C11713d5041
Octal355136304074217475120101
Binary1110110110111101100010001111001000111110011110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5EC4; }

 p { color: rgb(237,94,196); }

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

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

 a { background-color: rgb(237,94,196); }

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

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

 span { border-color: rgb(237,94,196); }

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