Color Hex Logo

#e291cc Color Hex

#E291CC
(226,145,204)
0 Favorites   0 Comments

Color spaces of #e291cc

RGB 226145204
HSL0.880.580.73
HSV316°36°89°
CMYK 0.000.360.10   0.11
XYZ52.388540.779262.2367
Yxy40.77920.33710.2624
Hunter Lab63.858634.6858-13.0831
CIE-Lab70.020939.1747-17.6692

#e291cc color RGB value is (226,145,204).

#e291cc hex color red value is 226, green value is 145 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e291cc hue: 0.88 , saturation: 0.58 and the lightness value of e291cc is 0.73.

The process color (four color CMYK) of #e291cc color hex is 0.00, 0.36, 0.10, 0.11. Web safe color of #e291cc is #cc99cc. Color #e291cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010001 11001100
Octal 342 221 314
Decimal 226 145 204
Hex E2 91 CC

RGB Percentages of Color #e291cc

%39.30
%25.22
%35.48

CMYK Percentages of Color #e291cc

%0
%36
%10
%11

Triadic Colors of #e291cc

#e291cc #cce291 #91cce2

Analogous Colors of #e291cc

#e291cc #e291a4 #d091e2

Monochromatic Colors of #e291cc

#e291cc

Complementary Color

#e291cc #91e2a7

#e291cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e291cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e291cc Color CSS Codes

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

#e291cc Text Font Color

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

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


#e291cc Background Color

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

This div background color is #e291cc


#e291cc Border Color

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

This div border color is #e291cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e291cc


Comments

No comments written yet.

Please login to write comment.