Html Css Color HEX #ED5EC3 Neon Pink

📋 copy color: '#ED5EC3'

red 237 ◦ green 94 ◦ blue 195

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

Shades of Neon Pink #ED5EC3

Tints of Neon Pink #ED5EC3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.87%

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 45.06%
G = 17.87%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED5EC3 (or 0xED5EC3) is known color: Neon Pink. HEX triplet: ED, 5E and C3. RGB value is (237,94,195). Sum of RGB (Red+Green+Blue) = 237+94+195=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5EC3 is #12A13C. Grayscale: #949494. Windows color (decimal): -1220925 or 12803821. OLE color: 12803821.

HSL color Cylindrical-coordinate representation of color #ED5EC3: hue angle of 317.62º 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 #ED5EC3 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 94 195 -
CMYK 0 0.60 0.18 0.07
HSL 317.62º 0.8% 0.65% -
HSV(B) 317.62º 0.6% 0.93% -
XYZ 48.78 29.95 54.84 -
YUV 148.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 237 94 195 0 0.60 0.18 0.07 317.62 0.8 0.65
Hex ED 5E C3 0 3C 12 7 13E 50 41
Octal 355 136 303 0 74 22 7 476 120 101
Binary 11101101 1011110 11000011 0 111100 10010 111 100111110 1010000 1000001

Color Harmonies of #ED5EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5EC3

Black with #ED5EC3

Text Example


Text Example

White with #ED5EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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