Html Css Color HEX #ED6BC1 Neon Pink

📋 copy color: '#ED6BC1'

red 237 ◦ green 107 ◦ blue 193

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

Shades of Neon Pink #ED6BC1

Tints of Neon Pink #ED6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.93%

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 44.13%
G = 19.93%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED6BC1 (or 0xED6BC1) is known color: Neon Pink. HEX triplet: ED, 6B and C1. RGB value is (237,107,193). Sum of RGB (Red+Green+Blue) = 237+107+193=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BC1 is #12943E. Grayscale: #9B9B9B. Windows color (decimal): -1217599 or 12676077. OLE color: 12676077.

HSL color Cylindrical-coordinate representation of color #ED6BC1: hue angle of 320.31º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BC1 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 107 193 -
CMYK 0 0.55 0.19 0.07
HSL 320.31º 0.78% 0.67% -
HSV(B) 320.31º 0.55% 0.93% -
XYZ 49.81 32.37 54.07 -
YUV 155.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 237 107 193 0 0.55 0.19 0.07 320.31 0.78 0.67
Hex ED 6B C1 0 37 13 7 140 4E 43
Octal 355 153 301 0 67 23 7 500 116 103
Binary 11101101 1101011 11000001 0 110111 10011 111 101000000 1001110 1000011

Color Harmonies of #ED6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BC1

Black with #ED6BC1

Text Example


Text Example

White with #ED6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BC1; }

 p { color: rgb(237,107,193); }

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

background-color css

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

 a { background-color: rgb(237,107,193); }

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

border-color css

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

 span { border-color: rgb(237,107,193); }

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