Html Css Color HEX #ED77CD Neon Pink

📋 copy color: '#ED77CD'

red 237 ◦ green 119 ◦ blue 205

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

Shades of Neon Pink #ED77CD

Tints of Neon Pink #ED77CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 42.25%
G = 21.21%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED77CD (or 0xED77CD) is known color: Neon Pink. HEX triplet: ED, 77 and CD. RGB value is (237,119,205). Sum of RGB (Red+Green+Blue) = 237+119+205=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77CD is #128832. Grayscale: #A3A3A3. Windows color (decimal): -1214515 or 13465581. OLE color: 13465581.

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

Color convert

RGB 237 119 205 -
CMYK 0 0.50 0.14 0.07
HSL 316.27º 0.77% 0.7% -
HSV(B) 316.27º 0.5% 0.93% -
XYZ 52.54 35.61 61.86 -
YUV 164.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 237 119 205 0 0.50 0.14 0.07 316.27 0.77 0.7
Hex ED 77 CD 0 32 E 7 13C 4D 46
Octal 355 167 315 0 62 16 7 474 115 106
Binary 11101101 1110111 11001101 0 110010 1110 111 100111100 1001101 1000110

Color Harmonies of #ED77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77CD

Black with #ED77CD

Text Example


Text Example

White with #ED77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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