COLOR #E425BA

HEX: #E425BA RGB: (228,37,186)

Color info

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

RGB color model

#E425BA color RGB value is (228,37,186).

RGB: (228,37,186) (89%, 15%, 73%)

RGB channels and saturation

R 228 of 255 = 89%
G 37 of 255 = 15%
B 186 of 255 = 73%

228
37
186

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

Portions of RGB colors in percentages

R + G + B = 228 + 37 + 186 = 451 (100%)
R 228 of 451 ~ 50.55%
G 37 of 451 ~ 8.2%
B 186 of 451 ~ 41.24'%

%50.55
%41.24

CMYK color model

#E425BA color CMYK value is (0,84,18,11).

  • cyan value is 0.00%
  • magenta value is 83.77%
  • yellow value is 18.42%
  • key color value is 10.59%

CMYK: (0,84,18,11)
C0M84Y18K11 (0%, 84%, 18%, 11%)
(0.00 / 0.84 / 0.18 / 0.11)

CMYK percentages

%0
%83.77
%18.42
%10.59

Codes

Color #E425BA in popluar color models

E4 25 BA
RGB 228 37 186
HSL 313° 77.96% 51.96%
HSB/HSV 313° 83.77% 89.41%
CMYK 0.00% 83.77% 18.42%
10.59%

Color #E425BA in popluar number systems.

HEX E4 25 BA
Decimal 228 37 186
Binary 11100100 100101 10111010
Octal 344 45 272

Shades and tints

Shades of #E425BA

#E425BA
(228,37,186)
#D022AA
(208,34,170)
#BC1F9A
(188,31,154)
#A81C8A
(168,28,138)
#94197A
(148,25,122)
#80166A
(128,22,106)
#6C135A
(108,19,90)
#58104A
(88,16,74)
#440D3A
(68,13,58)
#300A2A
(48,10,42)
#1C071A
(28,7,26)
#000000
(0,0,0)

Tints of #E425BA

#E425BA
(228,37,186)
#E638C0
(230,56,192)
#E84BC6
(232,75,198)
#EA5ECC
(234,94,204)
#EC71D2
(236,113,210)
#EE84D8
(238,132,216)
#F097DE
(240,151,222)
#F2AAE4
(242,170,228)
#F4BDEA
(244,189,234)
#F6D0F0
(246,208,240)
#F8E3F6
(248,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E425BA color. Also use rgb(228,37,186) instead hex code.

Text Font Color

.myTextColor { color: #E425BA; }

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

This text font color is #E425BA.

Background Color

.myBgColor { background-color: #E425BA; }

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

This div background color is #E425BA.

Border color

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

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

This div border color is #E425BA.

Opacity

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

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

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

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

This text has shadow with #E425BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E425BA.

Preview

Color preview on black background

This text has color #E425BA on black background.


Color preview on white background

This text has color #E425BA on white background.


Black color preview on #E425BA background

This text has black color on #E425BA background.


White color preview on #E425BA background

This text has white color on #E425BA background.


Related colors

Complementary color

Complementary color for #E425BA is #1BDA45.


I love getcolorcode.com

Triadic colors

1 #BAE425 and #25BAE4 with #E425BA are triadic colors.

2 #BA25E4 and #25E4BA with #E425BA are triadic colors.