Color Hex Logo

#e1244e Color Hex

#E1244E
(225,36,78)
0 Favorites   0 Comments

Color spaces of #e1244e

RGB 2253678
HSL0.960.760.51
HSV347°84°88°
CMYK 0.000.840.65   0.12
XYZ33.057417.81948.9049
Yxy17.81940.55300.2981
Hunter Lab42.213065.912117.0418
CIE-Lab49.276370.261825.7321

#e1244e color RGB value is (225,36,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 01001110
Octal 341 44 116
Decimal 225 36 78
Hex E1 24 4E

RGB Percentages of Color #e1244e

%66.37
%10.62
%23.01

CMYK Percentages of Color #e1244e

%0
%84
%65
%12

Triadic Colors of #e1244e

#e1244e #4ee124 #244ee1

Analogous Colors of #e1244e

#e1244e #e15924 #e124ad

Monochromatic Colors of #e1244e

#e1244e

Complementary Color

#e1244e #24e1b7

#e1244e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1244e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1244e Color CSS Codes

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

#e1244e Text Font Color

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

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


#e1244e Background Color

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

This div background color is #e1244e


#e1244e Border Color

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

This div border color is #e1244e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1244e


Comments

No comments written yet.

Please login to write comment.