Color Hex Logo

#ee226d Color Hex

#EE226D
(238,34,109)
0 Favorites   0 Comments

Color spaces of #ee226d

RGB 23834109
HSL0.940.860.53
HSV338°86°93°
CMYK 0.000.860.54   0.07
XYZ38.592220.425316.3764
Yxy20.42530.51190.2709
Hunter Lab45.194473.333910.1520
CIE-Lab52.314775.786111.4229

#ee226d color RGB value is (238,34,109).

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

The process color (four color CMYK) of #ee226d color hex is 0.00, 0.86, 0.54, 0.07. Web safe color of #ee226d is #ff3366. Color #ee226d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100010 01101101
Octal 356 42 155
Decimal 238 34 109
Hex EE 22 6D

RGB Percentages of Color #ee226d

%62.47
%8.92
%28.61

CMYK Percentages of Color #ee226d

%0
%86
%54
%7

Triadic Colors of #ee226d

#ee226d #6dee22 #226dee

Analogous Colors of #ee226d

#ee226d #ee3d22 #ee22d3

Monochromatic Colors of #ee226d

#ee226d

Complementary Color

#ee226d #22eea3

#ee226d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee226d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee226d Color CSS Codes

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

#ee226d Text Font Color

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

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


#ee226d Background Color

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

This div background color is #ee226d


#ee226d Border Color

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

This div border color is #ee226d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee226d


Comments

No comments written yet.

Please login to write comment.