Color Hex Logo

#ee426e Color Hex

#EE426E
(238,66,110)
0 Favorites   0 Comments

Color spaces of #ee426e

RGB 23866110
HSL0.960.830.60
HSV345°72°93°
CMYK 0.000.720.54   0.07
XYZ40.022623.199417.1204
Yxy23.19940.49820.2888
Hunter Lab48.165864.031812.6415
CIE-Lab55.277167.535914.9436

#ee426e color RGB value is (238,66,110).

#ee426e hex color red value is 238, green value is 66 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ee426e hue: 0.96 , saturation: 0.83 and the lightness value of ee426e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 01101110
Octal 356 102 156
Decimal 238 66 110
Hex EE 42 6E

RGB Percentages of Color #ee426e

%57.49
%15.94
%26.57

CMYK Percentages of Color #ee426e

%0
%72
%54
%7

Triadic Colors of #ee426e

#ee426e #6eee42 #426eee

Analogous Colors of #ee426e

#ee426e #ee6c42 #ee42c4

Monochromatic Colors of #ee426e

#ee426e

Complementary Color

#ee426e #42eec2

#ee426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee426e Color CSS Codes

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

#ee426e Text Font Color

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

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


#ee426e Background Color

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

This div background color is #ee426e


#ee426e Border Color

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

This div border color is #ee426e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,66,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 #ee426e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee426e


Comments

No comments written yet.

Please login to write comment.