COLOR #E619B7

HEX: #E619B7
RGB: (230,25,183)

Color info

#E619B7 contains mainly red and blue colors. Web safe color of #E619B7 is #CC00CC (or #C0C).

RGB color model

#E619B7 color RGB value is (230,25,183).

  • red value is 230;
  • green value is 25;
  • blue value is 183.
RGB:
(230,25,183)
(90%,10%,72%)

RGB channels and saturation

R 230 of 255 = 90%
G 25 of 255 = 10%
B 183 of 255 = 72%

230
25
183

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

Portions of RGB colors in percentages

R + G + B =
230 + 25 + 183 = 438 (100%)
R 230 of 438 ~ 52.51%
G 25 of 438 ~ 5.71%
B 183 of 438 ~ 41.78%

%52.51
%41.78

CMYK color model

#E619B7 color CMYK value is (0,89,20,10).

  • cyan value is 0.00%
  • magenta value is 89.13%
  • yellow value is 20.43%
  • key color value is 9.80%
CMYK:
(0,89,20,10)
C0M89Y20K10 
(0%,89%,20%,10%)
(0.00/0.89/0.20/0.10)	

CMYK percentages

%0
%89.13
%20.43
%9.8

Codes

Color #E619B7 in popluar color models

E619B7
RGB23025183
HSL314°80.39%50.00%
HSB/HSV314°89.13%90.20%
CMYK0.00%89.13%20.43%
9.80%

Color #E619B7 in popluar number systems.

HEXE619B7
Decimal23025183
Binary111001101100110110111
Octal34631267

Shades and tints

Shades of #E619B7

#E619B7
(230,25,183)
#D217A7
(210,23,167)
#BE1597
(190,21,151)
#AA1387
(170,19,135)
#961177
(150,17,119)
#820F67
(130,15,103)
#6E0D57
(110,13,87)
#5A0B47
(90,11,71)
#460937
(70,9,55)
#320727
(50,7,39)
#1E0517
(30,5,23)
#000000
(0,0,0)

Tints of #E619B7

#E619B7
(230,25,183)
#E82DBD
(232,45,189)
#EA41C3
(234,65,195)
#EC55C9
(236,85,201)
#EE69CF
(238,105,207)
#F07DD5
(240,125,213)
#F291DB
(242,145,219)
#F4A5E1
(244,165,225)
#F6B9E7
(246,185,231)
#F8CDED
(248,205,237)
#FAE1F3
(250,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E619B7 color. Also use rgb(230,25,183) instead hex code.

Text Font Color

.myTextColor { color: #E619B7; }

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

This text font color is #E619B7.


Background Color

.myBgColor { background-color: #E619B7; }

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

This div background color is #E619B7.


Border color

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

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

This div border color is #E619B7.


Opacity

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

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

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

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

This text has shadow with #E619B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E619B7 on black background.


Color preview on white background

This text has color #E619B7 on white background.



Black color preview on #E619B7 background

This text has black color on #E619B7 background.


White color preview on #E619B7 background

This text has white color on #E619B7 background.