Html Css Color HEX #ED5979 Dark Pink

📋 copy color: '#ED5979'

red 237 ◦ green 89 ◦ blue 121

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

Shades of Dark Pink #ED5979

Tints of Dark Pink #ED5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.91%

 BLUE value IS 121 (47.66% from 255) = 27.07%

R = 53.02%
G = 19.91%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED5979 (or 0xED5979) is known color: Dark Pink. HEX triplet: ED, 59 and 79. RGB value is (237,89,121). Sum of RGB (Red+Green+Blue) = 237+89+121=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5979 is #12A686. Grayscale: #888888. Windows color (decimal): -1222279 or 7952877. OLE color: 7952877.

HSL color Cylindrical-coordinate representation of color #ED5979: hue angle of 347.03º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5979 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 89 121 -
CMYK 0 0.62 0.49 0.07
HSL 347.03º 0.8% 0.64% -
HSV(B) 347.03º 0.62% 0.93% -
XYZ 41.95 26.53 21 -
YUV 136.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 237 89 121 0 0.62 0.49 0.07 347.03 0.8 0.64
Hex ED 59 79 0 3E 31 7 15B 50 40
Octal 355 131 171 0 76 61 7 533 120 100
Binary 11101101 1011001 1111001 0 111110 110001 111 101011011 1010000 1000000

Color Harmonies of #ED5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5979

Black with #ED5979

Text Example


Text Example

White with #ED5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5979; }

 p { color: rgb(237,89,121); }

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

background-color css

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

 a { background-color: rgb(237,89,121); }

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

border-color css

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

 span { border-color: rgb(237,89,121); }

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