Color Hex Logo

#e2015e Color Hex

#E2015E
(226,1,94)
0 Favorites   0 Comments

Color spaces of #e2015e

RGB 226194
HSL0.930.990.45
HSV335°100°89°
CMYK 0.001.000.58   0.11
XYZ33.395316.998612.1106
Yxy16.99860.53430.2720
Hunter Lab41.229472.431511.4449
CIE-Lab48.258375.844014.6071

#e2015e color RGB value is (226,1,94).

#e2015e hex color red value is 226, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e2015e hue: 0.93 , saturation: 0.99 and the lightness value of e2015e is 0.45.

The process color (four color CMYK) of #e2015e color hex is 0.00, 1.00, 0.58, 0.11. Web safe color of #e2015e is #cc0066. Color #e2015e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000001 01011110
Octal 342 1 136
Decimal 226 1 94
Hex E2 1 5E

RGB Percentages of Color #e2015e

%70.40
%0.31
%29.28

CMYK Percentages of Color #e2015e

%0
%100
%58
%11

Triadic Colors of #e2015e

#e2015e #5ee201 #015ee2

Analogous Colors of #e2015e

#e2015e #e21501 #e201cf

Monochromatic Colors of #e2015e

#e2015e

Complementary Color

#e2015e #01e285

#e2015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2015e Color CSS Codes

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

#e2015e Text Font Color

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

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


#e2015e Background Color

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

This div background color is #e2015e


#e2015e Border Color

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

This div border color is #e2015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2015e


Comments

No comments written yet.

Please login to write comment.