COLOR #E418B1

HEX: #E418B1
RGB: (228,24,177)

Color info

#E418B1 contains mainly red and blue colors. Web safe color of #E418B1 is #CC0099 (or #C09).

RGB color model

#E418B1 color RGB value is (228,24,177).

  • red value is 228;
  • green value is 24;
  • blue value is 177.
RGB:
(228,24,177)
(89%,9%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 24 of 255 = 9%
B 177 of 255 = 69%

228
24
177

R + G + B ~ 56%. #E418B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
228 + 24 + 177 = 429 (100%)
R 228 of 429 ~ 53.15%
G 24 of 429 ~ 5.59%
B 177 of 429 ~ 41.26%

%53.15
%41.26

CMYK color model

#E418B1 color CMYK value is (0,89,22,11).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 22.37%
  • key color value is 10.59%
CMYK:
(0,89,22,11)
C0M89Y22K11 
(0%,89%,22%,11%)
(0.00/0.89/0.22/0.11)	

CMYK percentages

%0
%89.47
%22.37
%10.59

Codes

Color #E418B1 in popluar color models

E418B1
RGB22824177
HSL315°80.95%49.41%
HSB/HSV315°89.47%89.41%
CMYK0.00%89.47%22.37%
10.59%

Color #E418B1 in popluar number systems.

HEXE418B1
Decimal22824177
Binary111001001100010110001
Octal34430261

Shades and tints

Shades of #E418B1

#E418B1
(228,24,177)
#D016A1
(208,22,161)
#BC1491
(188,20,145)
#A81281
(168,18,129)
#941071
(148,16,113)
#800E61
(128,14,97)
#6C0C51
(108,12,81)
#580A41
(88,10,65)
#440831
(68,8,49)
#300621
(48,6,33)
#1C0411
(28,4,17)
#000000
(0,0,0)

Tints of #E418B1

#E418B1
(228,24,177)
#E62DB8
(230,45,184)
#E842BF
(232,66,191)
#EA57C6
(234,87,198)
#EC6CCD
(236,108,205)
#EE81D4
(238,129,212)
#F096DB
(240,150,219)
#F2ABE2
(242,171,226)
#F4C0E9
(244,192,233)
#F6D5F0
(246,213,240)
#F8EAF7
(248,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E418B1 color. Also use rgb(228,24,177) instead hex code.

Text Font Color

.myTextColor { color: #E418B1; }

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

This text font color is #E418B1.


Background Color

.myBgColor { background-color: #E418B1; }

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

This div background color is #E418B1.


Border color

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

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

This div border color is #E418B1.


Opacity

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

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

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

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

This text has shadow with #E418B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E418B1 on black background.


Color preview on white background

This text has color #E418B1 on white background.



Black color preview on #E418B1 background

This text has black color on #E418B1 background.


White color preview on #E418B1 background

This text has white color on #E418B1 background.