#ED5370

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

Shades of Dark Pink #ED5370

Tints of Dark Pink #ED5370

Color information

#ED5370 (or 0xED5370) is unknown color: approx Dark Pink. HEX triplet: ED, 53 and 70. RGB value is (237,83,112). Sum of RGB (Red+Green+Blue) = 237+83+112=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5370 is #12AC8F. Grayscale: #848484. Windows color (decimal): -1223824 or 7361517. OLE color: 7361517.

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

Color convert

RGB23783112-
CMYK00.650.530.07
HSL348.7º81.05%62.75%-
HSV(B)348.7º64.98%92.94%-
XYZ40.9425.3618.07-
YUV132.35116.52202.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.86%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=54.86%
G=19.21%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378311200.650.530.07348.781.0562.75
HexED537004135715d513f
Octal355123160010165753512177
Binary1110110110100111110000010000011101011111010111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5370; }

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

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

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

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

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

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

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

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