Color Hex Logo

#e20eee Color Hex

#E20EEE
(226,14,238)
0 Favorites   0 Comments

Color spaces of #e20eee

RGB 22614238
HSL0.820.890.49
HSV297°94°93°
CMYK 0.050.940.00   0.07
XYZ46.953722.655982.7872
Yxy22.65590.30810.1487
Hunter Lab47.598292.7861-69.8039
CIE-Lab54.716190.4470-60.6183

#e20eee color RGB value is (226,14,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001110 11101110
Octal 342 16 356
Decimal 226 14 238
Hex E2 E EE

RGB Percentages of Color #e20eee

%47.28
%2.93
%49.79

CMYK Percentages of Color #e20eee

%5
%94
%0
%7

Triadic Colors of #e20eee

#e20eee #eee20e #0eeee2

Analogous Colors of #e20eee

#e20eee #ee0e8a #720eee

Monochromatic Colors of #e20eee

#e20eee

Complementary Color

#e20eee #1aee0e

#e20eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20eee Color CSS Codes

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

#e20eee Text Font Color

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

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


#e20eee Background Color

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

This div background color is #e20eee


#e20eee Border Color

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

This div border color is #e20eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20eee


Comments

No comments written yet.

Please login to write comment.