Color Hex Logo

#e16ebc Color Hex

#E16EBC
(225,110,188)
0 Favorites   0 Comments

Color spaces of #e16ebc

RGB 225110188
HSL0.890.660.66
HSV319°51°88°
CMYK 0.000.510.16   0.12
XYZ45.704430.790351.1112
Yxy30.79030.35820.2413
Hunter Lab55.489049.9186-15.7700
CIE-Lab62.330254.0905-20.3829

#e16ebc color RGB value is (225,110,188).

#e16ebc hex color red value is 225, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e16ebc hue: 0.89 , saturation: 0.66 and the lightness value of e16ebc is 0.66.

The process color (four color CMYK) of #e16ebc color hex is 0.00, 0.51, 0.16, 0.12. Web safe color of #e16ebc is #cc66cc. Color #e16ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 10111100
Octal 341 156 274
Decimal 225 110 188
Hex E1 6E BC

RGB Percentages of Color #e16ebc

%43.02
%21.03
%35.95

CMYK Percentages of Color #e16ebc

%0
%51
%16
%12

Triadic Colors of #e16ebc

#e16ebc #bce16e #6ebce1

Analogous Colors of #e16ebc

#e16ebc #e16e83 #cd6ee1

Monochromatic Colors of #e16ebc

#e16ebc

Complementary Color

#e16ebc #6ee193

#e16ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ebc Color CSS Codes

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

#e16ebc Text Font Color

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

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


#e16ebc Background Color

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

This div background color is #e16ebc


#e16ebc Border Color

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

This div border color is #e16ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ebc


Comments

No comments written yet.

Please login to write comment.