Color Hex Logo

#e919aa Color Hex

#E919AA
(233,25,170)
0 Favorites   0 Comments

Color spaces of #e919aa

RGB 23325170
HSL0.880.830.51
HSV318°89°91°
CMYK 0.000.890.27   0.09
XYZ41.207620.921239.8965
Yxy20.92120.40390.2051
Hunter Lab45.739780.7689-19.6980
CIE-Lab52.863181.6038-24.3865

#e919aa color RGB value is (233,25,170).

#e919aa hex color red value is 233, green value is 25 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e919aa hue: 0.88 , saturation: 0.83 and the lightness value of e919aa is 0.51.

The process color (four color CMYK) of #e919aa color hex is 0.00, 0.89, 0.27, 0.09. Web safe color of #e919aa is #ff0099. Color #e919aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00011001 10101010
Octal 351 31 252
Decimal 233 25 170
Hex E9 19 AA

RGB Percentages of Color #e919aa

%54.44
%5.84
%39.72

CMYK Percentages of Color #e919aa

%0
%89
%27
%9

Triadic Colors of #e919aa

#e919aa #aae919 #19aae9

Analogous Colors of #e919aa

#e919aa #e91942 #c019e9

Monochromatic Colors of #e919aa

#e919aa

Complementary Color

#e919aa #19e958

#e919aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e919aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e919aa Color CSS Codes

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

#e919aa Text Font Color

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

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


#e919aa Background Color

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

This div background color is #e919aa


#e919aa Border Color

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

This div border color is #e919aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e919aa


Comments

No comments written yet.

Please login to write comment.