#ED4970

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

Shades of Dark Pink #ED4970

Tints of Dark Pink #ED4970

Color information

#ED4970 (or 0xED4970) is unknown color: approx Dark Pink. HEX triplet: ED, 49 and 70. RGB value is (237,73,112). Sum of RGB (Red+Green+Blue) = 237+73+112=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4970 is #12B68F. Grayscale: #7E7E7E. Windows color (decimal): -1226384 or 7358957. OLE color: 7358957.

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

Color convert

RGB23773112-
CMYK00.690.530.07
HSL345.73º82%60.78%-
HSV(B)345.73º69.2%92.94%-
XYZ40.2323.9417.83-
YUV126.48119.83206.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.16%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=56.16%
G=17.30%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377311200.690.530.07345.738260.78
HexED497004535715a523d
Octal355111160010565753212275
Binary1110110110010011110000010001011101011111010110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4970; }

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

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

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

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

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

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

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

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