COLOR #E6625C

HEX: #E6625C
RGB: (230,98,92)

Color info

#E6625C contains mainly red color. Web safe color of #E6625C is #CC6666 (or #C66).

RGB color model

#E6625C color RGB value is (230,98,92).

  • red value is 230;
  • green value is 98;
  • blue value is 92.
RGB:
(230,98,92)
(90%,38%,36%)

RGB channels and saturation

R 230 of 255 = 90%
G 98 of 255 = 38%
B 92 of 255 = 36%

230
98
92

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

Portions of RGB colors in percentages

R + G + B =
230 + 98 + 92 = 420 (100%)
R 230 of 420 ~ 54.76%
G 98 of 420 ~ 23.33%
B 92 of 420 ~ 21.9%

%54.76
%23.33
%21.9

CMYK color model

#E6625C color CMYK value is (0,57,60,10).

  • cyan value is 0.00%
  • magenta value is 57.39%
  • yellow value is 60.00%
  • key color value is 9.80%
CMYK:
(0,57,60,10)
C0M57Y60K10 
(0%,57%,60%,10%)
(0.00/0.57/0.60/0.10)	

CMYK percentages

%0
%57.39
%60
%9.8

Codes

Color #E6625C in popluar color models

E6625C
RGB2309892
HSL73.40%63.14%
HSB/HSV60.00%90.20%
CMYK0.00%57.39%60.00%
9.80%

Color #E6625C in popluar number systems.

HEXE6625C
Decimal2309892
Binary1110011011000101011100
Octal346142134

Shades and tints

Shades of #E6625C

#E6625C
(230,98,92)
#D25A54
(210,90,84)
#BE524C
(190,82,76)
#AA4A44
(170,74,68)
#96423C
(150,66,60)
#823A34
(130,58,52)
#6E322C
(110,50,44)
#5A2A24
(90,42,36)
#46221C
(70,34,28)
#321A14
(50,26,20)
#1E120C
(30,18,12)
#000000
(0,0,0)

Tints of #E6625C

#E6625C
(230,98,92)
#E8706A
(232,112,106)
#EA7E78
(234,126,120)
#EC8C86
(236,140,134)
#EE9A94
(238,154,148)
#F0A8A2
(240,168,162)
#F2B6B0
(242,182,176)
#F4C4BE
(244,196,190)
#F6D2CC
(246,210,204)
#F8E0DA
(248,224,218)
#FAEEE8
(250,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6625C color. Also use rgb(230,98,92) instead hex code.

Text Font Color

.myTextColor { color: #E6625C; }

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

This text font color is #E6625C.


Background Color

.myBgColor { background-color: #E6625C; }

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

This div background color is #E6625C.


Border color

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

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

This div border color is #E6625C.


Opacity

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

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

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

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

This text has shadow with #E6625C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6625C on black background.


Color preview on white background

This text has color #E6625C on white background.



Black color preview on #E6625C background

This text has black color on #E6625C background.


White color preview on #E6625C background

This text has white color on #E6625C background.