#ED4E70

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

Shades of Dark Pink #ED4E70

Tints of Dark Pink #ED4E70

Color information

#ED4E70 (or 0xED4E70) is unknown color: approx Dark Pink. HEX triplet: ED, 4E and 70. RGB value is (237,78,112). Sum of RGB (Red+Green+Blue) = 237+78+112=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4E70 is #12B18F. Grayscale: #818181. Windows color (decimal): -1225104 or 7360237. OLE color: 7360237.

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

Color convert

RGB23778112-
CMYK00.670.530.07
HSL347.17º81.54%61.76%-
HSV(B)347.17º67.09%92.94%-
XYZ40.5724.6217.94-
YUV129.42118.18204.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=55.50%
G=18.27%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377811200.670.530.07347.1781.5461.76
HexED4E7004335715b523e
Octal355116160010365753312276
Binary1110110110011101110000010000111101011111010110111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4E70; }

 p { color: rgb(237,78,112); }

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

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

 a { background-color: rgb(237,78,112); }

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

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

 span { border-color: rgb(237,78,112); }

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