Color Hex Logo

#e24ebf Color Hex

#E24EBF
(226,78,191)
0 Favorites   0 Comments

Color spaces of #e24ebf

RGB 22678191
HSL0.870.720.60
HSV314°65°89°
CMYK 0.000.650.15   0.11
XYZ43.492425.379151.8966
Yxy25.37910.36010.2101
Hunter Lab50.377765.9429-25.8133
CIE-Lab57.442968.7320-29.6013

#e24ebf color RGB value is (226,78,191).

#e24ebf hex color red value is 226, green value is 78 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e24ebf hue: 0.87 , saturation: 0.72 and the lightness value of e24ebf is 0.60.

The process color (four color CMYK) of #e24ebf color hex is 0.00, 0.65, 0.15, 0.11. Web safe color of #e24ebf is #cc66cc. Color #e24ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001110 10111111
Octal 342 116 277
Decimal 226 78 191
Hex E2 4E BF

RGB Percentages of Color #e24ebf

%45.66
%15.76
%38.59

CMYK Percentages of Color #e24ebf

%0
%65
%15
%11

Triadic Colors of #e24ebf

#e24ebf #bfe24e #4ebfe2

Analogous Colors of #e24ebf

#e24ebf #e24e75 #bb4ee2

Monochromatic Colors of #e24ebf

#e24ebf

Complementary Color

#e24ebf #4ee271

#e24ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24ebf Color CSS Codes

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

#e24ebf Text Font Color

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

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


#e24ebf Background Color

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

This div background color is #e24ebf


#e24ebf Border Color

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

This div border color is #e24ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24ebf


Comments

No comments written yet.

Please login to write comment.