COLOR #E0628D

HEX: #E0628D RGB: (224,98,141)

Color info

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

RGB color model

#E0628D color RGB value is (224,98,141).

RGB: (224,98,141) (88%, 38%, 55%)

RGB channels and saturation

R 224 of 255 = 88%
G 98 of 255 = 38%
B 141 of 255 = 55%

224
98
141

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

Portions of RGB colors in percentages

R + G + B = 224 + 98 + 141 = 463 (100%)
R 224 of 463 ~ 48.38%
G 98 of 463 ~ 21.17%
B 141 of 463 ~ 30.45'%

%48.38
%21.17
%30.45

CMYK color model

#E0628D color CMYK value is (0,56,37,12).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK: (0,56,37,12) C0M56Y37K12 (0%,56%,37%,12%) (0.00/0.56/0.37/0.12) 

CMYK percentages

%0
%56.25
%37.05
%12.16

Codes

Color #E0628D in popluar color models

E0 62 8D
RGB 224 98 141
HSL 340° 67.02% 63.14%
HSB/HSV 340° 56.25% 87.84%
CMYK 0.00% 56.25% 37.05%
12.16%

Color #E0628D in popluar number systems.

HEX E0 62 8D
Decimal 224 98 141
Binary 11100000 1100010 10001101
Octal 340 142 215

Shades and tints

Shades of #E0628D

#E0628D
(224,98,141)
#CC5A81
(204,90,129)
#B85275
(184,82,117)
#A44A69
(164,74,105)
#90425D
(144,66,93)
#7C3A51
(124,58,81)
#683245
(104,50,69)
#542A39
(84,42,57)
#40222D
(64,34,45)
#2C1A21
(44,26,33)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #E0628D

#E0628D
(224,98,141)
#E27097
(226,112,151)
#E47EA1
(228,126,161)
#E68CAB
(230,140,171)
#E89AB5
(232,154,181)
#EAA8BF
(234,168,191)
#ECB6C9
(236,182,201)
#EEC4D3
(238,196,211)
#F0D2DD
(240,210,221)
#F2E0E7
(242,224,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0628D color. Also use rgb(224,98,141) instead hex code.

Text Font Color

.myTextColor { color: #E0628D; }

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

This text font color is #E0628D.

Background Color

.myBgColor { background-color: #E0628D; }

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

This div background color is #E0628D.

Border color

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

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

This div border color is #E0628D.

Opacity

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

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

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

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

This text has shadow with #E0628D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0628D.

Preview

Color preview on black background

This text has color #E0628D on black background.


Color preview on white background

This text has color #E0628D on white background.


Black color preview on #E0628D background

This text has black color on #E0628D background.


White color preview on #E0628D background

This text has white color on #E0628D background.


Related colors

Complementary color

Complementary color for #hex is #1F9D72.


I love getcolorcode.com

Triadic colors

1 #8DE062 and #628DE0 with #E0628D are triadic colors.

2 #8D62E0 and #62E08D with #E0628D are triadic colors.