Color Hex Logo

#e191b5 Color Hex

#E191B5
(225,145,181)
0 Favorites   0 Comments

Color spaces of #e191b5

RGB 225145181
HSL0.930.570.73
HSV333°36°88°
CMYK 0.000.360.20   0.12
XYZ49.517239.594548.7487
Yxy39.59450.35920.2872
Hunter Lab62.924230.3505-1.8863
CIE-Lab69.179735.1699-6.1406

#e191b5 color RGB value is (225,145,181).

#e191b5 hex color red value is 225, green value is 145 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #e191b5 hue: 0.93 , saturation: 0.57 and the lightness value of e191b5 is 0.73.

The process color (four color CMYK) of #e191b5 color hex is 0.00, 0.36, 0.20, 0.12. Web safe color of #e191b5 is #cc99cc. Color #e191b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010001 10110101
Octal 341 221 265
Decimal 225 145 181
Hex E1 91 B5

RGB Percentages of Color #e191b5

%40.83
%26.32
%32.85

CMYK Percentages of Color #e191b5

%0
%36
%20
%12

Triadic Colors of #e191b5

#e191b5 #b5e191 #91b5e1

Analogous Colors of #e191b5

#e191b5 #e19591 #e191dd

Monochromatic Colors of #e191b5

#e191b5

Complementary Color

#e191b5 #91e1bd

#e191b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e191b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e191b5 Color CSS Codes

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

#e191b5 Text Font Color

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

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


#e191b5 Background Color

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

This div background color is #e191b5


#e191b5 Border Color

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

This div border color is #e191b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e191b5


Comments

No comments written yet.

Please login to write comment.