Html Css Color HEX #ED5ABE Neon Pink

📋 copy color: '#ED5ABE'

red 237 ◦ green 90 ◦ blue 190

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

Shades of Neon Pink #ED5ABE

Tints of Neon Pink #ED5ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.41%

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

R = 45.84%
G = 17.41%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED5ABE (or 0xED5ABE) is known color: Neon Pink. HEX triplet: ED, 5A and BE. RGB value is (237,90,190). Sum of RGB (Red+Green+Blue) = 237+90+190=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5ABE is #12A541. Grayscale: #919191. Windows color (decimal): -1221954 or 12475117. OLE color: 12475117.

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

Color convert

RGB 237 90 190 -
CMYK 0 0.62 0.20 0.07
HSL 319.18º 0.8% 0.64% -
HSV(B) 319.18º 0.62% 0.93% -
XYZ 47.88 29.03 51.8 -
YUV 145.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 237 90 190 0 0.62 0.20 0.07 319.18 0.8 0.64
Hex ED 5A BE 0 3E 14 7 13F 50 40
Octal 355 132 276 0 76 24 7 477 120 100
Binary 11101101 1011010 10111110 0 111110 10100 111 100111111 1010000 1000000

Color Harmonies of #ED5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5ABE

Black with #ED5ABE

Text Example


Text Example

White with #ED5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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