Color Hex Logo

#e2499e Color Hex

#E2499E
(226,73,158)
0 Favorites   0 Comments

Color spaces of #e2499e

RGB 22673158
HSL0.910.730.59
HSV327°68°89°
CMYK 0.000.680.30   0.11
XYZ39.918123.402534.7610
Yxy23.40250.40700.2386
Hunter Lab48.376162.6330-8.7399
CIE-Lab55.484566.3155-13.4421

#e2499e color RGB value is (226,73,158).

#e2499e hex color red value is 226, green value is 73 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e2499e hue: 0.91 , saturation: 0.73 and the lightness value of e2499e is 0.59.

The process color (four color CMYK) of #e2499e color hex is 0.00, 0.68, 0.30, 0.11. Web safe color of #e2499e is #cc3399. Color #e2499e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001001 10011110
Octal 342 111 236
Decimal 226 73 158
Hex E2 49 9E

RGB Percentages of Color #e2499e

%49.45
%15.97
%34.57

CMYK Percentages of Color #e2499e

%0
%68
%30
%11

Triadic Colors of #e2499e

#e2499e #9ee249 #499ee2

Analogous Colors of #e2499e

#e2499e #e24951 #da49e2

Monochromatic Colors of #e2499e

#e2499e

Complementary Color

#e2499e #49e28d

#e2499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2499e Color CSS Codes

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

#e2499e Text Font Color

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

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


#e2499e Background Color

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

This div background color is #e2499e


#e2499e Border Color

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

This div border color is #e2499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2499e


Comments

No comments written yet.

Please login to write comment.