COLOR #E4148A

HEX: #E4148A
RGB: (228,20,138)

Color info

#E4148A contains mainly red color. Web safe color of #E4148A is #CC0099 (or #C09).

RGB color model

#E4148A color RGB value is (228,20,138).

  • red value is 228;
  • green value is 20;
  • blue value is 138.
RGB:
(228,20,138)
(89%,8%,54%)

RGB channels and saturation

R 228 of 255 = 89%
G 20 of 255 = 8%
B 138 of 255 = 54%

228
20
138

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

Portions of RGB colors in percentages

R + G + B =
228 + 20 + 138 = 386 (100%)
R 228 of 386 ~ 59.07%
G 20 of 386 ~ 5.18%
B 138 of 386 ~ 35.75%

%59.07
%35.75

CMYK color model

#E4148A color CMYK value is (0,91,39,11).

  • cyan value is 0.00%
  • magenta value is 91.23%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,91,39,11)
C0M91Y39K11 
(0%,91%,39%,11%)
(0.00/0.91/0.39/0.11)	

CMYK percentages

%0
%91.23
%39.47
%10.59

Codes

Color #E4148A in popluar color models

E4148A
RGB22820138
HSL326°83.87%48.63%
HSB/HSV326°91.23%89.41%
CMYK0.00%91.23%39.47%
10.59%

Color #E4148A in popluar number systems.

HEXE4148A
Decimal22820138
Binary111001001010010001010
Octal34424212

Shades and tints

Shades of #E4148A

#E4148A
(228,20,138)
#D0137E
(208,19,126)
#BC1272
(188,18,114)
#A81166
(168,17,102)
#94105A
(148,16,90)
#800F4E
(128,15,78)
#6C0E42
(108,14,66)
#580D36
(88,13,54)
#440C2A
(68,12,42)
#300B1E
(48,11,30)
#1C0A12
(28,10,18)
#000000
(0,0,0)

Tints of #E4148A

#E4148A
(228,20,138)
#E62994
(230,41,148)
#E83E9E
(232,62,158)
#EA53A8
(234,83,168)
#EC68B2
(236,104,178)
#EE7DBC
(238,125,188)
#F092C6
(240,146,198)
#F2A7D0
(242,167,208)
#F4BCDA
(244,188,218)
#F6D1E4
(246,209,228)
#F8E6EE
(248,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4148A color. Also use rgb(228,20,138) instead hex code.

Text Font Color

.myTextColor { color: #E4148A; }

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

This text font color is #E4148A.


Background Color

.myBgColor { background-color: #E4148A; }

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

This div background color is #E4148A.


Border color

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

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

This div border color is #E4148A.


Opacity

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

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

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

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

This text has shadow with #E4148A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4148A on black background.


Color preview on white background

This text has color #E4148A on white background.



Black color preview on #E4148A background

This text has black color on #E4148A background.


White color preview on #E4148A background

This text has white color on #E4148A background.