Html Css Color HEX #ED477C Dark Pink

📋 copy color: '#ED477C'

red 237 ◦ green 71 ◦ blue 124

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

Shades of Dark Pink #ED477C

Tints of Dark Pink #ED477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.44%

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

R = 54.86%
G = 16.44%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED477C (or 0xED477C) is known color: Dark Pink. HEX triplet: ED, 47 and 7C. RGB value is (237,71,124). Sum of RGB (Red+Green+Blue) = 237+71+124=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED477C is #12B883. Grayscale: #7E7E7E. Windows color (decimal): -1226884 or 8144877. OLE color: 8144877.

HSL color Cylindrical-coordinate representation of color #ED477C: hue angle of 340.84º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED477C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 124 -
CMYK 0 0.70 0.48 0.07
HSL 340.84º 0.82% 0.6% -
HSV(B) 340.84º 0.7% 0.93% -
XYZ 40.82 23.97 21.54 -
YUV 126.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 237 71 124 0 0.70 0.48 0.07 340.84 0.82 0.6
Hex ED 47 7C 0 46 30 7 155 52 3C
Octal 355 107 174 0 106 60 7 525 122 74
Binary 11101101 1000111 1111100 0 1000110 110000 111 101010101 1010010 111100

Color Harmonies of #ED477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED477C

Black with #ED477C

Text Example


Text Example

White with #ED477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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