Color Hex Logo

#ea636a Color Hex

#EA636A
(234,99,106)
0 Favorites   0 Comments

Color spaces of #ea636a

RGB 23499106
HSL0.990.760.65
HSV357°58°92°
CMYK 0.000.580.55   0.08
XYZ40.995027.456716.7747
Yxy27.45670.48100.3222
Hunter Lab52.399147.952817.6987
CIE-Lab59.394752.798722.7744

#ea636a color RGB value is (234,99,106).

#ea636a hex color red value is 234, green value is 99 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ea636a hue: 0.99 , saturation: 0.76 and the lightness value of ea636a is 0.65.

The process color (four color CMYK) of #ea636a color hex is 0.00, 0.58, 0.55, 0.08. Web safe color of #ea636a is #ff6666. Color #ea636a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 01101010
Octal 352 143 152
Decimal 234 99 106
Hex EA 63 6A

RGB Percentages of Color #ea636a

%53.30
%22.55
%24.15

CMYK Percentages of Color #ea636a

%0
%58
%55
%8

Triadic Colors of #ea636a

#ea636a #6aea63 #636aea

Analogous Colors of #ea636a

#ea636a #eaa063 #ea63ae

Monochromatic Colors of #ea636a

#ea636a

Complementary Color

#ea636a #63eae3

#ea636a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea636a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea636a Color CSS Codes

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

#ea636a Text Font Color

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

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


#ea636a Background Color

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

This div background color is #ea636a


#ea636a Border Color

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

This div border color is #ea636a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea636a


Comments

No comments written yet.

Please login to write comment.