Color Hex Logo

#ee2eae Color Hex

#EE2EAE
(238,46,174)
0 Favorites   0 Comments

Color spaces of #ee2eae

RGB 23846174
HSL0.890.850.56
HSV320°81°93°
CMYK 0.000.810.27   0.07
XYZ43.876923.187142.2074
Yxy23.18710.40150.2122
Hunter Lab48.153078.3811-18.2622
CIE-Lab55.264579.2538-22.9576

#ee2eae color RGB value is (238,46,174).

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

The process color (four color CMYK) of #ee2eae color hex is 0.00, 0.81, 0.27, 0.07. Web safe color of #ee2eae is #ff3399. Color #ee2eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101110 10101110
Octal 356 56 256
Decimal 238 46 174
Hex EE 2E AE

RGB Percentages of Color #ee2eae

%51.97
%10.04
%37.99

CMYK Percentages of Color #ee2eae

%0
%81
%27
%7

Triadic Colors of #ee2eae

#ee2eae #aeee2e #2eaeee

Analogous Colors of #ee2eae

#ee2eae #ee2e4e #ce2eee

Monochromatic Colors of #ee2eae

#ee2eae

Complementary Color

#ee2eae #2eee6e

#ee2eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2eae Color CSS Codes

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

#ee2eae Text Font Color

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

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


#ee2eae Background Color

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

This div background color is #ee2eae


#ee2eae Border Color

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

This div border color is #ee2eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2eae


Comments

No comments written yet.

Please login to write comment.