COLOR #E139BC

HEX: #E139BC
RGB: (225,57,188)

Color info

#E139BC contains mainly red and blue colors. Web safe color of #E139BC is #CC33CC (or #C3C).

RGB color model

#E139BC color RGB value is (225,57,188).

  • red value is 225;
  • green value is 57;
  • blue value is 188.
RGB:
(225,57,188)
(88%,22%,74%)

RGB channels and saturation

R 225 of 255 = 88%
G 57 of 255 = 22%
B 188 of 255 = 74%

225
57
188

R + G + B ~ 61%. #E139BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 57 + 188 = 470 (100%)
R 225 of 470 ~ 47.87%
G 57 of 470 ~ 12.13%
B 188 of 470 ~ 40%

%47.87
%12.13
%40

CMYK color model

#E139BC color CMYK value is (0,75,16,12).

  • cyan value is 0.00%
  • magenta value is 74.67%
  • yellow value is 16.44%
  • key color value is 11.76%
CMYK:
(0,75,16,12)
C0M75Y16K12 
(0%,75%,16%,12%)
(0.00/0.75/0.16/0.12)	

CMYK percentages

%0
%74.67
%16.44
%11.76

Codes

Color #E139BC in popluar color models

E139BC
RGB22557188
HSL313°73.68%55.29%
HSB/HSV313°74.67%88.24%
CMYK0.00%74.67%16.44%
11.76%

Color #E139BC in popluar number systems.

HEXE139BC
Decimal22557188
Binary1110000111100110111100
Octal34171274

Shades and tints

Shades of #E139BC

#E139BC
(225,57,188)
#CD34AB
(205,52,171)
#B92F9A
(185,47,154)
#A52A89
(165,42,137)
#912578
(145,37,120)
#7D2067
(125,32,103)
#691B56
(105,27,86)
#551645
(85,22,69)
#411134
(65,17,52)
#2D0C23
(45,12,35)
#190712
(25,7,18)
#000000
(0,0,0)

Tints of #E139BC

#E139BC
(225,57,188)
#E34BC2
(227,75,194)
#E55DC8
(229,93,200)
#E76FCE
(231,111,206)
#E981D4
(233,129,212)
#EB93DA
(235,147,218)
#EDA5E0
(237,165,224)
#EFB7E6
(239,183,230)
#F1C9EC
(241,201,236)
#F3DBF2
(243,219,242)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E139BC color. Also use rgb(225,57,188) instead hex code.

Text Font Color

.myTextColor { color: #E139BC; }

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

This text font color is #E139BC.


Background Color

.myBgColor { background-color: #E139BC; }

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

This div background color is #E139BC.


Border color

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

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

This div border color is #E139BC.


Opacity

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

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

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

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

This text has shadow with #E139BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E139BC on black background.


Color preview on white background

This text has color #E139BC on white background.



Black color preview on #E139BC background

This text has black color on #E139BC background.


White color preview on #E139BC background

This text has white color on #E139BC background.