Color Hex Logo

#ee218d Color Hex

#EE218D
(238,33,141)
0 Favorites   0 Comments

Color spaces of #ee218d

RGB 23833141
HSL0.910.860.53
HSV328°86°93°
CMYK 0.000.860.41   0.07
XYZ40.611521.187927.1485
Yxy21.18790.45660.2382
Hunter Lab46.030376.9334-2.7478
CIE-Lab53.154578.5143-6.6486

#ee218d color RGB value is (238,33,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100001 10001101
Octal 356 41 215
Decimal 238 33 141
Hex EE 21 8D

RGB Percentages of Color #ee218d

%57.77
%8.01
%34.22

CMYK Percentages of Color #ee218d

%0
%86
%41
%7

Triadic Colors of #ee218d

#ee218d #8dee21 #218dee

Analogous Colors of #ee218d

#ee218d #ee2127 #e921ee

Monochromatic Colors of #ee218d

#ee218d

Complementary Color

#ee218d #21ee82

#ee218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee218d Color CSS Codes

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

#ee218d Text Font Color

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

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


#ee218d Background Color

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

This div background color is #ee218d


#ee218d Border Color

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

This div border color is #ee218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee218d


Comments

No comments written yet.

Please login to write comment.