#EC4C75

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

Shades of Dark Pink #EC4C75

Tints of Dark Pink #EC4C75

Color information

#EC4C75 (or 0xEC4C75) is unknown color: approx Dark Pink. HEX triplet: EC, 4C and 75. RGB value is (236,76,117). Sum of RGB (Red+Green+Blue) = 236+76+117=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C75 is #13B38A. Grayscale: #808080. Windows color (decimal): -1291147 or 7687404. OLE color: 7687404.

HSL color Cylindrical-coordinate representation of color #EC4C75: hue angle of 344.62º 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 #EC4C75 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23676117-
CMYK00.680.500.07
HSL344.62º80.81%61.18%-
HSV(B)344.62º67.8%92.55%-
XYZ40.3924.2919.39-
YUV128.51121.51204.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.01%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=55.01%
G=17.72%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367611700.680.500.07344.6280.8161.18
HexEC4C75044327159513d
Octal354114165010462753112175
Binary1110110010011001110101010001001100101111010110011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4C75; }

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

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

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

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

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

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

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

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