Html Css Color HEX #ED55BE Neon Pink

📋 copy color: '#ED55BE'

red 237 ◦ green 85 ◦ blue 190

#ED55BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #ED55BE

Tints of Neon Pink #ED55BE

RGB

 RED value IS 237 (92.97% from 255) = 46.29%

 GREEN value IS 85 (33.59% from 255) = 16.6%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 46.29%
G = 16.6%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED55BE (or 0xED55BE) is known color: Neon Pink. HEX triplet: ED, 55 and BE. RGB value is (237,85,190). Sum of RGB (Red+Green+Blue) = 237+85+190=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55BE is #12AA41. Grayscale: #8E8E8E. Windows color (decimal): -1223234 or 12473837. OLE color: 12473837.

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

Color convert

RGB 237 85 190 -
CMYK 0 0.64 0.20 0.07
HSL 318.55º 0.81% 0.63% -
HSV(B) 318.55º 0.64% 0.93% -
XYZ 47.47 28.22 51.66 -
YUV 142.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 237 85 190 0 0.64 0.20 0.07 318.55 0.81 0.63
Hex ED 55 BE 0 40 14 7 13F 51 3F
Octal 355 125 276 0 100 24 7 477 121 77
Binary 11101101 1010101 10111110 0 1000000 10100 111 100111111 1010001 111111

Color Harmonies of #ED55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55BE

Black with #ED55BE

Text Example


Text Example

White with #ED55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55BE; }

 p { color: rgb(237,85,190); }

 H1.HeaderClassName
 {
   color: #ED55BE;
 }
 .AnyTagClassName
 {
   color: #ED55BE;
 }
</style>

background-color css

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

 a { background-color: rgb(237,85,190); }

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

border-color css

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

 span { border-color: rgb(237,85,190); }

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