Html Css Color HEX #ED4776 Dark Pink

📋 copy color: '#ED4776'

red 237 ◦ green 71 ◦ blue 118

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

Shades of Dark Pink #ED4776

Tints of Dark Pink #ED4776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.7%

R = 55.63%
G = 16.67%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED4776 (or 0xED4776) is known color: Dark Pink. HEX triplet: ED, 47 and 76. RGB value is (237,71,118). Sum of RGB (Red+Green+Blue) = 237+71+118=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4776 is #12B889. Grayscale: #7D7D7D. Windows color (decimal): -1226890 or 7751661. OLE color: 7751661.

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

Color convert

RGB 237 71 118 -
CMYK 0 0.70 0.50 0.07
HSL 343.01º 0.82% 0.6% -
HSV(B) 343.01º 0.7% 0.93% -
XYZ 40.45 23.82 19.61 -
YUV 125.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 237 71 118 0 0.70 0.50 0.07 343.01 0.82 0.6
Hex ED 47 76 0 46 32 7 157 52 3C
Octal 355 107 166 0 106 62 7 527 122 74
Binary 11101101 1000111 1110110 0 1000110 110010 111 101010111 1010010 111100

Color Harmonies of #ED4776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4776

Black with #ED4776

Text Example


Text Example

White with #ED4776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4776; }

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

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

background-color css

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

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

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

border-color css

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

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

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