Color Hex Logo

#ee298f Color Hex

#EE298F
(238,41,143)
0 Favorites   0 Comments

Color spaces of #ee298f

RGB 23841143
HSL0.910.850.55
HSV329°83°93°
CMYK 0.000.830.40   0.07
XYZ41.010821.746228.0225
Yxy21.74620.45180.2395
Hunter Lab46.632875.3727-2.9855
CIE-Lab53.756777.1490-6.9470

#ee298f color RGB value is (238,41,143).

#ee298f hex color red value is 238, green value is 41 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ee298f hue: 0.91 , saturation: 0.85 and the lightness value of ee298f is 0.55.

The process color (four color CMYK) of #ee298f color hex is 0.00, 0.83, 0.40, 0.07. Web safe color of #ee298f is #ff3399. Color #ee298f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 10001111
Octal 356 51 217
Decimal 238 41 143
Hex EE 29 8F

RGB Percentages of Color #ee298f

%56.40
%9.72
%33.89

CMYK Percentages of Color #ee298f

%0
%83
%40
%7

Triadic Colors of #ee298f

#ee298f #8fee29 #298fee

Analogous Colors of #ee298f

#ee298f #ee292c #eb29ee

Monochromatic Colors of #ee298f

#ee298f

Complementary Color

#ee298f #29ee88

#ee298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee298f Color CSS Codes

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

#ee298f Text Font Color

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

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


#ee298f Background Color

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

This div background color is #ee298f


#ee298f Border Color

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

This div border color is #ee298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee298f


Comments

No comments written yet.

Please login to write comment.