Color Hex Logo

#e994ea Color Hex

#E994EA
(233,148,234)
0 Favorites   0 Comments

Color spaces of #e994ea

RGB 233148234
HSL0.830.670.75
HSV299°37°92°
CMYK 0.000.370.00   0.08
XYZ59.045544.444083.3084
Yxy44.44400.31610.2379
Hunter Lab66.666341.4290-27.4243
CIE-Lab72.524345.0612-30.2969

#e994ea color RGB value is (233,148,234).

#e994ea hex color red value is 233, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e994ea hue: 0.83 , saturation: 0.67 and the lightness value of e994ea is 0.75.

The process color (four color CMYK) of #e994ea color hex is 0.00, 0.37, 0.00, 0.08. Web safe color of #e994ea is #ff99ff. Color #e994ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010100 11101010
Octal 351 224 352
Decimal 233 148 234
Hex E9 94 EA

RGB Percentages of Color #e994ea

%37.89
%24.07
%38.05

CMYK Percentages of Color #e994ea

%0
%37
%0
%8

Triadic Colors of #e994ea

#e994ea #eae994 #94eae9

Analogous Colors of #e994ea

#e994ea #ea94c0 #be94ea

Monochromatic Colors of #e994ea

#e994ea

Complementary Color

#e994ea #95ea94

#e994ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e994ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e994ea Color CSS Codes

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

#e994ea Text Font Color

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

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


#e994ea Background Color

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

This div background color is #e994ea


#e994ea Border Color

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

This div border color is #e994ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,148,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e994ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e994ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e994ea;
  box-shadow:         1px 1px 3px 2px #e994ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,148,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e994ea


Comments

No comments written yet.

Please login to write comment.