Color Hex Logo

#e241be Color Hex

#E241BE
(226,65,190)
0 Favorites   0 Comments

Color spaces of #e241be

RGB 22665190
HSL0.870.740.57
HSV313°71°89°
CMYK 0.000.710.16   0.11
XYZ42.548623.667051.0408
Yxy23.66700.36290.2018
Hunter Lab48.648770.9823-28.1512
CIE-Lab55.752873.2095-31.6518

#e241be color RGB value is (226,65,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 10111110
Octal 342 101 276
Decimal 226 65 190
Hex E2 41 BE

RGB Percentages of Color #e241be

%46.99
%13.51
%39.50

CMYK Percentages of Color #e241be

%0
%71
%16
%11

Triadic Colors of #e241be

#e241be #bee241 #41bee2

Analogous Colors of #e241be

#e241be #e2416e #b641e2

Monochromatic Colors of #e241be

#e241be

Complementary Color

#e241be #41e265

#e241be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e241be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e241be Color CSS Codes

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

#e241be Text Font Color

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

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


#e241be Background Color

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

This div background color is #e241be


#e241be Border Color

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

This div border color is #e241be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e241be


Comments

No comments written yet.

Please login to write comment.