COLOR #E45F99

HEX: #E45F99
RGB: (228,95,153)

Color info

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

RGB color model

#E45F99 color RGB value is (228,95,153).

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

RGB channels and saturation

R 228 of 255 = 89%
G 95 of 255 = 37%
B 153 of 255 = 60%

228
95
153

R + G + B ~ 62%. #E45F99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 95 + 153 = 476 (100%)
R 228 of 476 ~ 47.9%
G 95 of 476 ~ 19.96%
B 153 of 476 ~ 32.14%

%47.9
%19.96
%32.14

CMYK color model

#E45F99 color CMYK value is (0,58,33,11).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 32.89%
  • key color value is 10.59%
CMYK:
(0,58,33,11)
C0M58Y33K11 
(0%,58%,33%,11%)
(0.00/0.58/0.33/0.11)	

CMYK percentages

%0
%58.33
%32.89
%10.59

Codes

Color #E45F99 in popluar color models

E45F99
RGB22895153
HSL334°71.12%63.33%
HSB/HSV334°58.33%89.41%
CMYK0.00%58.33%32.89%
10.59%

Color #E45F99 in popluar number systems.

HEXE45F99
Decimal22895153
Binary11100100101111110011001
Octal344137231

Shades and tints

Shades of #E45F99

#E45F99
(228,95,153)
#D0578C
(208,87,140)
#BC4F7F
(188,79,127)
#A84772
(168,71,114)
#943F65
(148,63,101)
#803758
(128,55,88)
#6C2F4B
(108,47,75)
#58273E
(88,39,62)
#441F31
(68,31,49)
#301724
(48,23,36)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #E45F99

#E45F99
(228,95,153)
#E66DA2
(230,109,162)
#E87BAB
(232,123,171)
#EA89B4
(234,137,180)
#EC97BD
(236,151,189)
#EEA5C6
(238,165,198)
#F0B3CF
(240,179,207)
#F2C1D8
(242,193,216)
#F4CFE1
(244,207,225)
#F6DDEA
(246,221,234)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E45F99; }

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

This text font color is #E45F99.


Background Color

.myBgColor { background-color: #E45F99; }

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

This div background color is #E45F99.


Border color

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

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

This div border color is #E45F99.


Opacity

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

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

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

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

This text has shadow with #E45F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E45F99 on black background.


Color preview on white background

This text has color #E45F99 on white background.



Black color preview on #E45F99 background

This text has black color on #E45F99 background.


White color preview on #E45F99 background

This text has white color on #E45F99 background.