Html Css Color HEX #ED507C Dark Pink

📋 copy color: '#ED507C'

red 237 ◦ green 80 ◦ blue 124

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

Shades of Dark Pink #ED507C

Tints of Dark Pink #ED507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.12%

R = 53.74%
G = 18.14%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED507C (or 0xED507C) is known color: Dark Pink. HEX triplet: ED, 50 and 7C. RGB value is (237,80,124). Sum of RGB (Red+Green+Blue) = 237+80+124=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED507C is #12AF83. Grayscale: #838383. Windows color (decimal): -1224580 or 8147181. OLE color: 8147181.

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

Color convert

RGB 237 80 124 -
CMYK 0 0.66 0.48 0.07
HSL 343.18º 0.81% 0.62% -
HSV(B) 343.18º 0.66% 0.93% -
XYZ 41.43 25.2 21.75 -
YUV 131.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 237 80 124 0 0.66 0.48 0.07 343.18 0.81 0.62
Hex ED 50 7C 0 42 30 7 157 51 3E
Octal 355 120 174 0 102 60 7 527 121 76
Binary 11101101 1010000 1111100 0 1000010 110000 111 101010111 1010001 111110

Color Harmonies of #ED507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED507C

Black with #ED507C

Text Example


Text Example

White with #ED507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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