Color Hex Logo

#e01390 Color Hex

#E01390
(224,19,144)
0 Favorites   0 Comments

Color spaces of #e01390

RGB 22419144
HSL0.900.840.48
HSV323°92°88°
CMYK 0.000.920.36   0.12
XYZ36.007418.326728.0252
Yxy18.32670.43720.2225
Hunter Lab42.809775.2201-8.8472
CIE-Lab49.890077.7797-13.6178

#e01390 color RGB value is (224,19,144).

#e01390 hex color red value is 224, green value is 19 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e01390 hue: 0.90 , saturation: 0.84 and the lightness value of e01390 is 0.48.

The process color (four color CMYK) of #e01390 color hex is 0.00, 0.92, 0.36, 0.12. Web safe color of #e01390 is #cc0099. Color #e01390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010011 10010000
Octal 340 23 220
Decimal 224 19 144
Hex E0 13 90

RGB Percentages of Color #e01390

%57.88
%4.91
%37.21

CMYK Percentages of Color #e01390

%0
%92
%36
%12

Triadic Colors of #e01390

#e01390 #90e013 #1390e0

Analogous Colors of #e01390

#e01390 #e01329 #ca13e0

Monochromatic Colors of #e01390

#e01390

Complementary Color

#e01390 #13e063

#e01390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01390 Color CSS Codes

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

#e01390 Text Font Color

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

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


#e01390 Background Color

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

This div background color is #e01390


#e01390 Border Color

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

This div border color is #e01390


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,19,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e01390; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e01390;
  -webkit-box-shadow: 1px 1px 3px 2px #e01390;
  box-shadow:         1px 1px 3px 2px #e01390; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01390


Comments

No comments written yet.

Please login to write comment.