COLOR #E1FF71

HEX: #E1FF71
RGB: (225,255,113)

Color info

#E1FF71 contains mainly red and green colors. Web safe color of #E1FF71 is #CCFF66 (or #CF6).

RGB color model

#E1FF71 color RGB value is (225,255,113).

  • red value is 225;
  • green value is 255;
  • blue value is 113.
RGB:
(225,255,113)
(88%,100%,44%)

RGB channels and saturation

R 225 of 255 = 88%
G 255 of 255 = 100%
B 113 of 255 = 44%

225
255
113

R + G + B ~ 77%. #E1FF71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 255 + 113 = 593 (100%)
R 225 of 593 ~ 37.94%
G 255 of 593 ~ 43%
B 113 of 593 ~ 19.06%

%37.94
%43
%19.06

CMYK color model

#E1FF71 color CMYK value is (12,0,56,0).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 55.69%
  • key color value is 0.00%
CMYK:
(12,0,56,0)
C12M0Y56K0 
(12%,0%,56%,0%)
(0.12/0.00/0.56/0.00)	

CMYK percentages

%11.76
%0
%55.69
%0

Codes

Color #E1FF71 in popluar color models

E1FF71
RGB225255113
HSL73°100.00%72.16%
HSB/HSV73°55.69%100.00%
CMYK11.76%0.00%55.69%
0.00%

Color #E1FF71 in popluar number systems.

HEXE1FF71
Decimal225255113
Binary11100001111111111110001
Octal341377161

Shades and tints

Shades of #E1FF71

#E1FF71
(225,255,113)
#CDE867
(205,232,103)
#B9D15D
(185,209,93)
#A5BA53
(165,186,83)
#91A349
(145,163,73)
#7D8C3F
(125,140,63)
#697535
(105,117,53)
#555E2B
(85,94,43)
#414721
(65,71,33)
#2D3017
(45,48,23)
#19190D
(25,25,13)
#000000
(0,0,0)

Tints of #E1FF71

#E1FF71
(225,255,113)
#E3FF7D
(227,255,125)
#E5FF89
(229,255,137)
#E7FF95
(231,255,149)
#E9FFA1
(233,255,161)
#EBFFAD
(235,255,173)
#EDFFB9
(237,255,185)
#EFFFC5
(239,255,197)
#F1FFD1
(241,255,209)
#F3FFDD
(243,255,221)
#F5FFE9
(245,255,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FF71 color. Also use rgb(225,255,113) instead hex code.

Text Font Color

.myTextColor { color: #E1FF71; }

<p style="color:#E1FF71">This sample text font color is #E1FF71.</p>

This text font color is #E1FF71.


Background Color

.myBgColor { background-color: #E1FF71; }

<div style="background-color:#E1FF71">Inner text</div>

This div background color is #E1FF71.


Border color

.myBorderColor { border: 1px solid #E1FF71; }

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

This div border color is #E1FF71.


Opacity

.myOpacity80 { color: #E1FF71; opacity: 0.8; }

<p style="color:#E1FF71;opacity:0.8;">80%</p>

Text with #E1FF71 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E1FF71;}

<p style="text-shadow: 3px 3px 1px #E1FF71">Text here.</p>

This text has shadow with #E1FF71 color.

.textShadow {text-shadow: 3px 3px 1px #E1FF71, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E1FF71, 5px 5px 20px red">Text here.</p>

This text has shadow with #E1FF71 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1FF71, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E1FF71, Direction=45, Strength=4)">Text</p>

This text has shadow with #E1FF71 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E1FF71;
  -webkit-box-shadow:	1px 1px 3px 2px #E1FF71;
  box-shadow:		1px 1px 3px 2px #E1FF71;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1FF71;
-webkit-box-shadow: 1px 1px 3px 2px #E1FF71;
box-shadow:1px 1px 3px 2px #E1FF71;">
Div content here</div>
This div box has shadow with color #E1FF71.

Preview

Color preview on black background

This text has color #E1FF71 on black background.


Color preview on white background

This text has color #E1FF71 on white background.



Black color preview on #E1FF71 background

This text has black color on #E1FF71 background.


White color preview on #E1FF71 background

This text has white color on #E1FF71 background.