Color Hex Logo

#e24b5e Color Hex

#E24B5E
(226,75,94)
1 Favorites   0 Comments

Color spaces of #e24b5e

RGB 2267594
HSL0.980.720.59
HSV352°67°89°
CMYK 0.000.670.58   0.11
XYZ35.900522.009112.9457
Yxy22.00910.50670.3106
Hunter Lab46.913954.496616.4789
CIE-Lab54.036759.547722.4080

#e24b5e color RGB value is (226,75,94).

#e24b5e hex color red value is 226, green value is 75 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e24b5e hue: 0.98 , saturation: 0.72 and the lightness value of e24b5e is 0.59.

The process color (four color CMYK) of #e24b5e color hex is 0.00, 0.67, 0.58, 0.11. Web safe color of #e24b5e is #cc3366. Color #e24b5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001011 01011110
Octal 342 113 136
Decimal 226 75 94
Hex E2 4B 5E

RGB Percentages of Color #e24b5e

%57.22
%18.99
%23.80

CMYK Percentages of Color #e24b5e

%0
%67
%58
%11

Triadic Colors of #e24b5e

#e24b5e #5ee24b #4b5ee2

Analogous Colors of #e24b5e

#e24b5e #e2844b #e24baa

Monochromatic Colors of #e24b5e

#e24b5e

Complementary Color

#e24b5e #4be2cf

#e24b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24b5e Color CSS Codes

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

#e24b5e Text Font Color

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

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


#e24b5e Background Color

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

This div background color is #e24b5e


#e24b5e Border Color

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

This div border color is #e24b5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,75,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e24b5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e24b5e;
  -webkit-box-shadow: 1px 1px 3px 2px #e24b5e;
  box-shadow:         1px 1px 3px 2px #e24b5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,75,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24b5e


Comments

No comments written yet.

Please login to write comment.