COLOR #E426B0

HEX: #E426B0
RGB: (228,38,176)

Color info

#E426B0 contains mainly red and blue colors. Web safe color of #E426B0 is #CC3399 (or #C39).

RGB color model

#E426B0 color RGB value is (228,38,176).

  • red value is 228;
  • green value is 38;
  • blue value is 176.
RGB:
(228,38,176)
(89%,15%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 38 of 255 = 15%
B 176 of 255 = 69%

228
38
176

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

Portions of RGB colors in percentages

R + G + B =
228 + 38 + 176 = 442 (100%)
R 228 of 442 ~ 51.58%
G 38 of 442 ~ 8.6%
B 176 of 442 ~ 39.82%

%51.58
%39.82

CMYK color model

#E426B0 color CMYK value is (0,83,23,11).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 22.81%
  • key color value is 10.59%
CMYK:
(0,83,23,11)
C0M83Y23K11 
(0%,83%,23%,11%)
(0.00/0.83/0.23/0.11)	

CMYK percentages

%0
%83.33
%22.81
%10.59

Codes

Color #E426B0 in popluar color models

E426B0
RGB22838176
HSL316°77.87%52.16%
HSB/HSV316°83.33%89.41%
CMYK0.00%83.33%22.81%
10.59%

Color #E426B0 in popluar number systems.

HEXE426B0
Decimal22838176
Binary1110010010011010110000
Octal34446260

Shades and tints

Shades of #E426B0

#E426B0
(228,38,176)
#D023A0
(208,35,160)
#BC2090
(188,32,144)
#A81D80
(168,29,128)
#941A70
(148,26,112)
#801760
(128,23,96)
#6C1450
(108,20,80)
#581140
(88,17,64)
#440E30
(68,14,48)
#300B20
(48,11,32)
#1C0810
(28,8,16)
#000000
(0,0,0)

Tints of #E426B0

#E426B0
(228,38,176)
#E639B7
(230,57,183)
#E84CBE
(232,76,190)
#EA5FC5
(234,95,197)
#EC72CC
(236,114,204)
#EE85D3
(238,133,211)
#F098DA
(240,152,218)
#F2ABE1
(242,171,225)
#F4BEE8
(244,190,232)
#F6D1EF
(246,209,239)
#F8E4F6
(248,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E426B0 color. Also use rgb(228,38,176) instead hex code.

Text Font Color

.myTextColor { color: #E426B0; }

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

This text font color is #E426B0.


Background Color

.myBgColor { background-color: #E426B0; }

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

This div background color is #E426B0.


Border color

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

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

This div border color is #E426B0.


Opacity

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

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

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

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

This text has shadow with #E426B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E426B0 on black background.


Color preview on white background

This text has color #E426B0 on white background.



Black color preview on #E426B0 background

This text has black color on #E426B0 background.


White color preview on #E426B0 background

This text has white color on #E426B0 background.