Color Hex Logo

#e42eaa Color Hex

#E42EAA
(228,46,170)
0 Favorites   0 Comments

Color spaces of #e42eaa

RGB 22846170
HSL0.890.770.54
HSV319°80°89°
CMYK 0.000.800.25   0.11
XYZ40.227621.350340.0310
Yxy21.35030.39590.2101
Hunter Lab46.206474.5422-19.0215
CIE-Lab53.330876.5642-23.7409

#e42eaa color RGB value is (228,46,170).

#e42eaa hex color red value is 228, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e42eaa hue: 0.89 , saturation: 0.77 and the lightness value of e42eaa is 0.54.

The process color (four color CMYK) of #e42eaa color hex is 0.00, 0.80, 0.25, 0.11. Web safe color of #e42eaa is #cc3399. Color #e42eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101110 10101010
Octal 344 56 252
Decimal 228 46 170
Hex E4 2E AA

RGB Percentages of Color #e42eaa

%51.35
%10.36
%38.29

CMYK Percentages of Color #e42eaa

%0
%80
%25
%11

Triadic Colors of #e42eaa

#e42eaa #aae42e #2eaae4

Analogous Colors of #e42eaa

#e42eaa #e42e4f #c32ee4

Monochromatic Colors of #e42eaa

#e42eaa

Complementary Color

#e42eaa #2ee468

#e42eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42eaa Color CSS Codes

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

#e42eaa Text Font Color

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

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


#e42eaa Background Color

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

This div background color is #e42eaa


#e42eaa Border Color

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

This div border color is #e42eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,46,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e42eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e42eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #e42eaa;
  box-shadow:         1px 1px 3px 2px #e42eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,46,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42eaa


Comments

No comments written yet.

Please login to write comment.