Color Hex Logo

#ee2eea Color Hex

#EE2EEA
(238,46,234)
0 Favorites   0 Comments

Color spaces of #ee2eea

RGB 23846234
HSL0.840.850.56
HSV301°81°93°
CMYK 0.000.810.02   0.07
XYZ51.088226.071680.1816
Yxy26.07160.32470.1657
Hunter Lab51.060489.2417-57.3626
CIE-Lab58.104987.1166-52.8400

#ee2eea color RGB value is (238,46,234).

#ee2eea hex color red value is 238, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ee2eea hue: 0.84 , saturation: 0.85 and the lightness value of ee2eea is 0.56.

The process color (four color CMYK) of #ee2eea color hex is 0.00, 0.81, 0.02, 0.07. Web safe color of #ee2eea is #ff33ff. Color #ee2eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101110 11101010
Octal 356 56 352
Decimal 238 46 234
Hex EE 2E EA

RGB Percentages of Color #ee2eea

%45.95
%8.88
%45.17

CMYK Percentages of Color #ee2eea

%0
%81
%2
%7

Triadic Colors of #ee2eea

#ee2eea #eaee2e #2eeaee

Analogous Colors of #ee2eea

#ee2eea #ee2e8a #922eee

Monochromatic Colors of #ee2eea

#ee2eea

Complementary Color

#ee2eea #2eee32

#ee2eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2eea Color CSS Codes

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

#ee2eea Text Font Color

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

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


#ee2eea Background Color

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

This div background color is #ee2eea


#ee2eea Border Color

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

This div border color is #ee2eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2eea


Comments

No comments written yet.

Please login to write comment.