Color Hex Logo

#e50eee Color Hex

#E50EEE
(229,14,238)
0 Favorites   0 Comments

Color spaces of #e50eee

RGB 22914238
HSL0.830.890.49
HSV298°94°93°
CMYK 0.040.940.00   0.07
XYZ47.902823.145182.8316
Yxy23.14510.31130.1504
Hunter Lab48.109493.5423-68.4052
CIE-Lab55.221590.9141-59.7796

#e50eee color RGB value is (229,14,238).

#e50eee hex color red value is 229, green value is 14 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e50eee hue: 0.83 , saturation: 0.89 and the lightness value of e50eee is 0.49.

The process color (four color CMYK) of #e50eee color hex is 0.04, 0.94, 0.00, 0.07. Web safe color of #e50eee is #cc00ff. Color #e50eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001110 11101110
Octal 345 16 356
Decimal 229 14 238
Hex E5 E EE

RGB Percentages of Color #e50eee

%47.61
%2.91
%49.48

CMYK Percentages of Color #e50eee

%4
%94
%0
%7

Triadic Colors of #e50eee

#e50eee #eee50e #0eeee5

Analogous Colors of #e50eee

#e50eee #ee0e87 #750eee

Monochromatic Colors of #e50eee

#e50eee

Complementary Color

#e50eee #17ee0e

#e50eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50eee Color CSS Codes

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

#e50eee Text Font Color

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

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


#e50eee Background Color

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

This div background color is #e50eee


#e50eee Border Color

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

This div border color is #e50eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,14,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e50eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e50eee;
  -webkit-box-shadow: 1px 1px 3px 2px #e50eee;
  box-shadow:         1px 1px 3px 2px #e50eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,14,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50eee


Comments

No comments written yet.

Please login to write comment.