Color Hex Logo

#e1245e Color Hex

#E1245E
(225,36,94)
0 Favorites   0 Comments

Color spaces of #e1245e

RGB 2253694
HSL0.950.760.51
HSV342°84°88°
CMYK 0.000.840.58   0.12
XYZ33.702618.077512.3026
Yxy18.07750.52590.2821
Hunter Lab42.517667.086312.6066
CIE-Lab49.590071.182816.3975

#e1245e color RGB value is (225,36,94).

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

The process color (four color CMYK) of #e1245e color hex is 0.00, 0.84, 0.58, 0.12. Web safe color of #e1245e is #cc3366. Color #e1245e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 01011110
Octal 341 44 136
Decimal 225 36 94
Hex E1 24 5E

RGB Percentages of Color #e1245e

%63.38
%10.14
%26.48

CMYK Percentages of Color #e1245e

%0
%84
%58
%12

Triadic Colors of #e1245e

#e1245e #5ee124 #245ee1

Analogous Colors of #e1245e

#e1245e #e14824 #e124bd

Monochromatic Colors of #e1245e

#e1245e

Complementary Color

#e1245e #24e1a7

#e1245e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1245e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1245e Color CSS Codes

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

#e1245e Text Font Color

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

This sample text font color is #e1245e
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.


#e1245e Background Color

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

This div background color is #e1245e


#e1245e Border Color

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

This div border color is #e1245e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1245e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1245e


Comments

No comments written yet.

Please login to write comment.