#EC5D7C

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

Shades of Dark Pink #EC5D7C

Tints of Dark Pink #EC5D7C

Color information

#EC5D7C (or 0xEC5D7C) is unknown color: approx Dark Pink. HEX triplet: EC, 5D and 7C. RGB value is (236,93,124). Sum of RGB (Red+Green+Blue) = 236+93+124=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D7C is #13A283. Grayscale: #8B8B8B. Windows color (decimal): -1286788 or 8150508. OLE color: 8150508.

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

Color convert

RGB23693124-
CMYK00.610.470.07
HSL346.99º79.01%64.51%-
HSV(B)346.99º60.59%92.55%-
XYZ42.1427.1222.08-
YUV139.29119.38196.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.10%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=52.10%
G=20.53%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369312400.610.470.07346.9979.0164.51
HexEC5D7C03D2F715b4f41
Octal354135174075577533117101
Binary1110110010111011111100011110110111111110101101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5D7C; }

 p { color: rgb(236,93,124); }

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

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

 a { background-color: rgb(236,93,124); }

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

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

 span { border-color: rgb(236,93,124); }

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