Color Hex Logo

#e219bc Color Hex

#E219BC
(226,25,188)
0 Favorites   0 Comments

Color spaces of #e219bc

RGB 22625188
HSL0.860.800.49
HSV311°89°89°
CMYK 0.000.890.17   0.11
XYZ40.788820.494949.3830
Yxy20.49490.36860.1852
Hunter Lab45.271381.6012-32.9850
CIE-Lab52.392282.3474-35.7453

#e219bc color RGB value is (226,25,188).

#e219bc hex color red value is 226, green value is 25 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e219bc hue: 0.86 , saturation: 0.80 and the lightness value of e219bc is 0.49.

The process color (four color CMYK) of #e219bc color hex is 0.00, 0.89, 0.17, 0.11. Web safe color of #e219bc is #cc00cc. Color #e219bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 10111100
Octal 342 31 274
Decimal 226 25 188
Hex E2 19 BC

RGB Percentages of Color #e219bc

%51.48
%5.69
%42.82

CMYK Percentages of Color #e219bc

%0
%89
%17
%11

Triadic Colors of #e219bc

#e219bc #bce219 #19bce2

Analogous Colors of #e219bc

#e219bc #e21958 #a419e2

Monochromatic Colors of #e219bc

#e219bc

Complementary Color

#e219bc #19e23f

#e219bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e219bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e219bc Color CSS Codes

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

#e219bc Text Font Color

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

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


#e219bc Background Color

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

This div background color is #e219bc


#e219bc Border Color

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

This div border color is #e219bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e219bc


Comments

No comments written yet.

Please login to write comment.