Html Css Color HEX #ED547D Dark Pink

📋 copy color: '#ED547D'

red 237 ◦ green 84 ◦ blue 125

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

Shades of Dark Pink #ED547D

Tints of Dark Pink #ED547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.83%

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

R = 53.14%
G = 18.83%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED547D (or 0xED547D) is known color: Dark Pink. HEX triplet: ED, 54 and 7D. RGB value is (237,84,125). Sum of RGB (Red+Green+Blue) = 237+84+125=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED547D is #12AB82. Grayscale: #868686. Windows color (decimal): -1223555 or 8213741. OLE color: 8213741.

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

Color convert

RGB 237 84 125 -
CMYK 0 0.65 0.47 0.07
HSL 343.92º 0.81% 0.63% -
HSV(B) 343.92º 0.65% 0.93% -
XYZ 41.8 25.83 22.18 -
YUV 134.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 237 84 125 0 0.65 0.47 0.07 343.92 0.81 0.63
Hex ED 54 7D 0 41 2F 7 158 51 3F
Octal 355 124 175 0 101 57 7 530 121 77
Binary 11101101 1010100 1111101 0 1000001 101111 111 101011000 1010001 111111

Color Harmonies of #ED547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED547D

Black with #ED547D

Text Example


Text Example

White with #ED547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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