COLOR #E46AA0

HEX: #E46AA0
RGB: (228,106,160)

Color info

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

RGB color model

#E46AA0 color RGB value is (228,106,160).

  • red value is 228;
  • green value is 106;
  • blue value is 160.
RGB:
(228,106,160)
(89%,42%,63%)

RGB channels and saturation

R 228 of 255 = 89%
G 106 of 255 = 42%
B 160 of 255 = 63%

228
106
160

R + G + B ~ 65%. #E46AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 106 + 160 = 494 (100%)
R 228 of 494 ~ 46.15%
G 106 of 494 ~ 21.46%
B 160 of 494 ~ 32.39%

%46.15
%21.46
%32.39

CMYK color model

#E46AA0 color CMYK value is (0,54,30,11).

  • cyan value is 0.00%
  • magenta value is 53.51%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(0,54,30,11)
C0M54Y30K11 
(0%,54%,30%,11%)
(0.00/0.54/0.30/0.11)	

CMYK percentages

%0
%53.51
%29.82
%10.59

Codes

Color #E46AA0 in popluar color models

E46AA0
RGB228106160
HSL333°69.32%65.49%
HSB/HSV333°53.51%89.41%
CMYK0.00%53.51%29.82%
10.59%

Color #E46AA0 in popluar number systems.

HEXE46AA0
Decimal228106160
Binary11100100110101010100000
Octal344152240

Shades and tints

Shades of #E46AA0

#E46AA0
(228,106,160)
#D06192
(208,97,146)
#BC5884
(188,88,132)
#A84F76
(168,79,118)
#944668
(148,70,104)
#803D5A
(128,61,90)
#6C344C
(108,52,76)
#582B3E
(88,43,62)
#442230
(68,34,48)
#301922
(48,25,34)
#1C1014
(28,16,20)
#000000
(0,0,0)

Tints of #E46AA0

#E46AA0
(228,106,160)
#E677A8
(230,119,168)
#E884B0
(232,132,176)
#EA91B8
(234,145,184)
#EC9EC0
(236,158,192)
#EEABC8
(238,171,200)
#F0B8D0
(240,184,208)
#F2C5D8
(242,197,216)
#F4D2E0
(244,210,224)
#F6DFE8
(246,223,232)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46AA0 color. Also use rgb(228,106,160) instead hex code.

Text Font Color

.myTextColor { color: #E46AA0; }

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

This text font color is #E46AA0.


Background Color

.myBgColor { background-color: #E46AA0; }

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

This div background color is #E46AA0.


Border color

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

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

This div border color is #E46AA0.


Opacity

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

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

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

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

This text has shadow with #E46AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46AA0 on black background.


Color preview on white background

This text has color #E46AA0 on white background.



Black color preview on #E46AA0 background

This text has black color on #E46AA0 background.


White color preview on #E46AA0 background

This text has white color on #E46AA0 background.