Html Css Color HEX #ED4577 Dark Pink

📋 copy color: '#ED4577'

red 237 ◦ green 69 ◦ blue 119

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

Shades of Dark Pink #ED4577

Tints of Dark Pink #ED4577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.24%

 BLUE value IS 119 (46.88% from 255) = 28%

R = 55.76%
G = 16.24%
B = 28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED4577 (or 0xED4577) is known color: Dark Pink. HEX triplet: ED, 45 and 77. RGB value is (237,69,119). Sum of RGB (Red+Green+Blue) = 237+69+119=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4577 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4577 is #12BA88. Grayscale: #7C7C7C. Windows color (decimal): -1227401 or 7816685. OLE color: 7816685.

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

Color convert

RGB 237 69 119 -
CMYK 0 0.71 0.50 0.07
HSL 342.14º 0.82% 0.6% -
HSV(B) 342.14º 0.71% 0.93% -
XYZ 40.38 23.59 19.88 -
YUV 124.93 124.66 207.93 -
System Red Green Blue C M Y K H S L
Decimal 237 69 119 0 0.71 0.50 0.07 342.14 0.82 0.6
Hex ED 45 77 0 47 32 7 156 52 3C
Octal 355 105 167 0 107 62 7 526 122 74
Binary 11101101 1000101 1110111 0 1000111 110010 111 101010110 1010010 111100

Color Harmonies of #ED4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4577

Black with #ED4577

Text Example


Text Example

White with #ED4577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4577; }

 p { color: rgb(237,69,119); }

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

background-color css

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

 a { background-color: rgb(237,69,119); }

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

border-color css

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

 span { border-color: rgb(237,69,119); }

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