COLOR #E9626A

HEX: #E9626A
RGB: (233,98,106)

Color info

#E9626A contains mainly red color. Web safe color of #E9626A is #FF6666 (or #F66).

RGB color model

#E9626A color RGB value is (233,98,106).

  • red value is 233;
  • green value is 98;
  • blue value is 106.
RGB:
(233,98,106)
(91%,38%,42%)

RGB channels and saturation

R 233 of 255 = 91%
G 98 of 255 = 38%
B 106 of 255 = 42%

233
98
106

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

Portions of RGB colors in percentages

R + G + B =
233 + 98 + 106 = 437 (100%)
R 233 of 437 ~ 53.32%
G 98 of 437 ~ 22.43%
B 106 of 437 ~ 24.26%

%53.32
%22.43
%24.26

CMYK color model

#E9626A color CMYK value is (0,58,55,9).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 54.51%
  • key color value is 8.63%
CMYK:
(0,58,55,9)
C0M58Y55K9 
(0%,58%,55%,9%)
(0.00/0.58/0.55/0.09)	

CMYK percentages

%0
%57.94
%54.51
%8.63

Codes

Color #E9626A in popluar color models

E9626A
RGB23398106
HSL356°75.42%64.90%
HSB/HSV356°57.94%91.37%
CMYK0.00%57.94%54.51%
8.63%

Color #E9626A in popluar number systems.

HEXE9626A
Decimal23398106
Binary1110100111000101101010
Octal351142152

Shades and tints

Shades of #E9626A

#E9626A
(233,98,106)
#D45A61
(212,90,97)
#BF5258
(191,82,88)
#AA4A4F
(170,74,79)
#954246
(149,66,70)
#803A3D
(128,58,61)
#6B3234
(107,50,52)
#562A2B
(86,42,43)
#412222
(65,34,34)
#2C1A19
(44,26,25)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #E9626A

#E9626A
(233,98,106)
#EB7077
(235,112,119)
#ED7E84
(237,126,132)
#EF8C91
(239,140,145)
#F19A9E
(241,154,158)
#F3A8AB
(243,168,171)
#F5B6B8
(245,182,184)
#F7C4C5
(247,196,197)
#F9D2D2
(249,210,210)
#FBE0DF
(251,224,223)
#FDEEEC
(253,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9626A color. Also use rgb(233,98,106) instead hex code.

Text Font Color

.myTextColor { color: #E9626A; }

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

This text font color is #E9626A.


Background Color

.myBgColor { background-color: #E9626A; }

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

This div background color is #E9626A.


Border color

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

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

This div border color is #E9626A.


Opacity

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

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

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

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

This text has shadow with #E9626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9626A on black background.


Color preview on white background

This text has color #E9626A on white background.



Black color preview on #E9626A background

This text has black color on #E9626A background.


White color preview on #E9626A background

This text has white color on #E9626A background.