COLOR #E25E7C

HEX: #E25E7C RGB: (226,94,124)

Color info

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

RGB color model

#E25E7C color RGB value is (226,94,124).

RGB: (226,94,124) (89%, 37%, 49%)

RGB channels and saturation

R 226 of 255 = 89%
G 94 of 255 = 37%
B 124 of 255 = 49%

226
94
124

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

Portions of RGB colors in percentages

R + G + B = 226 + 94 + 124 = 444 (100%)
R 226 of 444 ~ 50.9%
G 94 of 444 ~ 21.17%
B 124 of 444 ~ 27.93'%

%50.9
%21.17
%27.93

CMYK color model

#E25E7C color CMYK value is (0,58,45,11).

  • cyan value is 0.00%
  • magenta value is 58.41%
  • yellow value is 45.13%
  • key color value is 11.37%

CMYK: (0,58,45,11)
C0M58Y45K11 (0%, 58%, 45%, 11%)
(0.00 / 0.58 / 0.45 / 0.11)

CMYK percentages

%0
%58.41
%45.13
%11.37

Codes

Color #E25E7C in popluar color models

E2 5E 7C
RGB 226 94 124
HSL 346° 69.47% 62.75%
HSB/HSV 346° 58.41% 88.63%
CMYK 0.00% 58.41% 45.13%
11.37%

Color #E25E7C in popluar number systems.

HEX E2 5E 7C
Decimal 226 94 124
Binary 11100010 1011110 1111100
Octal 342 136 174

Shades and tints

Shades of #E25E7C

#E25E7C
(226,94,124)
#CE5671
(206,86,113)
#BA4E66
(186,78,102)
#A6465B
(166,70,91)
#923E50
(146,62,80)
#7E3645
(126,54,69)
#6A2E3A
(106,46,58)
#56262F
(86,38,47)
#421E24
(66,30,36)
#2E1619
(46,22,25)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #E25E7C

#E25E7C
(226,94,124)
#E46C87
(228,108,135)
#E67A92
(230,122,146)
#E8889D
(232,136,157)
#EA96A8
(234,150,168)
#ECA4B3
(236,164,179)
#EEB2BE
(238,178,190)
#F0C0C9
(240,192,201)
#F2CED4
(242,206,212)
#F4DCDF
(244,220,223)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E25E7C color. Also use rgb(226,94,124) instead hex code.

Text Font Color

.myTextColor { color: #E25E7C; }

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

This text font color is #E25E7C.

Background Color

.myBgColor { background-color: #E25E7C; }

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

This div background color is #E25E7C.

Border color

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

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

This div border color is #E25E7C.

Opacity

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

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

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

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

This text has shadow with #E25E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E25E7C.

Preview

Color preview on black background

This text has color #E25E7C on black background.


Color preview on white background

This text has color #E25E7C on white background.


Black color preview on #E25E7C background

This text has black color on #E25E7C background.


White color preview on #E25E7C background

This text has white color on #E25E7C background.


Related colors

Complementary color

Complementary color for #hex is #1DA183.


I love getcolorcode.com

Triadic colors

1 #7CE25E and #5E7CE2 with #E25E7C are triadic colors.

2 #7C5EE2 and #5EE27C with #E25E7C are triadic colors.