Color Hex Logo

#e10ebf Color Hex

#E10EBF
(225,14,191)
0 Favorites   0 Comments

Color spaces of #e10ebf

RGB 22514191
HSL0.860.880.47
HSV310°94°88°
CMYK 0.000.940.15   0.12
XYZ40.612320.083251.0262
Yxy20.08320.36350.1798
Hunter Lab44.814383.3381-36.1385
CIE-Lab51.931183.7899-38.2261

#e10ebf color RGB value is (225,14,191).

#e10ebf hex color red value is 225, green value is 14 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e10ebf hue: 0.86 , saturation: 0.88 and the lightness value of e10ebf is 0.47.

The process color (four color CMYK) of #e10ebf color hex is 0.00, 0.94, 0.15, 0.12. Web safe color of #e10ebf is #cc00cc. Color #e10ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001110 10111111
Octal 341 16 277
Decimal 225 14 191
Hex E1 E BF

RGB Percentages of Color #e10ebf

%52.33
%3.26
%44.42

CMYK Percentages of Color #e10ebf

%0
%94
%15
%12

Triadic Colors of #e10ebf

#e10ebf #bfe10e #0ebfe1

Analogous Colors of #e10ebf

#e10ebf #e10e56 #9a0ee1

Monochromatic Colors of #e10ebf

#e10ebf

Complementary Color

#e10ebf #0ee130

#e10ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10ebf Color CSS Codes

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

#e10ebf Text Font Color

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

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


#e10ebf Background Color

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

This div background color is #e10ebf


#e10ebf Border Color

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

This div border color is #e10ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10ebf


Comments

No comments written yet.

Please login to write comment.