COLOR #E058A5

HEX: #E058A5
RGB: (224,88,165)

Color info

#E058A5 contains mainly red and blue colors. Web safe color of #E058A5 is #CC6699 (or #C69).

RGB color model

#E058A5 color RGB value is (224,88,165).

  • red value is 224;
  • green value is 88;
  • blue value is 165.
RGB:
(224,88,165)
(88%,35%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 88 of 255 = 35%
B 165 of 255 = 65%

224
88
165

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

Portions of RGB colors in percentages

R + G + B =
224 + 88 + 165 = 477 (100%)
R 224 of 477 ~ 46.96%
G 88 of 477 ~ 18.45%
B 165 of 477 ~ 34.59%

%46.96
%18.45
%34.59

CMYK color model

#E058A5 color CMYK value is (0,61,26,12).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 26.34%
  • key color value is 12.16%
CMYK:
(0,61,26,12)
C0M61Y26K12 
(0%,61%,26%,12%)
(0.00/0.61/0.26/0.12)	

CMYK percentages

%0
%60.71
%26.34
%12.16

Codes

Color #E058A5 in popluar color models

E058A5
RGB22488165
HSL326°68.69%61.18%
HSB/HSV326°60.71%87.84%
CMYK0.00%60.71%26.34%
12.16%

Color #E058A5 in popluar number systems.

HEXE058A5
Decimal22488165
Binary11100000101100010100101
Octal340130245

Shades and tints

Shades of #E058A5

#E058A5
(224,88,165)
#CC5096
(204,80,150)
#B84887
(184,72,135)
#A44078
(164,64,120)
#903869
(144,56,105)
#7C305A
(124,48,90)
#68284B
(104,40,75)
#54203C
(84,32,60)
#40182D
(64,24,45)
#2C101E
(44,16,30)
#18080F
(24,8,15)
#000000
(0,0,0)

Tints of #E058A5

#E058A5
(224,88,165)
#E267AD
(226,103,173)
#E476B5
(228,118,181)
#E685BD
(230,133,189)
#E894C5
(232,148,197)
#EAA3CD
(234,163,205)
#ECB2D5
(236,178,213)
#EEC1DD
(238,193,221)
#F0D0E5
(240,208,229)
#F2DFED
(242,223,237)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E058A5 color. Also use rgb(224,88,165) instead hex code.

Text Font Color

.myTextColor { color: #E058A5; }

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

This text font color is #E058A5.


Background Color

.myBgColor { background-color: #E058A5; }

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

This div background color is #E058A5.


Border color

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

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

This div border color is #E058A5.


Opacity

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

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

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

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

This text has shadow with #E058A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E058A5 on black background.


Color preview on white background

This text has color #E058A5 on white background.



Black color preview on #E058A5 background

This text has black color on #E058A5 background.


White color preview on #E058A5 background

This text has white color on #E058A5 background.