Color Hex Logo

#e16461 Color Hex

#E16461
(225,100,97)
0 Favorites   0 Comments

Color spaces of #e16461

RGB 22510097
HSL0.000.680.63
HSV57°88°
CMYK 0.000.560.57   0.12
XYZ37.766225.985014.3344
Yxy25.98500.48370.3328
Hunter Lab50.975543.038219.0104
CIE-Lab58.022848.521625.8829

#e16461 color RGB value is (225,100,97).

#e16461 hex color red value is 225, green value is 100 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e16461 hue: 0.00 , saturation: 0.68 and the lightness value of e16461 is 0.63.

The process color (four color CMYK) of #e16461 color hex is 0.00, 0.56, 0.57, 0.12. Web safe color of #e16461 is #cc6666. Color #e16461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 01100001
Octal 341 144 141
Decimal 225 100 97
Hex E1 64 61

RGB Percentages of Color #e16461

%53.32
%23.70
%22.99

CMYK Percentages of Color #e16461

%0
%56
%57
%12

Triadic Colors of #e16461

#e16461 #61e164 #6461e1

Analogous Colors of #e16461

#e16461 #e1a461 #e1619e

Monochromatic Colors of #e16461

#e16461

Complementary Color

#e16461 #61dee1

#e16461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16461 Color CSS Codes

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

#e16461 Text Font Color

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

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


#e16461 Background Color

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

This div background color is #e16461


#e16461 Border Color

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

This div border color is #e16461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16461


Comments

No comments written yet.

Please login to write comment.