Html Css Color HEX #ED477D Dark Pink

📋 copy color: '#ED477D'

red 237 ◦ green 71 ◦ blue 125

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

Shades of Dark Pink #ED477D

Tints of Dark Pink #ED477D

RGB

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

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

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

R = 54.73%
G = 16.4%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED477D (or 0xED477D) is known color: Dark Pink. HEX triplet: ED, 47 and 7D. RGB value is (237,71,125). Sum of RGB (Red+Green+Blue) = 237+71+125=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED477D is #12B882. Grayscale: #7E7E7E. Windows color (decimal): -1226883 or 8210413. OLE color: 8210413.

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

Color convert

RGB 237 71 125 -
CMYK 0 0.70 0.47 0.07
HSL 340.48º 0.82% 0.6% -
HSV(B) 340.48º 0.7% 0.93% -
XYZ 40.88 23.99 21.88 -
YUV 126.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 237 71 125 0 0.70 0.47 0.07 340.48 0.82 0.6
Hex ED 47 7D 0 46 2F 7 154 52 3C
Octal 355 107 175 0 106 57 7 524 122 74
Binary 11101101 1000111 1111101 0 1000110 101111 111 101010100 1010010 111100

Color Harmonies of #ED477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED477D

Black with #ED477D

Text Example


Text Example

White with #ED477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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