COLOR #E448B4

HEX: #E448B4
RGB: (228,72,180)

Color info

#E448B4 contains mainly red and blue colors. Web safe color of #E448B4 is #CC33CC (or #C3C).

RGB color model

#E448B4 color RGB value is (228,72,180).

  • red value is 228;
  • green value is 72;
  • blue value is 180.
RGB:
(228,72,180)
(89%,28%,71%)

RGB channels and saturation

R 228 of 255 = 89%
G 72 of 255 = 28%
B 180 of 255 = 71%

228
72
180

R + G + B ~ 63%. #E448B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 72 + 180 = 480 (100%)
R 228 of 480 ~ 47.5%
G 72 of 480 ~ 15%
B 180 of 480 ~ 37.5%

%47.5
%15
%37.5

CMYK color model

#E448B4 color CMYK value is (0,68,21,11).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 21.05%
  • key color value is 10.59%
CMYK:
(0,68,21,11)
C0M68Y21K11 
(0%,68%,21%,11%)
(0.00/0.68/0.21/0.11)	

CMYK percentages

%0
%68.42
%21.05
%10.59

Codes

Color #E448B4 in popluar color models

E448B4
RGB22872180
HSL318°74.29%58.82%
HSB/HSV318°68.42%89.41%
CMYK0.00%68.42%21.05%
10.59%

Color #E448B4 in popluar number systems.

HEXE448B4
Decimal22872180
Binary11100100100100010110100
Octal344110264

Shades and tints

Shades of #E448B4

#E448B4
(228,72,180)
#D042A4
(208,66,164)
#BC3C94
(188,60,148)
#A83684
(168,54,132)
#943074
(148,48,116)
#802A64
(128,42,100)
#6C2454
(108,36,84)
#581E44
(88,30,68)
#441834
(68,24,52)
#301224
(48,18,36)
#1C0C14
(28,12,20)
#000000
(0,0,0)

Tints of #E448B4

#E448B4
(228,72,180)
#E658BA
(230,88,186)
#E868C0
(232,104,192)
#EA78C6
(234,120,198)
#EC88CC
(236,136,204)
#EE98D2
(238,152,210)
#F0A8D8
(240,168,216)
#F2B8DE
(242,184,222)
#F4C8E4
(244,200,228)
#F6D8EA
(246,216,234)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E448B4 color. Also use rgb(228,72,180) instead hex code.

Text Font Color

.myTextColor { color: #E448B4; }

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

This text font color is #E448B4.


Background Color

.myBgColor { background-color: #E448B4; }

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

This div background color is #E448B4.


Border color

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

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

This div border color is #E448B4.


Opacity

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

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

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

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

This text has shadow with #E448B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E448B4 on black background.


Color preview on white background

This text has color #E448B4 on white background.



Black color preview on #E448B4 background

This text has black color on #E448B4 background.


White color preview on #E448B4 background

This text has white color on #E448B4 background.