color codes Logo

#e11ebe color codes

#E11EBE
(225,30,190)
0 Favorites   0 Comments

Color spaces of #e11ebe

RGB 22530190
HSL0.860.760.50
HSV311°87°88°
CMYK 0.000.870.16   0.12
XYZ40.809920.653850.5509
Yxy20.65380.36430.1844
Hunter Lab45.446580.7577-34.1368
CIE-Lab52.568581.6525-36.6433

#e11ebe color RGB value is (225,30,190).

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

The process color (four color CMYK) of #e11ebe color code is 0.00, 0.87, 0.16, 0.12. Web safe color of #e11ebe is #cc33cc. Color #e11ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011110 10111110
Octal 341 36 276
Decimal 225 30 190
Hex E1 1E BE

RGB Percentages of Color #e11ebe

%50.56
%6.74
%42.70

CMYK Percentages of Color #e11ebe

%0
%87
%16
%12

Triadic Colors of #e11ebe

#e11ebe #bee11e #1ebee1

Analogous Colors of #e11ebe

#e11ebe #e11e5c #a31ee1

Monochromatic Colors of #e11ebe

#e11ebe

Complementary Color

#e11ebe #1ee141

#e11ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11ebe Color CSS Codes

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

#e11ebe Text Font Color

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

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


#e11ebe Background Color

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

This div background color is #e11ebe


#e11ebe Border Color

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

This div border color is #e11ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11ebe


Comments

No comments written yet.

Please login to write comment.