Html Css Color HEX #ED477A Dark Pink

📋 copy color: '#ED477A'

red 237 ◦ green 71 ◦ blue 122

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

Shades of Dark Pink #ED477A

Tints of Dark Pink #ED477A

RGB

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

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

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

R = 55.12%
G = 16.51%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED477A (or 0xED477A) is known color: Dark Pink. HEX triplet: ED, 47 and 7A. RGB value is (237,71,122). Sum of RGB (Red+Green+Blue) = 237+71+122=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED477A is #12B885. Grayscale: #7E7E7E. Windows color (decimal): -1226886 or 8013805. OLE color: 8013805.

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

Color convert

RGB 237 71 122 -
CMYK 0 0.70 0.49 0.07
HSL 341.57º 0.82% 0.6% -
HSV(B) 341.57º 0.7% 0.93% -
XYZ 40.69 23.92 20.88 -
YUV 126.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 237 71 122 0 0.70 0.49 0.07 341.57 0.82 0.6
Hex ED 47 7A 0 46 31 7 156 52 3C
Octal 355 107 172 0 106 61 7 526 122 74
Binary 11101101 1000111 1111010 0 1000110 110001 111 101010110 1010010 111100

Color Harmonies of #ED477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED477A

Black with #ED477A

Text Example


Text Example

White with #ED477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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