Html Css Color HEX #ED507D Dark Pink

📋 copy color: '#ED507D'

red 237 ◦ green 80 ◦ blue 125

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

Shades of Dark Pink #ED507D

Tints of Dark Pink #ED507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 53.62%
G = 18.1%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED507D (or 0xED507D) is known color: Dark Pink. HEX triplet: ED, 50 and 7D. RGB value is (237,80,125). Sum of RGB (Red+Green+Blue) = 237+80+125=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED507D is #12AF82. Grayscale: #848484. Windows color (decimal): -1224579 or 8212717. OLE color: 8212717.

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

Color convert

RGB 237 80 125 -
CMYK 0 0.66 0.47 0.07
HSL 342.8º 0.81% 0.62% -
HSV(B) 342.8º 0.66% 0.93% -
XYZ 41.5 25.22 22.08 -
YUV 132.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 237 80 125 0 0.66 0.47 0.07 342.8 0.81 0.62
Hex ED 50 7D 0 42 2F 7 157 51 3E
Octal 355 120 175 0 102 57 7 527 121 76
Binary 11101101 1010000 1111101 0 1000010 101111 111 101010111 1010001 111110

Color Harmonies of #ED507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED507D

Black with #ED507D

Text Example


Text Example

White with #ED507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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