COLOR #E61A86

HEX: #E61A86
RGB: (230,26,134)

Color info

#E61A86 contains mainly red color. Web safe color of #E61A86 is #CC0099 (or #C09).

RGB color model

#E61A86 color RGB value is (230,26,134).

  • red value is 230;
  • green value is 26;
  • blue value is 134.
RGB:
(230,26,134)
(90%,10%,53%)

RGB channels and saturation

R 230 of 255 = 90%
G 26 of 255 = 10%
B 134 of 255 = 53%

230
26
134

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

Portions of RGB colors in percentages

R + G + B =
230 + 26 + 134 = 390 (100%)
R 230 of 390 ~ 58.97%
G 26 of 390 ~ 6.67%
B 134 of 390 ~ 34.36%

%58.97
%34.36

CMYK color model

#E61A86 color CMYK value is (0,89,42,10).

  • cyan value is 0.00%
  • magenta value is 88.70%
  • yellow value is 41.74%
  • key color value is 9.80%
CMYK:
(0,89,42,10)
C0M89Y42K10 
(0%,89%,42%,10%)
(0.00/0.89/0.42/0.10)	

CMYK percentages

%0
%88.7
%41.74
%9.8

Codes

Color #E61A86 in popluar color models

E61A86
RGB23026134
HSL328°80.31%50.20%
HSB/HSV328°88.70%90.20%
CMYK0.00%88.70%41.74%
9.80%

Color #E61A86 in popluar number systems.

HEXE61A86
Decimal23026134
Binary111001101101010000110
Octal34632206

Shades and tints

Shades of #E61A86

#E61A86
(230,26,134)
#D2187A
(210,24,122)
#BE166E
(190,22,110)
#AA1462
(170,20,98)
#961256
(150,18,86)
#82104A
(130,16,74)
#6E0E3E
(110,14,62)
#5A0C32
(90,12,50)
#460A26
(70,10,38)
#32081A
(50,8,26)
#1E060E
(30,6,14)
#000000
(0,0,0)

Tints of #E61A86

#E61A86
(230,26,134)
#E82E91
(232,46,145)
#EA429C
(234,66,156)
#EC56A7
(236,86,167)
#EE6AB2
(238,106,178)
#F07EBD
(240,126,189)
#F292C8
(242,146,200)
#F4A6D3
(244,166,211)
#F6BADE
(246,186,222)
#F8CEE9
(248,206,233)
#FAE2F4
(250,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61A86 color. Also use rgb(230,26,134) instead hex code.

Text Font Color

.myTextColor { color: #E61A86; }

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

This text font color is #E61A86.


Background Color

.myBgColor { background-color: #E61A86; }

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

This div background color is #E61A86.


Border color

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

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

This div border color is #E61A86.


Opacity

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

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

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

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

This text has shadow with #E61A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61A86 on black background.


Color preview on white background

This text has color #E61A86 on white background.



Black color preview on #E61A86 background

This text has black color on #E61A86 background.


White color preview on #E61A86 background

This text has white color on #E61A86 background.