Html Css Color HEX #ED4973 Dark Pink

📋 copy color: '#ED4973'

red 237 ◦ green 73 ◦ blue 115

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

Shades of Dark Pink #ED4973

Tints of Dark Pink #ED4973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 55.76%
G = 17.18%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED4973 (or 0xED4973) is known color: Dark Pink. HEX triplet: ED, 49 and 73. RGB value is (237,73,115). Sum of RGB (Red+Green+Blue) = 237+73+115=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4973 is #12B68C. Grayscale: #7E7E7E. Windows color (decimal): -1226381 or 7555565. OLE color: 7555565.

HSL color Cylindrical-coordinate representation of color #ED4973: hue angle of 344.63º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4973 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 73 115 -
CMYK 0 0.69 0.51 0.07
HSL 344.63º 0.82% 0.61% -
HSV(B) 344.63º 0.69% 0.93% -
XYZ 40.4 24.01 18.72 -
YUV 126.82 121.33 206.58 -
System Red Green Blue C M Y K H S L
Decimal 237 73 115 0 0.69 0.51 0.07 344.63 0.82 0.61
Hex ED 49 73 0 45 33 7 159 52 3D
Octal 355 111 163 0 105 63 7 531 122 75
Binary 11101101 1001001 1110011 0 1000101 110011 111 101011001 1010010 111101

Color Harmonies of #ED4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4973

Black with #ED4973

Text Example


Text Example

White with #ED4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4973; }

 p { color: rgb(237,73,115); }

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

background-color css

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

 a { background-color: rgb(237,73,115); }

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

border-color css

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

 span { border-color: rgb(237,73,115); }

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