Color Hex Logo

#e175ae Color Hex

#E175AE
(225,117,174)
0 Favorites   0 Comments

Color spaces of #e175ae

RGB 225117174
HSL0.910.640.67
HSV328°48°88°
CMYK 0.000.480.23   0.12
XYZ45.052631.786143.8052
Yxy31.78610.37340.2635
Hunter Lab56.379243.9758-6.6014
CIE-Lab63.165748.6182-11.1523

#e175ae color RGB value is (225,117,174).

#e175ae hex color red value is 225, green value is 117 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e175ae hue: 0.91 , saturation: 0.64 and the lightness value of e175ae is 0.67.

The process color (four color CMYK) of #e175ae color hex is 0.00, 0.48, 0.23, 0.12. Web safe color of #e175ae is #cc6699. Color #e175ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 10101110
Octal 341 165 256
Decimal 225 117 174
Hex E1 75 AE

RGB Percentages of Color #e175ae

%43.60
%22.67
%33.72

CMYK Percentages of Color #e175ae

%0
%48
%23
%12

Triadic Colors of #e175ae

#e175ae #aee175 #75aee1

Analogous Colors of #e175ae

#e175ae #e17578 #de75e1

Monochromatic Colors of #e175ae

#e175ae

Complementary Color

#e175ae #75e1a8

#e175ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e175ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e175ae Color CSS Codes

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

#e175ae Text Font Color

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

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


#e175ae Background Color

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

This div background color is #e175ae


#e175ae Border Color

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

This div border color is #e175ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,117,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e175ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e175ae;
  -webkit-box-shadow: 1px 1px 3px 2px #e175ae;
  box-shadow:         1px 1px 3px 2px #e175ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,117,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e175ae


Comments

No comments written yet.

Please login to write comment.