#ED4377

Color #ED4377 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #ED4377

Tints of Dark Pink #ED4377

Color information

#ED4377 (or 0xED4377) is unknown color: approx Dark Pink. HEX triplet: ED, 43 and 77. RGB value is (237,67,119). Sum of RGB (Red+Green+Blue) = 237+67+119=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4377 is #12BC88. Grayscale: #7B7B7B. Windows color (decimal): -1227913 or 7816173. OLE color: 7816173.

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

Color convert

RGB23767119-
CMYK00.720.500.07
HSL341.65º82.52%59.61%-
HSV(B)341.65º71.73%92.94%-
XYZ40.2623.3519.84-
YUV123.76125.32208.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.03%
GREEN value IS 67 (26.56% from 255) = 15.84%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=56.03%
G=15.84%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376711900.720.500.07341.6582.5259.61
HexED4377048327156533c
Octal355103167011062752612374
Binary1110110110000111110111010010001100101111010101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4377; }

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

 H1.HeaderClassName
 {
   color: #ED4377;
 }
 .AnyTagClassName
 {
   color: #ED4377;
 }
</style>
background-color css

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

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

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

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

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

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