Html Css Color HEX #ED76D0 Neon Pink

📋 copy color: '#ED76D0'

red 237 ◦ green 118 ◦ blue 208

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

Shades of Neon Pink #ED76D0

Tints of Neon Pink #ED76D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.94%

R = 42.1%
G = 20.96%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED76D0 (or 0xED76D0) is known color: Neon Pink. HEX triplet: ED, 76 and D0. RGB value is (237,118,208). Sum of RGB (Red+Green+Blue) = 237+118+208=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76D0 is #12892F. Grayscale: #A3A3A3. Windows color (decimal): -1214768 or 13661933. OLE color: 13661933.

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

Color convert

RGB 237 118 208 -
CMYK 0 0.50 0.12 0.07
HSL 314.62º 0.77% 0.7% -
HSV(B) 314.62º 0.5% 0.93% -
XYZ 52.79 35.52 63.75 -
YUV 163.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 237 118 208 0 0.50 0.12 0.07 314.62 0.77 0.7
Hex ED 76 D0 0 32 C 7 13B 4D 46
Octal 355 166 320 0 62 14 7 473 115 106
Binary 11101101 1110110 11010000 0 110010 1100 111 100111011 1001101 1000110

Color Harmonies of #ED76D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76D0

Black with #ED76D0

Text Example


Text Example

White with #ED76D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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