Color Hex Logo

#e1193d Color Hex

#E1193D
(225,25,61)
0 Favorites   0 Comments

Color spaces of #e1193d

RGB 2252561
HSL0.970.800.49
HSV349°89°88°
CMYK 0.000.890.73   0.12
XYZ32.241317.03976.0046
Yxy17.03970.58320.3082
Hunter Lab41.279267.179820.2709
CIE-Lab48.310071.509234.7525

#e1193d color RGB value is (225,25,61).

#e1193d hex color red value is 225, green value is 25 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e1193d hue: 0.97 , saturation: 0.80 and the lightness value of e1193d is 0.49.

The process color (four color CMYK) of #e1193d color hex is 0.00, 0.89, 0.73, 0.12. Web safe color of #e1193d is #cc0033. Color #e1193d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 00111101
Octal 341 31 75
Decimal 225 25 61
Hex E1 19 3D

RGB Percentages of Color #e1193d

%72.35
%8.04
%19.61

CMYK Percentages of Color #e1193d

%0
%89
%73
%12

Triadic Colors of #e1193d

#e1193d #3de119 #193de1

Analogous Colors of #e1193d

#e1193d #e15919 #e119a1

Monochromatic Colors of #e1193d

#e1193d

Complementary Color

#e1193d #19e1bd

#e1193d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1193d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1193d Color CSS Codes

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

#e1193d Text Font Color

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

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


#e1193d Background Color

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

This div background color is #e1193d


#e1193d Border Color

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

This div border color is #e1193d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,25,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1193d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1193d;
  -webkit-box-shadow: 1px 1px 3px 2px #e1193d;
  box-shadow:         1px 1px 3px 2px #e1193d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,25,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1193d


Comments

No comments written yet.

Please login to write comment.