COLOR #E45099

HEX: #E45099
RGB: (228,80,153)

Color info

#E45099 contains mainly red color. Web safe color of #E45099 is #CC6699 (or #C69).

RGB color model

#E45099 color RGB value is (228,80,153).

  • red value is 228;
  • green value is 80;
  • blue value is 153.
RGB:
(228,80,153)
(89%,31%,60%)

RGB channels and saturation

R 228 of 255 = 89%
G 80 of 255 = 31%
B 153 of 255 = 60%

228
80
153

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

Portions of RGB colors in percentages

R + G + B =
228 + 80 + 153 = 461 (100%)
R 228 of 461 ~ 49.46%
G 80 of 461 ~ 17.35%
B 153 of 461 ~ 33.19%

%49.46
%17.35
%33.19

CMYK color model

#E45099 color CMYK value is (0,65,33,11).

  • cyan value is 0.00%
  • magenta value is 64.91%
  • yellow value is 32.89%
  • key color value is 10.59%
CMYK:
(0,65,33,11)
C0M65Y33K11 
(0%,65%,33%,11%)
(0.00/0.65/0.33/0.11)	

CMYK percentages

%0
%64.91
%32.89
%10.59

Codes

Color #E45099 in popluar color models

E45099
RGB22880153
HSL330°73.27%60.39%
HSB/HSV330°64.91%89.41%
CMYK0.00%64.91%32.89%
10.59%

Color #E45099 in popluar number systems.

HEXE45099
Decimal22880153
Binary11100100101000010011001
Octal344120231

Shades and tints

Shades of #E45099

#E45099
(228,80,153)
#D0498C
(208,73,140)
#BC427F
(188,66,127)
#A83B72
(168,59,114)
#943465
(148,52,101)
#802D58
(128,45,88)
#6C264B
(108,38,75)
#581F3E
(88,31,62)
#441831
(68,24,49)
#301124
(48,17,36)
#1C0A17
(28,10,23)
#000000
(0,0,0)

Tints of #E45099

#E45099
(228,80,153)
#E65FA2
(230,95,162)
#E86EAB
(232,110,171)
#EA7DB4
(234,125,180)
#EC8CBD
(236,140,189)
#EE9BC6
(238,155,198)
#F0AACF
(240,170,207)
#F2B9D8
(242,185,216)
#F4C8E1
(244,200,225)
#F6D7EA
(246,215,234)
#F8E6F3
(248,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E45099 color. Also use rgb(228,80,153) instead hex code.

Text Font Color

.myTextColor { color: #E45099; }

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

This text font color is #E45099.


Background Color

.myBgColor { background-color: #E45099; }

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

This div background color is #E45099.


Border color

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

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

This div border color is #E45099.


Opacity

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

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

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

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

This text has shadow with #E45099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E45099 on black background.


Color preview on white background

This text has color #E45099 on white background.



Black color preview on #E45099 background

This text has black color on #E45099 background.


White color preview on #E45099 background

This text has white color on #E45099 background.