Color Hex Logo

#e296cc Color Hex

#E296CC
(226,150,204)
0 Favorites   0 Comments

Color spaces of #e296cc

RGB 226150204
HSL0.880.570.74
HSV317°34°89°
CMYK 0.000.340.10   0.11
XYZ53.169542.341162.4970
Yxy42.34110.33650.2680
Hunter Lab65.070031.9819-11.3965
CIE-Lab71.105536.5273-16.0304

#e296cc color RGB value is (226,150,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010110 11001100
Octal 342 226 314
Decimal 226 150 204
Hex E2 96 CC

RGB Percentages of Color #e296cc

%38.97
%25.86
%35.17

CMYK Percentages of Color #e296cc

%0
%34
%10
%11

Triadic Colors of #e296cc

#e296cc #cce296 #96cce2

Analogous Colors of #e296cc

#e296cc #e296a6 #d296e2

Monochromatic Colors of #e296cc

#e296cc

Complementary Color

#e296cc #96e2ac

#e296cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e296cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e296cc Color CSS Codes

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

#e296cc Text Font Color

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

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


#e296cc Background Color

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

This div background color is #e296cc


#e296cc Border Color

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

This div border color is #e296cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,150,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 #e296cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e296cc


Comments

No comments written yet.

Please login to write comment.