Color Hex Logo

#eb224e Color Hex

#EB224E
(235,34,78)
0 Favorites   0 Comments

Color spaces of #eb224e

RGB 2353478
HSL0.960.830.53
HSV347°86°92°
CMYK 0.000.860.67   0.08
XYZ36.208119.35639.0355
Yxy19.35630.56050.2996
Hunter Lab43.995869.911118.6206
CIE-Lab51.101573.228728.4566

#eb224e color RGB value is (235,34,78).

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

The process color (four color CMYK) of #eb224e color hex is 0.00, 0.86, 0.67, 0.08. Web safe color of #eb224e is #ff3366. Color #eb224e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100010 01001110
Octal 353 42 116
Decimal 235 34 78
Hex EB 22 4E

RGB Percentages of Color #eb224e

%67.72
%9.80
%22.48

CMYK Percentages of Color #eb224e

%0
%86
%67
%8

Triadic Colors of #eb224e

#eb224e #4eeb22 #224eeb

Analogous Colors of #eb224e

#eb224e #eb5b22 #eb22b3

Monochromatic Colors of #eb224e

#eb224e

Complementary Color

#eb224e #22ebbf

#eb224e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb224e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb224e Color CSS Codes

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

#eb224e Text Font Color

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

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


#eb224e Background Color

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

This div background color is #eb224e


#eb224e Border Color

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

This div border color is #eb224e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,34,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb224e


Comments

No comments written yet.

Please login to write comment.