COLOR #E46990

HEX: #E46990
RGB: (228,105,144)

Color info

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

RGB color model

#E46990 color RGB value is (228,105,144).

  • red value is 228;
  • green value is 105;
  • blue value is 144.
RGB:
(228,105,144)
(89%,41%,56%)

RGB channels and saturation

R 228 of 255 = 89%
G 105 of 255 = 41%
B 144 of 255 = 56%

228
105
144

R + G + B ~ 62%. #E46990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 105 + 144 = 477 (100%)
R 228 of 477 ~ 47.8%
G 105 of 477 ~ 22.01%
B 144 of 477 ~ 30.19%

%47.8
%22.01
%30.19

CMYK color model

#E46990 color CMYK value is (0,54,37,11).

  • cyan value is 0.00%
  • magenta value is 53.95%
  • yellow value is 36.84%
  • key color value is 10.59%
CMYK:
(0,54,37,11)
C0M54Y37K11 
(0%,54%,37%,11%)
(0.00/0.54/0.37/0.11)	

CMYK percentages

%0
%53.95
%36.84
%10.59

Codes

Color #E46990 in popluar color models

E46990
RGB228105144
HSL341°69.49%65.29%
HSB/HSV341°53.95%89.41%
CMYK0.00%53.95%36.84%
10.59%

Color #E46990 in popluar number systems.

HEXE46990
Decimal228105144
Binary11100100110100110010000
Octal344151220

Shades and tints

Shades of #E46990

#E46990
(228,105,144)
#D06083
(208,96,131)
#BC5776
(188,87,118)
#A84E69
(168,78,105)
#94455C
(148,69,92)
#803C4F
(128,60,79)
#6C3342
(108,51,66)
#582A35
(88,42,53)
#442128
(68,33,40)
#30181B
(48,24,27)
#1C0F0E
(28,15,14)
#000000
(0,0,0)

Tints of #E46990

#E46990
(228,105,144)
#E6769A
(230,118,154)
#E883A4
(232,131,164)
#EA90AE
(234,144,174)
#EC9DB8
(236,157,184)
#EEAAC2
(238,170,194)
#F0B7CC
(240,183,204)
#F2C4D6
(242,196,214)
#F4D1E0
(244,209,224)
#F6DEEA
(246,222,234)
#F8EBF4
(248,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46990 color. Also use rgb(228,105,144) instead hex code.

Text Font Color

.myTextColor { color: #E46990; }

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

This text font color is #E46990.


Background Color

.myBgColor { background-color: #E46990; }

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

This div background color is #E46990.


Border color

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

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

This div border color is #E46990.


Opacity

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

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

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

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

This text has shadow with #E46990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46990 on black background.


Color preview on white background

This text has color #E46990 on white background.



Black color preview on #E46990 background

This text has black color on #E46990 background.


White color preview on #E46990 background

This text has white color on #E46990 background.