COLOR #E1F255

HEX: #E1F255
RGB: (225,242,85)

Color info

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

RGB color model

#E1F255 color RGB value is (225,242,85).

  • red value is 225;
  • green value is 242;
  • blue value is 85.
RGB:
(225,242,85)
(88%,95%,33%)

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 85 of 255 = 33%

225
242
85

R + G + B ~ 72%. #E1F255 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 242 + 85 = 552 (100%)
R 225 of 552 ~ 40.76%
G 242 of 552 ~ 43.84%
B 85 of 552 ~ 15.4%

%40.76
%43.84
%15.4

CMYK color model

#E1F255 color CMYK value is (7,0,65,5).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 64.88%
  • key color value is 5.10%
CMYK:
(7,0,65,5)
C7M0Y65K5 
(7%,0%,65%,5%)
(0.07/0.00/0.65/0.05)	

CMYK percentages

%7.02
%0
%64.88
%5.1

Codes

Color #E1F255 in popluar color models

E1F255
RGB22524285
HSL66°85.79%64.12%
HSB/HSV66°64.88%94.90%
CMYK7.02%0.00%64.88%
5.10%

Color #E1F255 in popluar number systems.

HEXE1F255
Decimal22524285
Binary11100001111100101010101
Octal341362125

Shades and tints

Shades of #E1F255

#E1F255
(225,242,85)
#CDDC4E
(205,220,78)
#B9C647
(185,198,71)
#A5B040
(165,176,64)
#919A39
(145,154,57)
#7D8432
(125,132,50)
#696E2B
(105,110,43)
#555824
(85,88,36)
#41421D
(65,66,29)
#2D2C16
(45,44,22)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #E1F255

#E1F255
(225,242,85)
#E3F364
(227,243,100)
#E5F473
(229,244,115)
#E7F582
(231,245,130)
#E9F691
(233,246,145)
#EBF7A0
(235,247,160)
#EDF8AF
(237,248,175)
#EFF9BE
(239,249,190)
#F1FACD
(241,250,205)
#F3FBDC
(243,251,220)
#F5FCEB
(245,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F255 color. Also use rgb(225,242,85) instead hex code.

Text Font Color

.myTextColor { color: #E1F255; }

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

This text font color is #E1F255.


Background Color

.myBgColor { background-color: #E1F255; }

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

This div background color is #E1F255.


Border color

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

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

This div border color is #E1F255.


Opacity

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

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

Text with #E1F255 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 #E1F255;}

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

This text has shadow with #E1F255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F255 on black background.


Color preview on white background

This text has color #E1F255 on white background.



Black color preview on #E1F255 background

This text has black color on #E1F255 background.


White color preview on #E1F255 background

This text has white color on #E1F255 background.