COLOR #E15093

HEX: #E15093
RGB: (225,80,147)

Color info

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

RGB color model

#E15093 color RGB value is (225,80,147).

  • red value is 225;
  • green value is 80;
  • blue value is 147.
RGB:
(225,80,147)
(88%,31%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 80 of 255 = 31%
B 147 of 255 = 58%

225
80
147

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

Portions of RGB colors in percentages

R + G + B =
225 + 80 + 147 = 452 (100%)
R 225 of 452 ~ 49.78%
G 80 of 452 ~ 17.7%
B 147 of 452 ~ 32.52%

%49.78
%17.7
%32.52

CMYK color model

#E15093 color CMYK value is (0,64,35,12).

  • cyan value is 0.00%
  • magenta value is 64.44%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK:
(0,64,35,12)
C0M64Y35K12 
(0%,64%,35%,12%)
(0.00/0.64/0.35/0.12)	

CMYK percentages

%0
%64.44
%34.67
%11.76

Codes

Color #E15093 in popluar color models

E15093
RGB22580147
HSL332°70.73%59.80%
HSB/HSV332°64.44%88.24%
CMYK0.00%64.44%34.67%
11.76%

Color #E15093 in popluar number systems.

HEXE15093
Decimal22580147
Binary11100001101000010010011
Octal341120223

Shades and tints

Shades of #E15093

#E15093
(225,80,147)
#CD4986
(205,73,134)
#B94279
(185,66,121)
#A53B6C
(165,59,108)
#91345F
(145,52,95)
#7D2D52
(125,45,82)
#692645
(105,38,69)
#551F38
(85,31,56)
#41182B
(65,24,43)
#2D111E
(45,17,30)
#190A11
(25,10,17)
#000000
(0,0,0)

Tints of #E15093

#E15093
(225,80,147)
#E35F9C
(227,95,156)
#E56EA5
(229,110,165)
#E77DAE
(231,125,174)
#E98CB7
(233,140,183)
#EB9BC0
(235,155,192)
#EDAAC9
(237,170,201)
#EFB9D2
(239,185,210)
#F1C8DB
(241,200,219)
#F3D7E4
(243,215,228)
#F5E6ED
(245,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15093 color. Also use rgb(225,80,147) instead hex code.

Text Font Color

.myTextColor { color: #E15093; }

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

This text font color is #E15093.


Background Color

.myBgColor { background-color: #E15093; }

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

This div background color is #E15093.


Border color

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

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

This div border color is #E15093.


Opacity

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

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

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

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

This text has shadow with #E15093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15093 on black background.


Color preview on white background

This text has color #E15093 on white background.



Black color preview on #E15093 background

This text has black color on #E15093 background.


White color preview on #E15093 background

This text has white color on #E15093 background.