Color Hex Logo

#e2235a Color Hex

#E2235A
(226,35,90)
0 Favorites   0 Comments

Color spaces of #e2235a

RGB 2263590
HSL0.950.770.51
HSV343°85°89°
CMYK 0.000.850.60   0.11
XYZ33.810518.109011.3862
Yxy18.10900.53410.2861
Hunter Lab42.554767.351013.9243
CIE-Lab49.628071.395918.9261

#e2235a color RGB value is (226,35,90).

#e2235a hex color red value is 226, green value is 35 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e2235a hue: 0.95 , saturation: 0.77 and the lightness value of e2235a is 0.51.

The process color (four color CMYK) of #e2235a color hex is 0.00, 0.85, 0.60, 0.11. Web safe color of #e2235a is #cc3366. Color #e2235a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100011 01011010
Octal 342 43 132
Decimal 226 35 90
Hex E2 23 5A

RGB Percentages of Color #e2235a

%64.39
%9.97
%25.64

CMYK Percentages of Color #e2235a

%0
%85
%60
%11

Triadic Colors of #e2235a

#e2235a #5ae223 #235ae2

Analogous Colors of #e2235a

#e2235a #e24c23 #e223ba

Monochromatic Colors of #e2235a

#e2235a

Complementary Color

#e2235a #23e2ab

#e2235a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2235a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2235a Color CSS Codes

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

#e2235a Text Font Color

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

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


#e2235a Background Color

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

This div background color is #e2235a


#e2235a Border Color

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

This div border color is #e2235a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2235a


Comments

No comments written yet.

Please login to write comment.