Html Css Color HEX #ED76CA Neon Pink

📋 copy color: '#ED76CA'

red 237 ◦ green 118 ◦ blue 202

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

Shades of Neon Pink #ED76CA

Tints of Neon Pink #ED76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.18%

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 42.55%
G = 21.18%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED76CA (or 0xED76CA) is known color: Neon Pink. HEX triplet: ED, 76 and CA. RGB value is (237,118,202). Sum of RGB (Red+Green+Blue) = 237+118+202=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76CA is #128935. Grayscale: #A2A2A2. Windows color (decimal): -1214774 or 13268717. OLE color: 13268717.

HSL color Cylindrical-coordinate representation of color #ED76CA: hue angle of 317.65º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76CA is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 202 -
CMYK 0 0.50 0.15 0.07
HSL 317.65º 0.77% 0.7% -
HSV(B) 317.65º 0.5% 0.93% -
XYZ 52.06 35.23 59.93 -
YUV 163.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 237 118 202 0 0.50 0.15 0.07 317.65 0.77 0.7
Hex ED 76 CA 0 32 F 7 13E 4D 46
Octal 355 166 312 0 62 17 7 476 115 106
Binary 11101101 1110110 11001010 0 110010 1111 111 100111110 1001101 1000110

Color Harmonies of #ED76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76CA

Black with #ED76CA

Text Example


Text Example

White with #ED76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76CA; }

 p { color: rgb(237,118,202); }

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

background-color css

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

 a { background-color: rgb(237,118,202); }

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

border-color css

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

 span { border-color: rgb(237,118,202); }

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