Color Hex Logo

#ee236e Color Hex

#EE236E
(238,35,110)
0 Favorites   0 Comments

Color spaces of #ee236e

RGB 23835110
HSL0.940.860.54
HSV338°85°93°
CMYK 0.000.850.54   0.07
XYZ38.675420.505016.6713
Yxy20.50500.50990.2703
Hunter Lab45.282473.21129.8694
CIE-Lab52.403475.669510.9412

#ee236e color RGB value is (238,35,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100011 01101110
Octal 356 43 156
Decimal 238 35 110
Hex EE 23 6E

RGB Percentages of Color #ee236e

%62.14
%9.14
%28.72

CMYK Percentages of Color #ee236e

%0
%85
%54
%7

Triadic Colors of #ee236e

#ee236e #6eee23 #236eee

Analogous Colors of #ee236e

#ee236e #ee3e23 #ee23d4

Monochromatic Colors of #ee236e

#ee236e

Complementary Color

#ee236e #23eea3

#ee236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee236e Color CSS Codes

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

#ee236e Text Font Color

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

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


#ee236e Background Color

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

This div background color is #ee236e


#ee236e Border Color

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

This div border color is #ee236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee236e


Comments

No comments written yet.

Please login to write comment.