color codes Logo

#e90da1 color codes

#E90DA1
(233,13,161)
0 Favorites   0 Comments

Color spaces of #e90da1

RGB 23313161
HSL0.890.890.48
HSV320°94°91°
CMYK 0.000.940.31   0.09
XYZ40.181220.184735.4965
Yxy20.18470.41920.2106
Hunter Lab44.927481.0201-15.3950
CIE-Lab52.045481.9602-20.3290

#e90da1 color RGB value is (233,13,161).

#e90da1 hex color red value is 233, green value is 13 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #e90da1 hue: 0.89 , saturation: 0.89 and the lightness value of e90da1 is 0.48.

The process color (four color CMYK) of #e90da1 color code is 0.00, 0.94, 0.31, 0.09. Web safe color of #e90da1 is #ff0099. Color #e90da1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001101 10100001
Octal 351 15 241
Decimal 233 13 161
Hex E9 D A1

RGB Percentages of Color #e90da1

%57.25
%3.19
%39.56

CMYK Percentages of Color #e90da1

%0
%94
%31
%9

Triadic Colors of #e90da1

#e90da1 #a1e90d #0da1e9

Analogous Colors of #e90da1

#e90da1 #e90d33 #c30de9

Monochromatic Colors of #e90da1

#e90da1

Complementary Color

#e90da1 #0de955

#e90da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90da1 Color CSS Codes

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

#e90da1 Text Font Color

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

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


#e90da1 Background Color

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

This div background color is #e90da1


#e90da1 Border Color

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

This div border color is #e90da1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90da1


Comments

No comments written yet.

Please login to write comment.