Color Hex Logo

#e241aa Color Hex

#E241AA
(226,65,170)
0 Favorites   0 Comments

Color spaces of #e241aa

RGB 22665170
HSL0.890.740.57
HSV321°71°89°
CMYK 0.000.710.25   0.11
XYZ40.510022.851640.3059
Yxy22.85160.39080.2204
Hunter Lab47.803367.6104-16.5287
CIE-Lab54.919270.5941-21.3295

#e241aa color RGB value is (226,65,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 10101010
Octal 342 101 252
Decimal 226 65 170
Hex E2 41 AA

RGB Percentages of Color #e241aa

%49.02
%14.10
%36.88

CMYK Percentages of Color #e241aa

%0
%71
%25
%11

Triadic Colors of #e241aa

#e241aa #aae241 #41aae2

Analogous Colors of #e241aa

#e241aa #e2415a #ca41e2

Monochromatic Colors of #e241aa

#e241aa

Complementary Color

#e241aa #41e279

#e241aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e241aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e241aa Color CSS Codes

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

#e241aa Text Font Color

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

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


#e241aa Background Color

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

This div background color is #e241aa


#e241aa Border Color

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

This div border color is #e241aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,65,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 #e241aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e241aa


Comments

No comments written yet.

Please login to write comment.