Html Css Color HEX #ED76C9 Neon Pink

📋 copy color: '#ED76C9'

red 237 ◦ green 118 ◦ blue 201

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

Shades of Neon Pink #ED76C9

Tints of Neon Pink #ED76C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 42.63%
G = 21.22%
B = 36.15%

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

#ED76C9 (or 0xED76C9) is known color: Neon Pink. HEX triplet: ED, 76 and C9. RGB value is (237,118,201). Sum of RGB (Red+Green+Blue) = 237+118+201=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76C9 is #128936. Grayscale: #A2A2A2. Windows color (decimal): -1214775 or 13203181. OLE color: 13203181.

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

Color convert

RGB 237 118 201 -
CMYK 0 0.50 0.15 0.07
HSL 318.15º 0.77% 0.7% -
HSV(B) 318.15º 0.5% 0.93% -
XYZ 51.95 35.18 59.31 -
YUV 163.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 237 118 201 0 0.50 0.15 0.07 318.15 0.77 0.7
Hex ED 76 C9 0 32 F 7 13E 4D 46
Octal 355 166 311 0 62 17 7 476 115 106
Binary 11101101 1110110 11001001 0 110010 1111 111 100111110 1001101 1000110

Color Harmonies of #ED76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76C9

Black with #ED76C9

Text Example


Text Example

White with #ED76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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