Color Hex Logo

#e2319a Color Hex

#E2319A
(226,49,154)
0 Favorites   0 Comments

Color spaces of #e2319a

RGB 22649154
HSL0.900.750.54
HSV324°78°89°
CMYK 0.000.780.32   0.11
XYZ38.295120.698532.5487
Yxy20.69850.41830.2261
Hunter Lab45.495670.6318-10.5706
CIE-Lab52.617973.5265-15.4209

#e2319a color RGB value is (226,49,154).

#e2319a hex color red value is 226, green value is 49 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e2319a hue: 0.90 , saturation: 0.75 and the lightness value of e2319a is 0.54.

The process color (four color CMYK) of #e2319a color hex is 0.00, 0.78, 0.32, 0.11. Web safe color of #e2319a is #cc3399. Color #e2319a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110001 10011010
Octal 342 61 232
Decimal 226 49 154
Hex E2 31 9A

RGB Percentages of Color #e2319a

%52.68
%11.42
%35.90

CMYK Percentages of Color #e2319a

%0
%78
%32
%11

Triadic Colors of #e2319a

#e2319a #9ae231 #319ae2

Analogous Colors of #e2319a

#e2319a #e23142 #d231e2

Monochromatic Colors of #e2319a

#e2319a

Complementary Color

#e2319a #31e279

#e2319a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2319a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2319a Color CSS Codes

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

#e2319a Text Font Color

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

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


#e2319a Background Color

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

This div background color is #e2319a


#e2319a Border Color

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

This div border color is #e2319a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2319a


Comments

No comments written yet.

Please login to write comment.