Color Hex Logo

#ea018d Color Hex

#EA018D
(234,1,141)
3 Favorites   0 Comments

Color spaces of #ea018d

RGB 2341141
HSL0.900.990.46
HSV324°100°92°
CMYK 0.001.000.40   0.08
XYZ38.750319.437226.9087
Yxy19.43720.45540.2284
Hunter Lab44.087679.7371-5.3260
CIE-Lab51.194881.1180-9.6556

#ea018d color RGB value is (234,1,141).

#ea018d hex color red value is 234, green value is 1 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ea018d hue: 0.90 , saturation: 0.99 and the lightness value of ea018d is 0.46.

The process color (four color CMYK) of #ea018d color hex is 0.00, 1.00, 0.40, 0.08. Web safe color of #ea018d is #ff0099. Color #ea018d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 10001101
Octal 352 1 215
Decimal 234 1 141
Hex EA 1 8D

RGB Percentages of Color #ea018d

%62.23
%0.27
%37.50

CMYK Percentages of Color #ea018d

%0
%100
%40
%8

Triadic Colors of #ea018d

#ea018d #8dea01 #018dea

Analogous Colors of #ea018d

#ea018d #ea0118 #d301ea

Monochromatic Colors of #ea018d

#ea018d

Complementary Color

#ea018d #01ea5e

#ea018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea018d Color CSS Codes

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

#ea018d Text Font Color

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

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


#ea018d Background Color

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

This div background color is #ea018d


#ea018d Border Color

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

This div border color is #ea018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea018d


Comments

No comments written yet.

Please login to write comment.