Color Hex Logo

#e2246b Color Hex

#E2246B
(226,36,107)
0 Favorites   0 Comments

Color spaces of #e2246b

RGB 22636107
HSL0.940.770.51
HSV338°84°89°
CMYK 0.000.840.53   0.11
XYZ34.648718.492015.6530
Yxy18.49200.50370.2688
Hunter Lab43.002368.57058.5199
CIE-Lab50.087572.31939.1726

#e2246b color RGB value is (226,36,107).

#e2246b hex color red value is 226, green value is 36 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e2246b hue: 0.94 , saturation: 0.77 and the lightness value of e2246b is 0.51.

The process color (four color CMYK) of #e2246b color hex is 0.00, 0.84, 0.53, 0.11. Web safe color of #e2246b is #cc3366. Color #e2246b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100100 01101011
Octal 342 44 153
Decimal 226 36 107
Hex E2 24 6B

RGB Percentages of Color #e2246b

%61.25
%9.76
%29.00

CMYK Percentages of Color #e2246b

%0
%84
%53
%11

Triadic Colors of #e2246b

#e2246b #6be224 #246be2

Analogous Colors of #e2246b

#e2246b #e23c24 #e224ca

Monochromatic Colors of #e2246b

#e2246b

Complementary Color

#e2246b #24e29b

#e2246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2246b Color CSS Codes

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

#e2246b Text Font Color

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

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


#e2246b Background Color

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

This div background color is #e2246b


#e2246b Border Color

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

This div border color is #e2246b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2246b


Comments

No comments written yet.

Please login to write comment.