COLOR #E621B0

HEX: #E621B0
RGB: (230,33,176)

Color info

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

RGB color model

#E621B0 color RGB value is (230,33,176).

  • red value is 230;
  • green value is 33;
  • blue value is 176.
RGB:
(230,33,176)
(90%,13%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 33 of 255 = 13%
B 176 of 255 = 69%

230
33
176

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

Portions of RGB colors in percentages

R + G + B =
230 + 33 + 176 = 439 (100%)
R 230 of 439 ~ 52.39%
G 33 of 439 ~ 7.52%
B 176 of 439 ~ 40.09%

%52.39
%40.09

CMYK color model

#E621B0 color CMYK value is (0,86,23,10).

  • cyan value is 0.00%
  • magenta value is 85.65%
  • yellow value is 23.48%
  • key color value is 9.80%
CMYK:
(0,86,23,10)
C0M86Y23K10 
(0%,86%,23%,10%)
(0.00/0.86/0.23/0.10)	

CMYK percentages

%0
%85.65
%23.48
%9.8

Codes

Color #E621B0 in popluar color models

E621B0
RGB23033176
HSL316°79.76%51.57%
HSB/HSV316°85.65%90.20%
CMYK0.00%85.65%23.48%
9.80%

Color #E621B0 in popluar number systems.

HEXE621B0
Decimal23033176
Binary1110011010000110110000
Octal34641260

Shades and tints

Shades of #E621B0

#E621B0
(230,33,176)
#D21EA0
(210,30,160)
#BE1B90
(190,27,144)
#AA1880
(170,24,128)
#961570
(150,21,112)
#821260
(130,18,96)
#6E0F50
(110,15,80)
#5A0C40
(90,12,64)
#460930
(70,9,48)
#320620
(50,6,32)
#1E0310
(30,3,16)
#000000
(0,0,0)

Tints of #E621B0

#E621B0
(230,33,176)
#E835B7
(232,53,183)
#EA49BE
(234,73,190)
#EC5DC5
(236,93,197)
#EE71CC
(238,113,204)
#F085D3
(240,133,211)
#F299DA
(242,153,218)
#F4ADE1
(244,173,225)
#F6C1E8
(246,193,232)
#F8D5EF
(248,213,239)
#FAE9F6
(250,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E621B0 color. Also use rgb(230,33,176) instead hex code.

Text Font Color

.myTextColor { color: #E621B0; }

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

This text font color is #E621B0.


Background Color

.myBgColor { background-color: #E621B0; }

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

This div background color is #E621B0.


Border color

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

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

This div border color is #E621B0.


Opacity

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

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

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

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

This text has shadow with #E621B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E621B0 on black background.


Color preview on white background

This text has color #E621B0 on white background.



Black color preview on #E621B0 background

This text has black color on #E621B0 background.


White color preview on #E621B0 background

This text has white color on #E621B0 background.