Html Css Color HEX #ED5080 Dark Pink

📋 copy color: '#ED5080'

red 237 ◦ green 80 ◦ blue 128

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

Shades of Dark Pink #ED5080

Tints of Dark Pink #ED5080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 53.26%
G = 17.98%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED5080 (or 0xED5080) is known color: Dark Pink. HEX triplet: ED, 50 and 80. RGB value is (237,80,128). Sum of RGB (Red+Green+Blue) = 237+80+128=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5080 is #12AF7F. Grayscale: #848484. Windows color (decimal): -1224576 or 8409325. OLE color: 8409325.

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

Color convert

RGB 237 80 128 -
CMYK 0 0.66 0.46 0.07
HSL 341.66º 0.81% 0.62% -
HSV(B) 341.66º 0.66% 0.93% -
XYZ 41.69 25.3 23.11 -
YUV 132.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 237 80 128 0 0.66 0.46 0.07 341.66 0.81 0.62
Hex ED 50 80 0 42 2E 7 156 51 3E
Octal 355 120 200 0 102 56 7 526 121 76
Binary 11101101 1010000 10000000 0 1000010 101110 111 101010110 1010001 111110

Color Harmonies of #ED5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5080

Black with #ED5080

Text Example


Text Example

White with #ED5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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