COLOR #E46082

HEX: #E46082
RGB: (228,96,130)

Color info

#E46082 contains mainly red color. Web safe color of #E46082 is #CC6699 (or #C69).

RGB color model

#E46082 color RGB value is (228,96,130).

  • red value is 228;
  • green value is 96;
  • blue value is 130.
RGB:
(228,96,130)
(89%,38%,51%)

RGB channels and saturation

R 228 of 255 = 89%
G 96 of 255 = 38%
B 130 of 255 = 51%

228
96
130

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

Portions of RGB colors in percentages

R + G + B =
228 + 96 + 130 = 454 (100%)
R 228 of 454 ~ 50.22%
G 96 of 454 ~ 21.15%
B 130 of 454 ~ 28.63%

%50.22
%21.15
%28.63

CMYK color model

#E46082 color CMYK value is (0,58,43,11).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 42.98%
  • key color value is 10.59%
CMYK:
(0,58,43,11)
C0M58Y43K11 
(0%,58%,43%,11%)
(0.00/0.58/0.43/0.11)	

CMYK percentages

%0
%57.89
%42.98
%10.59

Codes

Color #E46082 in popluar color models

E46082
RGB22896130
HSL345°70.97%63.53%
HSB/HSV345°57.89%89.41%
CMYK0.00%57.89%42.98%
10.59%

Color #E46082 in popluar number systems.

HEXE46082
Decimal22896130
Binary11100100110000010000010
Octal344140202

Shades and tints

Shades of #E46082

#E46082
(228,96,130)
#D05877
(208,88,119)
#BC506C
(188,80,108)
#A84861
(168,72,97)
#944056
(148,64,86)
#80384B
(128,56,75)
#6C3040
(108,48,64)
#582835
(88,40,53)
#44202A
(68,32,42)
#30181F
(48,24,31)
#1C1014
(28,16,20)
#000000
(0,0,0)

Tints of #E46082

#E46082
(228,96,130)
#E66E8D
(230,110,141)
#E87C98
(232,124,152)
#EA8AA3
(234,138,163)
#EC98AE
(236,152,174)
#EEA6B9
(238,166,185)
#F0B4C4
(240,180,196)
#F2C2CF
(242,194,207)
#F4D0DA
(244,208,218)
#F6DEE5
(246,222,229)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46082 color. Also use rgb(228,96,130) instead hex code.

Text Font Color

.myTextColor { color: #E46082; }

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

This text font color is #E46082.


Background Color

.myBgColor { background-color: #E46082; }

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

This div background color is #E46082.


Border color

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

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

This div border color is #E46082.


Opacity

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

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

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

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

This text has shadow with #E46082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46082 on black background.


Color preview on white background

This text has color #E46082 on white background.



Black color preview on #E46082 background

This text has black color on #E46082 background.


White color preview on #E46082 background

This text has white color on #E46082 background.