COLOR #E25C7C

HEX: #E25C7C
RGB: (226,92,124)

Color info

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

RGB color model

#E25C7C color RGB value is (226,92,124).

  • red value is 226;
  • green value is 92;
  • blue value is 124.
RGB:
(226,92,124)
(89%,36%,49%)

RGB channels and saturation

R 226 of 255 = 89%
G 92 of 255 = 36%
B 124 of 255 = 49%

226
92
124

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

Portions of RGB colors in percentages

R + G + B =
226 + 92 + 124 = 442 (100%)
R 226 of 442 ~ 51.13%
G 92 of 442 ~ 20.81%
B 124 of 442 ~ 28.05%

%51.13
%20.81
%28.05

CMYK color model

#E25C7C color CMYK value is (0,59,45,11).

  • cyan value is 0.00%
  • magenta value is 59.29%
  • yellow value is 45.13%
  • key color value is 11.37%
CMYK:
(0,59,45,11)
C0M59Y45K11 
(0%,59%,45%,11%)
(0.00/0.59/0.45/0.11)	

CMYK percentages

%0
%59.29
%45.13
%11.37

Codes

Color #E25C7C in popluar color models

E25C7C
RGB22692124
HSL346°69.79%62.35%
HSB/HSV346°59.29%88.63%
CMYK0.00%59.29%45.13%
11.37%

Color #E25C7C in popluar number systems.

HEXE25C7C
Decimal22692124
Binary1110001010111001111100
Octal342134174

Shades and tints

Shades of #E25C7C

#E25C7C
(226,92,124)
#CE5471
(206,84,113)
#BA4C66
(186,76,102)
#A6445B
(166,68,91)
#923C50
(146,60,80)
#7E3445
(126,52,69)
#6A2C3A
(106,44,58)
#56242F
(86,36,47)
#421C24
(66,28,36)
#2E1419
(46,20,25)
#1A0C0E
(26,12,14)
#000000
(0,0,0)

Tints of #E25C7C

#E25C7C
(226,92,124)
#E46A87
(228,106,135)
#E67892
(230,120,146)
#E8869D
(232,134,157)
#EA94A8
(234,148,168)
#ECA2B3
(236,162,179)
#EEB0BE
(238,176,190)
#F0BEC9
(240,190,201)
#F2CCD4
(242,204,212)
#F4DADF
(244,218,223)
#F6E8EA
(246,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E25C7C; }

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

This text font color is #E25C7C.


Background Color

.myBgColor { background-color: #E25C7C; }

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

This div background color is #E25C7C.


Border color

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

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

This div border color is #E25C7C.


Opacity

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

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

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

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

This text has shadow with #E25C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E25C7C on black background.


Color preview on white background

This text has color #E25C7C on white background.



Black color preview on #E25C7C background

This text has black color on #E25C7C background.


White color preview on #E25C7C background

This text has white color on #E25C7C background.