Color Hex Logo

#ee2190 Color Hex

#EE2190
(238,33,144)
0 Favorites   0 Comments

Color spaces of #ee2190

RGB 23833144
HSL0.910.860.53
HSV328°86°93°
CMYK 0.000.860.39   0.07
XYZ40.837821.278528.3403
Yxy21.27850.45150.2352
Hunter Lab46.128677.3015-4.1363
CIE-Lab53.253078.7882-8.2946

#ee2190 color RGB value is (238,33,144).

#ee2190 hex color red value is 238, green value is 33 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ee2190 hue: 0.91 , saturation: 0.86 and the lightness value of ee2190 is 0.53.

The process color (four color CMYK) of #ee2190 color hex is 0.00, 0.86, 0.39, 0.07. Web safe color of #ee2190 is #ff3399. Color #ee2190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100001 10010000
Octal 356 41 220
Decimal 238 33 144
Hex EE 21 90

RGB Percentages of Color #ee2190

%57.35
%7.95
%34.70

CMYK Percentages of Color #ee2190

%0
%86
%39
%7

Triadic Colors of #ee2190

#ee2190 #90ee21 #2190ee

Analogous Colors of #ee2190

#ee2190 #ee212a #e621ee

Monochromatic Colors of #ee2190

#ee2190

Complementary Color

#ee2190 #21ee7f

#ee2190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2190 Color CSS Codes

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

#ee2190 Text Font Color

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

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


#ee2190 Background Color

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

This div background color is #ee2190


#ee2190 Border Color

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

This div border color is #ee2190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2190


Comments

No comments written yet.

Please login to write comment.