Color Hex Logo

#e1229e Color Hex

#E1229E
(225,34,158)
0 Favorites   0 Comments

Color spaces of #e1229e

RGB 22534158
HSL0.890.760.51
HSV321°85°88°
CMYK 0.000.850.30   0.12
XYZ37.794919.620234.1428
Yxy19.62020.41280.2143
Hunter Lab44.294774.7912-14.6950
CIE-Lab51.405177.1395-19.6605

#e1229e color RGB value is (225,34,158).

#e1229e hex color red value is 225, green value is 34 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e1229e hue: 0.89 , saturation: 0.76 and the lightness value of e1229e is 0.51.

The process color (four color CMYK) of #e1229e color hex is 0.00, 0.85, 0.30, 0.12. Web safe color of #e1229e is #cc3399. Color #e1229e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 10011110
Octal 341 42 236
Decimal 225 34 158
Hex E1 22 9E

RGB Percentages of Color #e1229e

%53.96
%8.15
%37.89

CMYK Percentages of Color #e1229e

%0
%85
%30
%12

Triadic Colors of #e1229e

#e1229e #9ee122 #229ee1

Analogous Colors of #e1229e

#e1229e #e1223e #c522e1

Monochromatic Colors of #e1229e

#e1229e

Complementary Color

#e1229e #22e165

#e1229e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1229e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1229e Color CSS Codes

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

#e1229e Text Font Color

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

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


#e1229e Background Color

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

This div background color is #e1229e


#e1229e Border Color

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

This div border color is #e1229e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1229e


Comments

No comments written yet.

Please login to write comment.