Color Hex Logo

#e2416d Color Hex

#E2416D
(226,65,109)
0 Favorites   0 Comments

Color spaces of #e2416d

RGB 22665109
HSL0.950.740.57
HSV344°71°89°
CMYK 0.000.710.52   0.11
XYZ36.014621.053516.6335
Yxy21.05350.48870.2857
Hunter Lab45.884159.808210.6256
CIE-Lab53.008064.364112.0645

#e2416d color RGB value is (226,65,109).

#e2416d hex color red value is 226, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e2416d hue: 0.95 , saturation: 0.74 and the lightness value of e2416d is 0.57.

The process color (four color CMYK) of #e2416d color hex is 0.00, 0.71, 0.52, 0.11. Web safe color of #e2416d is #cc3366. Color #e2416d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 01101101
Octal 342 101 155
Decimal 226 65 109
Hex E2 41 6D

RGB Percentages of Color #e2416d

%56.50
%16.25
%27.25

CMYK Percentages of Color #e2416d

%0
%71
%52
%11

Triadic Colors of #e2416d

#e2416d #6de241 #416de2

Analogous Colors of #e2416d

#e2416d #e26641 #e241be

Monochromatic Colors of #e2416d

#e2416d

Complementary Color

#e2416d #41e2b6

#e2416d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2416d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2416d Color CSS Codes

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

#e2416d Text Font Color

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

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


#e2416d Background Color

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

This div background color is #e2416d


#e2416d Border Color

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

This div border color is #e2416d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2416d


Comments

No comments written yet.

Please login to write comment.