Color Hex Logo

#ea228d Color Hex

#EA228D
(234,34,141)
0 Favorites   0 Comments

Color spaces of #ea228d

RGB 23434141
HSL0.910.830.53
HSV328°85°92°
CMYK 0.000.850.40   0.08
XYZ39.311420.559627.0958
Yxy20.55960.45200.2364
Hunter Lab45.342775.4070-3.6905
CIE-Lab52.464177.4280-7.7575

#ea228d color RGB value is (234,34,141).

#ea228d hex color red value is 234, green value is 34 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ea228d hue: 0.91 , saturation: 0.83 and the lightness value of ea228d is 0.53.

The process color (four color CMYK) of #ea228d color hex is 0.00, 0.85, 0.40, 0.08. Web safe color of #ea228d is #ff3399. Color #ea228d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100010 10001101
Octal 352 42 215
Decimal 234 34 141
Hex EA 22 8D

RGB Percentages of Color #ea228d

%57.21
%8.31
%34.47

CMYK Percentages of Color #ea228d

%0
%85
%40
%8

Triadic Colors of #ea228d

#ea228d #8dea22 #228dea

Analogous Colors of #ea228d

#ea228d #ea2229 #e322ea

Monochromatic Colors of #ea228d

#ea228d

Complementary Color

#ea228d #22ea7f

#ea228d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea228d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea228d Color CSS Codes

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

#ea228d Text Font Color

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

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


#ea228d Background Color

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

This div background color is #ea228d


#ea228d Border Color

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

This div border color is #ea228d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,34,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 #ea228d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea228d


Comments

No comments written yet.

Please login to write comment.