color codes Logo

#e9049d color codes

#E9049D
(233,4,157)
0 Favorites   0 Comments

Color spaces of #e9049d

RGB 2334157
HSL0.890.970.46
HSV320°98°91°
CMYK 0.000.980.33   0.09
XYZ39.733519.844833.6345
Yxy19.84480.42630.2129
Hunter Lab44.547581.2524-13.5822
CIE-Lab51.661382.2169-18.5410

#e9049d color RGB value is (233,4,157).

#e9049d hex color red value is 233, green value is 4 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e9049d hue: 0.89 , saturation: 0.97 and the lightness value of e9049d is 0.46.

The process color (four color CMYK) of #e9049d color code is 0.00, 0.98, 0.33, 0.09. Web safe color of #e9049d is #ff0099. Color #e9049d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000100 10011101
Octal 351 4 235
Decimal 233 4 157
Hex E9 4 9D

RGB Percentages of Color #e9049d

%59.14
%1.02
%39.85

CMYK Percentages of Color #e9049d

%0
%98
%33
%9

Triadic Colors of #e9049d

#e9049d #9de904 #049de9

Analogous Colors of #e9049d

#e9049d #e9042b #c304e9

Monochromatic Colors of #e9049d

#e9049d

Complementary Color

#e9049d #04e950

#e9049d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9049d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9049d Color CSS Codes

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

#e9049d Text Font Color

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

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


#e9049d Background Color

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

This div background color is #e9049d


#e9049d Border Color

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

This div border color is #e9049d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9049d


Comments

No comments written yet.

Please login to write comment.