Html Css Color HEX #ED5086 Dark Pink

📋 copy color: '#ED5086'

red 237 ◦ green 80 ◦ blue 134

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

Shades of Dark Pink #ED5086

Tints of Dark Pink #ED5086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.71%

R = 52.55%
G = 17.74%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED5086 (or 0xED5086) is known color: Dark Pink. HEX triplet: ED, 50 and 86. RGB value is (237,80,134). Sum of RGB (Red+Green+Blue) = 237+80+134=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5086 is #12AF79. Grayscale: #858585. Windows color (decimal): -1224570 or 8802541. OLE color: 8802541.

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

Color convert

RGB 237 80 134 -
CMYK 0 0.66 0.43 0.07
HSL 339.36º 0.81% 0.62% -
HSV(B) 339.36º 0.66% 0.93% -
XYZ 42.1 25.46 25.25 -
YUV 133.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 237 80 134 0 0.66 0.43 0.07 339.36 0.81 0.62
Hex ED 50 86 0 42 2B 7 153 51 3E
Octal 355 120 206 0 102 53 7 523 121 76
Binary 11101101 1010000 10000110 0 1000010 101011 111 101010011 1010001 111110

Color Harmonies of #ED5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5086

Black with #ED5086

Text Example


Text Example

White with #ED5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5086; }

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

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

background-color css

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

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

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

border-color css

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

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

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