COLOR #E458A7

HEX: #E458A7
RGB: (228,88,167)

Color info

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

RGB color model

#E458A7 color RGB value is (228,88,167).

  • red value is 228;
  • green value is 88;
  • blue value is 167.
RGB:
(228,88,167)
(89%,35%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 88 of 255 = 35%
B 167 of 255 = 65%

228
88
167

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

Portions of RGB colors in percentages

R + G + B =
228 + 88 + 167 = 483 (100%)
R 228 of 483 ~ 47.2%
G 88 of 483 ~ 18.22%
B 167 of 483 ~ 34.58%

%47.2
%18.22
%34.58

CMYK color model

#E458A7 color CMYK value is (0,61,27,11).

  • cyan value is 0.00%
  • magenta value is 61.40%
  • yellow value is 26.75%
  • key color value is 10.59%
CMYK:
(0,61,27,11)
C0M61Y27K11 
(0%,61%,27%,11%)
(0.00/0.61/0.27/0.11)	

CMYK percentages

%0
%61.4
%26.75
%10.59

Codes

Color #E458A7 in popluar color models

E458A7
RGB22888167
HSL326°72.16%61.96%
HSB/HSV326°61.40%89.41%
CMYK0.00%61.40%26.75%
10.59%

Color #E458A7 in popluar number systems.

HEXE458A7
Decimal22888167
Binary11100100101100010100111
Octal344130247

Shades and tints

Shades of #E458A7

#E458A7
(228,88,167)
#D05098
(208,80,152)
#BC4889
(188,72,137)
#A8407A
(168,64,122)
#94386B
(148,56,107)
#80305C
(128,48,92)
#6C284D
(108,40,77)
#58203E
(88,32,62)
#44182F
(68,24,47)
#301020
(48,16,32)
#1C0811
(28,8,17)
#000000
(0,0,0)

Tints of #E458A7

#E458A7
(228,88,167)
#E667AF
(230,103,175)
#E876B7
(232,118,183)
#EA85BF
(234,133,191)
#EC94C7
(236,148,199)
#EEA3CF
(238,163,207)
#F0B2D7
(240,178,215)
#F2C1DF
(242,193,223)
#F4D0E7
(244,208,231)
#F6DFEF
(246,223,239)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E458A7 color. Also use rgb(228,88,167) instead hex code.

Text Font Color

.myTextColor { color: #E458A7; }

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

This text font color is #E458A7.


Background Color

.myBgColor { background-color: #E458A7; }

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

This div background color is #E458A7.


Border color

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

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

This div border color is #E458A7.


Opacity

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

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

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

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

This text has shadow with #E458A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E458A7 on black background.


Color preview on white background

This text has color #E458A7 on white background.



Black color preview on #E458A7 background

This text has black color on #E458A7 background.


White color preview on #E458A7 background

This text has white color on #E458A7 background.