Html Css Color HEX #ED4379 Dark Pink

📋 copy color: '#ED4379'

red 237 ◦ green 67 ◦ blue 121

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

Shades of Dark Pink #ED4379

Tints of Dark Pink #ED4379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.76%

 BLUE value IS 121 (47.66% from 255) = 28.47%

R = 55.76%
G = 15.76%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED4379 (or 0xED4379) is known color: Dark Pink. HEX triplet: ED, 43 and 79. RGB value is (237,67,121). Sum of RGB (Red+Green+Blue) = 237+67+121=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4379 is #12BC86. Grayscale: #7B7B7B. Windows color (decimal): -1227911 or 7947245. OLE color: 7947245.

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

Color convert

RGB 237 67 121 -
CMYK 0 0.72 0.49 0.07
HSL 340.94º 0.83% 0.6% -
HSV(B) 340.94º 0.72% 0.93% -
XYZ 40.38 23.4 20.48 -
YUV 123.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 237 67 121 0 0.72 0.49 0.07 340.94 0.83 0.6
Hex ED 43 79 0 48 31 7 155 53 3C
Octal 355 103 171 0 110 61 7 525 123 74
Binary 11101101 1000011 1111001 0 1001000 110001 111 101010101 1010011 111100

Color Harmonies of #ED4379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4379

Black with #ED4379

Text Example


Text Example

White with #ED4379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4379; }

 p { color: rgb(237,67,121); }

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

background-color css

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

 a { background-color: rgb(237,67,121); }

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

border-color css

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

 span { border-color: rgb(237,67,121); }

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