Html Css Color HEX #ED547A Dark Pink

📋 copy color: '#ED547A'

red 237 ◦ green 84 ◦ blue 122

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

Shades of Dark Pink #ED547A

Tints of Dark Pink #ED547A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 53.5%
G = 18.96%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED547A (or 0xED547A) is known color: Dark Pink. HEX triplet: ED, 54 and 7A. RGB value is (237,84,122). Sum of RGB (Red+Green+Blue) = 237+84+122=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED547A is #12AB85. Grayscale: #868686. Windows color (decimal): -1223558 or 8017133. OLE color: 8017133.

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

Color convert

RGB 237 84 122 -
CMYK 0 0.65 0.49 0.07
HSL 345.1º 0.81% 0.63% -
HSV(B) 345.1º 0.65% 0.93% -
XYZ 41.61 25.75 21.19 -
YUV 134.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 237 84 122 0 0.65 0.49 0.07 345.1 0.81 0.63
Hex ED 54 7A 0 41 31 7 159 51 3F
Octal 355 124 172 0 101 61 7 531 121 77
Binary 11101101 1010100 1111010 0 1000001 110001 111 101011001 1010001 111111

Color Harmonies of #ED547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED547A

Black with #ED547A

Text Example


Text Example

White with #ED547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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