Color Hex Logo

#ec245e Color Hex

#EC245E
(236,36,94)
0 Favorites   0 Comments

Color spaces of #ec245e

RGB 2363694
HSL0.950.840.53
HSV343°85°93°
CMYK 0.000.850.60   0.07
XYZ37.243319.902812.4684
Yxy19.90280.53500.2859
Hunter Lab44.612670.942814.6583
CIE-Lab51.727173.953719.6498

#ec245e color RGB value is (236,36,94).

#ec245e hex color red value is 236, green value is 36 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ec245e hue: 0.95 , saturation: 0.84 and the lightness value of ec245e is 0.53.

The process color (four color CMYK) of #ec245e color hex is 0.00, 0.85, 0.60, 0.07. Web safe color of #ec245e is #ff3366. Color #ec245e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100100 01011110
Octal 354 44 136
Decimal 236 36 94
Hex EC 24 5E

RGB Percentages of Color #ec245e

%64.48
%9.84
%25.68

CMYK Percentages of Color #ec245e

%0
%85
%60
%7

Triadic Colors of #ec245e

#ec245e #5eec24 #245eec

Analogous Colors of #ec245e

#ec245e #ec4e24 #ec24c2

Monochromatic Colors of #ec245e

#ec245e

Complementary Color

#ec245e #24ecb2

#ec245e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec245e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec245e Color CSS Codes

.mybgcolor {background-color:#ec245e; } 
.myforecolor {color:#ec245e; }
.mybordercolor {border:3px solid #ec245e; }

#ec245e Text Font Color

<p style="color:#ec245e">Text here</p>

This sample text font color is #ec245e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ec245e Background Color

<div style="background-color:#ec245e">
Div content here</div>

This div background color is #ec245e


#ec245e Border Color

<div style="border:3px solid #ec245e">
Div here</div>

This div border color is #ec245e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,36,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec245e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec245e;
  -webkit-box-shadow: 1px 1px 3px 2px #ec245e;
  box-shadow:         1px 1px 3px 2px #ec245e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,36,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec245e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ec245e;
  -webkit-box-shadow: 1px 1px 3px 2px #ec245e;
  box-shadow:         1px 1px 3px 2px #ec245e;">
Div content here</div>

This div box has shadow with color #ec245e


Comments

No comments written yet.

Please login to write comment.