Color Hex Logo

#e2313e Color Hex

#E2313E
(226,49,62)
0 Favorites   0 Comments

Color spaces of #e2313e

RGB 2264962
HSL0.990.750.54
HSV356°78°89°
CMYK 0.000.780.73   0.11
XYZ33.331818.71326.4126
Yxy18.71320.57020.3201
Hunter Lab43.258861.835321.4921
CIE-Lab50.350066.604336.5830

#e2313e color RGB value is (226,49,62).

#e2313e hex color red value is 226, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e2313e hue: 0.99 , saturation: 0.75 and the lightness value of e2313e is 0.54.

The process color (four color CMYK) of #e2313e color hex is 0.00, 0.78, 0.73, 0.11. Web safe color of #e2313e is #cc3333. Color #e2313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110001 00111110
Octal 342 61 76
Decimal 226 49 62
Hex E2 31 3E

RGB Percentages of Color #e2313e

%67.06
%14.54
%18.40

CMYK Percentages of Color #e2313e

%0
%78
%73
%11

Triadic Colors of #e2313e

#e2313e #3ee231 #313ee2

Analogous Colors of #e2313e

#e2313e #e27d31 #e23197

Monochromatic Colors of #e2313e

#e2313e

Complementary Color

#e2313e #31e2d5

#e2313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2313e Color CSS Codes

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

#e2313e Text Font Color

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

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


#e2313e Background Color

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

This div background color is #e2313e


#e2313e Border Color

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

This div border color is #e2313e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,49,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2313e


Comments

No comments written yet.

Please login to write comment.