Color Hex Logo

#e21ebe Color Hex

#E21EBE
(226,30,190)
0 Favorites   0 Comments

Color spaces of #e21ebe

RGB 22630190
HSL0.860.770.50
HSV311°87°89°
CMYK 0.000.870.16   0.11
XYZ41.122620.815050.5655
Yxy20.81500.36550.1850
Hunter Lab45.623581.0495-33.7760
CIE-Lab52.746481.8466-36.3515

#e21ebe color RGB value is (226,30,190).

#e21ebe hex color red value is 226, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e21ebe hue: 0.86 , saturation: 0.77 and the lightness value of e21ebe is 0.50.

The process color (four color CMYK) of #e21ebe color hex is 0.00, 0.87, 0.16, 0.11. Web safe color of #e21ebe is #cc33cc. Color #e21ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011110 10111110
Octal 342 36 276
Decimal 226 30 190
Hex E2 1E BE

RGB Percentages of Color #e21ebe

%50.67
%6.73
%42.60

CMYK Percentages of Color #e21ebe

%0
%87
%16
%11

Triadic Colors of #e21ebe

#e21ebe #bee21e #1ebee2

Analogous Colors of #e21ebe

#e21ebe #e21e5c #a41ee2

Monochromatic Colors of #e21ebe

#e21ebe

Complementary Color

#e21ebe #1ee242

#e21ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21ebe Color CSS Codes

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

#e21ebe Text Font Color

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

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


#e21ebe Background Color

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

This div background color is #e21ebe


#e21ebe Border Color

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

This div border color is #e21ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21ebe


Comments

No comments written yet.

Please login to write comment.