Color Hex Logo

#e20f6f Color Hex

#E20F6F
(226,15,111)
0 Favorites   0 Comments

Color spaces of #e20f6f

RGB 22615111
HSL0.920.880.47
HSV333°93°89°
CMYK 0.000.930.51   0.11
XYZ34.404117.658116.6340
Yxy17.65810.50080.2570
Hunter Lab42.021572.60485.9455
CIE-Lab49.078875.82485.2889

#e20f6f color RGB value is (226,15,111).

#e20f6f hex color red value is 226, green value is 15 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e20f6f hue: 0.92 , saturation: 0.88 and the lightness value of e20f6f is 0.47.

The process color (four color CMYK) of #e20f6f color hex is 0.00, 0.93, 0.51, 0.11. Web safe color of #e20f6f is #cc0066. Color #e20f6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001111 01101111
Octal 342 17 157
Decimal 226 15 111
Hex E2 F 6F

RGB Percentages of Color #e20f6f

%64.20
%4.26
%31.53

CMYK Percentages of Color #e20f6f

%0
%93
%51
%11

Triadic Colors of #e20f6f

#e20f6f #6fe20f #0f6fe2

Analogous Colors of #e20f6f

#e20f6f #e2190f #e20fd9

Monochromatic Colors of #e20f6f

#e20f6f

Complementary Color

#e20f6f #0fe282

#e20f6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20f6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20f6f Color CSS Codes

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

#e20f6f Text Font Color

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

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


#e20f6f Background Color

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

This div background color is #e20f6f


#e20f6f Border Color

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

This div border color is #e20f6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20f6f


Comments

No comments written yet.

Please login to write comment.