COLOR #E141BC

HEX: #E141BC
RGB: (225,65,188)

Color info

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

RGB color model

#E141BC color RGB value is (225,65,188).

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

RGB channels and saturation

R 225 of 255 = 88%
G 65 of 255 = 25%
B 188 of 255 = 74%

225
65
188

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

Portions of RGB colors in percentages

R + G + B =
225 + 65 + 188 = 478 (100%)
R 225 of 478 ~ 47.07%
G 65 of 478 ~ 13.6%
B 188 of 478 ~ 39.33%

%47.07
%13.6
%39.33

CMYK color model

#E141BC color CMYK value is (0,71,16,12).

  • cyan value is 0.00%
  • magenta value is 71.11%
  • yellow value is 16.44%
  • key color value is 11.76%
CMYK:
(0,71,16,12)
C0M71Y16K12 
(0%,71%,16%,12%)
(0.00/0.71/0.16/0.12)	

CMYK percentages

%0
%71.11
%16.44
%11.76

Codes

Color #E141BC in popluar color models

E141BC
RGB22565188
HSL314°72.73%56.86%
HSB/HSV314°71.11%88.24%
CMYK0.00%71.11%16.44%
11.76%

Color #E141BC in popluar number systems.

HEXE141BC
Decimal22565188
Binary11100001100000110111100
Octal341101274

Shades and tints

Shades of #E141BC

#E141BC
(225,65,188)
#CD3CAB
(205,60,171)
#B9379A
(185,55,154)
#A53289
(165,50,137)
#912D78
(145,45,120)
#7D2867
(125,40,103)
#692356
(105,35,86)
#551E45
(85,30,69)
#411934
(65,25,52)
#2D1423
(45,20,35)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #E141BC

#E141BC
(225,65,188)
#E352C2
(227,82,194)
#E563C8
(229,99,200)
#E774CE
(231,116,206)
#E985D4
(233,133,212)
#EB96DA
(235,150,218)
#EDA7E0
(237,167,224)
#EFB8E6
(239,184,230)
#F1C9EC
(241,201,236)
#F3DAF2
(243,218,242)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E141BC; }

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

This text font color is #E141BC.


Background Color

.myBgColor { background-color: #E141BC; }

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

This div background color is #E141BC.


Border color

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

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

This div border color is #E141BC.


Opacity

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

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

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

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

This text has shadow with #E141BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E141BC on black background.


Color preview on white background

This text has color #E141BC on white background.



Black color preview on #E141BC background

This text has black color on #E141BC background.


White color preview on #E141BC background

This text has white color on #E141BC background.