Color Hex Logo

#e241c1 Color Hex

#E241C1
(226,65,193)
0 Favorites   0 Comments

Color spaces of #e241c1

RGB 22665193
HSL0.870.740.57
HSV312°71°89°
CMYK 0.000.710.15   0.11
XYZ42.880023.799652.7858
Yxy23.79960.35890.1992
Hunter Lab48.784871.5212-30.0031
CIE-Lab55.886673.6235-33.1719

#e241c1 color RGB value is (226,65,193).

#e241c1 hex color red value is 226, green value is 65 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #e241c1 hue: 0.87 , saturation: 0.74 and the lightness value of e241c1 is 0.57.

The process color (four color CMYK) of #e241c1 color hex is 0.00, 0.71, 0.15, 0.11. Web safe color of #e241c1 is #cc33cc. Color #e241c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 11000001
Octal 342 101 301
Decimal 226 65 193
Hex E2 41 C1

RGB Percentages of Color #e241c1

%46.69
%13.43
%39.88

CMYK Percentages of Color #e241c1

%0
%71
%15
%11

Triadic Colors of #e241c1

#e241c1 #c1e241 #41c1e2

Analogous Colors of #e241c1

#e241c1 #e24171 #b341e2

Monochromatic Colors of #e241c1

#e241c1

Complementary Color

#e241c1 #41e262

#e241c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e241c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e241c1 Color CSS Codes

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

#e241c1 Text Font Color

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

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


#e241c1 Background Color

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

This div background color is #e241c1


#e241c1 Border Color

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

This div border color is #e241c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e241c1


Comments

No comments written yet.

Please login to write comment.