Color Hex Logo

#e0224c Color Hex

#E0224C
(224,34,76)
0 Favorites   0 Comments

Color spaces of #e0224c

RGB 2243476
HSL0.960.750.51
HSV347°85°88°
CMYK 0.000.850.66   0.12
XYZ32.617017.51328.4987
Yxy17.51320.55630.2987
Hunter Lab41.848865.887817.2535
CIE-Lab48.900370.314326.4243

#e0224c color RGB value is (224,34,76).

#e0224c hex color red value is 224, green value is 34 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #e0224c hue: 0.96 , saturation: 0.75 and the lightness value of e0224c is 0.51.

The process color (four color CMYK) of #e0224c color hex is 0.00, 0.85, 0.66, 0.12. Web safe color of #e0224c is #cc3333. Color #e0224c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100010 01001100
Octal 340 42 114
Decimal 224 34 76
Hex E0 22 4C

RGB Percentages of Color #e0224c

%67.07
%10.18
%22.75

CMYK Percentages of Color #e0224c

%0
%85
%66
%12

Triadic Colors of #e0224c

#e0224c #4ce022 #224ce0

Analogous Colors of #e0224c

#e0224c #e05722 #e022ab

Monochromatic Colors of #e0224c

#e0224c

Complementary Color

#e0224c #22e0b6

#e0224c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0224c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0224c Color CSS Codes

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

#e0224c Text Font Color

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

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


#e0224c Background Color

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

This div background color is #e0224c


#e0224c Border Color

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

This div border color is #e0224c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,34,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0224c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0224c;
  -webkit-box-shadow: 1px 1px 3px 2px #e0224c;
  box-shadow:         1px 1px 3px 2px #e0224c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,34,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0224c


Comments

No comments written yet.

Please login to write comment.