Html Css Color HEX #ED77D0 Neon Pink

📋 copy color: '#ED77D0'

red 237 ◦ green 119 ◦ blue 208

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

Shades of Neon Pink #ED77D0

Tints of Neon Pink #ED77D0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.1%

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

R = 42.02%
G = 21.1%
B = 36.88%

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

#ED77D0 (or 0xED77D0) is known color: Neon Pink. HEX triplet: ED, 77 and D0. RGB value is (237,119,208). Sum of RGB (Red+Green+Blue) = 237+119+208=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77D0 is #12882F. Grayscale: #A4A4A4. Windows color (decimal): -1214512 or 13662189. OLE color: 13662189.

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

Color convert

RGB 237 119 208 -
CMYK 0 0.50 0.12 0.07
HSL 314.75º 0.77% 0.7% -
HSV(B) 314.75º 0.5% 0.93% -
XYZ 52.91 35.75 63.79 -
YUV 164.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 237 119 208 0 0.50 0.12 0.07 314.75 0.77 0.7
Hex ED 77 D0 0 32 C 7 13B 4D 46
Octal 355 167 320 0 62 14 7 473 115 106
Binary 11101101 1110111 11010000 0 110010 1100 111 100111011 1001101 1000110

Color Harmonies of #ED77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77D0

Black with #ED77D0

Text Example


Text Example

White with #ED77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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