Color Hex Logo

#e25599 Color Hex

#E25599
(226,85,153)
0 Favorites   0 Comments

Color spaces of #e25599

RGB 22685153
HSL0.920.710.61
HSV331°62°89°
CMYK 0.000.620.32   0.11
XYZ40.362324.965732.8285
Yxy24.96570.41120.2543
Hunter Lab49.965756.7524-3.9788
CIE-Lab57.042060.9861-8.1753

#e25599 color RGB value is (226,85,153).

#e25599 hex color red value is 226, green value is 85 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e25599 hue: 0.92 , saturation: 0.71 and the lightness value of e25599 is 0.61.

The process color (four color CMYK) of #e25599 color hex is 0.00, 0.62, 0.32, 0.11. Web safe color of #e25599 is #cc6699. Color #e25599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 10011001
Octal 342 125 231
Decimal 226 85 153
Hex E2 55 99

RGB Percentages of Color #e25599

%48.71
%18.32
%32.97

CMYK Percentages of Color #e25599

%0
%62
%32
%11

Triadic Colors of #e25599

#e25599 #99e255 #5599e2

Analogous Colors of #e25599

#e25599 #e25855 #e255e0

Monochromatic Colors of #e25599

#e25599

Complementary Color

#e25599 #55e29e

#e25599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25599 Color CSS Codes

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

#e25599 Text Font Color

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

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


#e25599 Background Color

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

This div background color is #e25599


#e25599 Border Color

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

This div border color is #e25599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25599


Comments

No comments written yet.

Please login to write comment.