Color Hex Logo

#e94ede Color Hex

#E94EDE
(233,78,222)
0 Favorites   0 Comments

Color spaces of #e94ede

RGB 23378222
HSL0.850.780.61
HSV304°67°91°
CMYK 0.000.670.05   0.09
XYZ49.513528.046371.9111
Yxy28.04630.33130.1876
Hunter Lab52.958874.2098-43.4370
CIE-Lab59.930575.0271-43.2560

#e94ede color RGB value is (233,78,222).

#e94ede hex color red value is 233, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e94ede hue: 0.85 , saturation: 0.78 and the lightness value of e94ede is 0.61.

The process color (four color CMYK) of #e94ede color hex is 0.00, 0.67, 0.05, 0.09. Web safe color of #e94ede is #ff66cc. Color #e94ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001110 11011110
Octal 351 116 336
Decimal 233 78 222
Hex E9 4E DE

RGB Percentages of Color #e94ede

%43.71
%14.63
%41.65

CMYK Percentages of Color #e94ede

%0
%67
%5
%9

Triadic Colors of #e94ede

#e94ede #dee94e #4edee9

Analogous Colors of #e94ede

#e94ede #e94e91 #a74ee9

Monochromatic Colors of #e94ede

#e94ede

Complementary Color

#e94ede #4ee959

#e94ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94ede Color CSS Codes

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

#e94ede Text Font Color

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

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


#e94ede Background Color

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

This div background color is #e94ede


#e94ede Border Color

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

This div border color is #e94ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94ede


Comments

No comments written yet.

Please login to write comment.