Color Hex Logo

#e2233b Color Hex

#E2233B
(226,35,59)
0 Favorites   0 Comments

Color spaces of #e2233b

RGB 2263559
HSL0.980.770.51
HSV352°85°89°
CMYK 0.000.850.74   0.11
XYZ32.754517.68665.8252
Yxy17.68660.58210.3143
Hunter Lab42.055465.426121.2264
CIE-Lab49.113869.885336.9041

#e2233b color RGB value is (226,35,59).

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

The process color (four color CMYK) of #e2233b color hex is 0.00, 0.85, 0.74, 0.11. Web safe color of #e2233b is #cc3333. Color #e2233b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100011 00111011
Octal 342 43 73
Decimal 226 35 59
Hex E2 23 3B

RGB Percentages of Color #e2233b

%70.63
%10.94
%18.44

CMYK Percentages of Color #e2233b

%0
%85
%74
%11

Triadic Colors of #e2233b

#e2233b #3be223 #233be2

Analogous Colors of #e2233b

#e2233b #e26b23 #e2239b

Monochromatic Colors of #e2233b

#e2233b

Complementary Color

#e2233b #23e2ca

#e2233b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2233b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2233b Color CSS Codes

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

#e2233b Text Font Color

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

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


#e2233b Background Color

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

This div background color is #e2233b


#e2233b Border Color

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

This div border color is #e2233b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2233b


Comments

No comments written yet.

Please login to write comment.