Html Css Color HEX #ED5076 Dark Pink

📋 copy color: '#ED5076'

red 237 ◦ green 80 ◦ blue 118

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

Shades of Dark Pink #ED5076

Tints of Dark Pink #ED5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 54.48%
G = 18.39%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED5076 (or 0xED5076) is known color: Dark Pink. HEX triplet: ED, 50 and 76. RGB value is (237,80,118). Sum of RGB (Red+Green+Blue) = 237+80+118=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5076 is #12AF89. Grayscale: #838383. Windows color (decimal): -1224586 or 7753965. OLE color: 7753965.

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

Color convert

RGB 237 80 118 -
CMYK 0 0.66 0.50 0.07
HSL 345.48º 0.81% 0.62% -
HSV(B) 345.48º 0.66% 0.93% -
XYZ 41.06 25.05 19.81 -
YUV 131.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 237 80 118 0 0.66 0.50 0.07 345.48 0.81 0.62
Hex ED 50 76 0 42 32 7 159 51 3E
Octal 355 120 166 0 102 62 7 531 121 76
Binary 11101101 1010000 1110110 0 1000010 110010 111 101011001 1010001 111110

Color Harmonies of #ED5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5076

Black with #ED5076

Text Example


Text Example

White with #ED5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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