Color Hex Logo

#e9355e Color Hex

#E9355E
(233,53,94)
0 Favorites   0 Comments

Color spaces of #e9355e

RGB 2335394
HSL0.960.800.56
HSV346°77°91°
CMYK 0.000.770.60   0.09
XYZ36.897820.678012.6362
Yxy20.67800.52550.2945
Hunter Lab45.473165.260815.3555
CIE-Lab52.595369.076920.7129

#e9355e color RGB value is (233,53,94).

#e9355e hex color red value is 233, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e9355e hue: 0.96 , saturation: 0.80 and the lightness value of e9355e is 0.56.

The process color (four color CMYK) of #e9355e color hex is 0.00, 0.77, 0.60, 0.09. Web safe color of #e9355e is #ff3366. Color #e9355e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110101 01011110
Octal 351 65 136
Decimal 233 53 94
Hex E9 35 5E

RGB Percentages of Color #e9355e

%61.32
%13.95
%24.74

CMYK Percentages of Color #e9355e

%0
%77
%60
%9

Triadic Colors of #e9355e

#e9355e #5ee935 #355ee9

Analogous Colors of #e9355e

#e9355e #e96635 #e935b8

Monochromatic Colors of #e9355e

#e9355e

Complementary Color

#e9355e #35e9c0

#e9355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9355e Color CSS Codes

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

#e9355e Text Font Color

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

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


#e9355e Background Color

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

This div background color is #e9355e


#e9355e Border Color

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

This div border color is #e9355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9355e


Comments

No comments written yet.

Please login to write comment.