#EC4C73

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

Shades of Dark Pink #EC4C73

Tints of Dark Pink #EC4C73

Color information

#EC4C73 (or 0xEC4C73) is unknown color: approx Dark Pink. HEX triplet: EC, 4C and 73. RGB value is (236,76,115). Sum of RGB (Red+Green+Blue) = 236+76+115=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C73 is #13B38C. Grayscale: #808080. Windows color (decimal): -1291149 or 7556332. OLE color: 7556332.

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

Color convert

RGB23676115-
CMYK00.680.510.07
HSL345.38º80.81%61.18%-
HSV(B)345.38º67.8%92.55%-
XYZ40.2724.2418.78-
YUV128.29120.51204.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.27%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=55.27%
G=17.80%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367611500.680.510.07345.3880.8161.18
HexEC4C73044337159513d
Octal354114163010463753112175
Binary1110110010011001110011010001001100111111010110011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4C73; }

 p { color: rgb(236,76,115); }

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

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

 a { background-color: rgb(236,76,115); }

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

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

 span { border-color: rgb(236,76,115); }

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