Color Hex Logo

#e232aa Color Hex

#E232AA
(226,50,170)
0 Favorites   0 Comments

Color spaces of #e232aa

RGB 22650170
HSL0.890.750.54
HSV319°78°89°
CMYK 0.000.780.25   0.11
XYZ39.760321.352240.0560
Yxy21.35220.39300.2111
Hunter Lab46.208472.7265-19.0499
CIE-Lab53.332875.0961-23.7671

#e232aa color RGB value is (226,50,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110010 10101010
Octal 342 62 252
Decimal 226 50 170
Hex E2 32 AA

RGB Percentages of Color #e232aa

%50.67
%11.21
%38.12

CMYK Percentages of Color #e232aa

%0
%78
%25
%11

Triadic Colors of #e232aa

#e232aa #aae232 #32aae2

Analogous Colors of #e232aa

#e232aa #e23252 #c232e2

Monochromatic Colors of #e232aa

#e232aa

Complementary Color

#e232aa #32e26a

#e232aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e232aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e232aa Color CSS Codes

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

#e232aa Text Font Color

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

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


#e232aa Background Color

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

This div background color is #e232aa


#e232aa Border Color

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

This div border color is #e232aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e232aa


Comments

No comments written yet.

Please login to write comment.