COLOR #E3629A

HEX: #E3629A
RGB: (227,98,154)

Color info

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

RGB color model

#E3629A color RGB value is (227,98,154).

  • red value is 227;
  • green value is 98;
  • blue value is 154.
RGB:
(227,98,154)
(89%,38%,60%)

RGB channels and saturation

R 227 of 255 = 89%
G 98 of 255 = 38%
B 154 of 255 = 60%

227
98
154

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

Portions of RGB colors in percentages

R + G + B =
227 + 98 + 154 = 479 (100%)
R 227 of 479 ~ 47.39%
G 98 of 479 ~ 20.46%
B 154 of 479 ~ 32.15%

%47.39
%20.46
%32.15

CMYK color model

#E3629A color CMYK value is (0,57,32,11).

  • cyan value is 0.00%
  • magenta value is 56.83%
  • yellow value is 32.16%
  • key color value is 10.98%
CMYK:
(0,57,32,11)
C0M57Y32K11 
(0%,57%,32%,11%)
(0.00/0.57/0.32/0.11)	

CMYK percentages

%0
%56.83
%32.16
%10.98

Codes

Color #E3629A in popluar color models

E3629A
RGB22798154
HSL334°69.73%63.73%
HSB/HSV334°56.83%89.02%
CMYK0.00%56.83%32.16%
10.98%

Color #E3629A in popluar number systems.

HEXE3629A
Decimal22798154
Binary11100011110001010011010
Octal343142232

Shades and tints

Shades of #E3629A

#E3629A
(227,98,154)
#CF5A8C
(207,90,140)
#BB527E
(187,82,126)
#A74A70
(167,74,112)
#934262
(147,66,98)
#7F3A54
(127,58,84)
#6B3246
(107,50,70)
#572A38
(87,42,56)
#43222A
(67,34,42)
#2F1A1C
(47,26,28)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #E3629A

#E3629A
(227,98,154)
#E570A3
(229,112,163)
#E77EAC
(231,126,172)
#E98CB5
(233,140,181)
#EB9ABE
(235,154,190)
#EDA8C7
(237,168,199)
#EFB6D0
(239,182,208)
#F1C4D9
(241,196,217)
#F3D2E2
(243,210,226)
#F5E0EB
(245,224,235)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3629A color. Also use rgb(227,98,154) instead hex code.

Text Font Color

.myTextColor { color: #E3629A; }

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

This text font color is #E3629A.


Background Color

.myBgColor { background-color: #E3629A; }

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

This div background color is #E3629A.


Border color

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

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

This div border color is #E3629A.


Opacity

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

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

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

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

This text has shadow with #E3629A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3629A on black background.


Color preview on white background

This text has color #E3629A on white background.



Black color preview on #E3629A background

This text has black color on #E3629A background.


White color preview on #E3629A background

This text has white color on #E3629A background.