COLOR #E25A6E

HEX: #E25A6E
RGB: (226,90,110)

Color info

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

RGB color model

#E25A6E color RGB value is (226,90,110).

  • red value is 226;
  • green value is 90;
  • blue value is 110.
RGB:
(226,90,110)
(89%,35%,43%)

RGB channels and saturation

R 226 of 255 = 89%
G 90 of 255 = 35%
B 110 of 255 = 43%

226
90
110

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

Portions of RGB colors in percentages

R + G + B =
226 + 90 + 110 = 426 (100%)
R 226 of 426 ~ 53.05%
G 90 of 426 ~ 21.13%
B 110 of 426 ~ 25.82%

%53.05
%21.13
%25.82

CMYK color model

#E25A6E color CMYK value is (0,60,51,11).

  • cyan value is 0.00%
  • magenta value is 60.18%
  • yellow value is 51.33%
  • key color value is 11.37%
CMYK:
(0,60,51,11)
C0M60Y51K11 
(0%,60%,51%,11%)
(0.00/0.60/0.51/0.11)	

CMYK percentages

%0
%60.18
%51.33
%11.37

Codes

Color #E25A6E in popluar color models

E25A6E
RGB22690110
HSL351°70.10%61.96%
HSB/HSV351°60.18%88.63%
CMYK0.00%60.18%51.33%
11.37%

Color #E25A6E in popluar number systems.

HEXE25A6E
Decimal22690110
Binary1110001010110101101110
Octal342132156

Shades and tints

Shades of #E25A6E

#E25A6E
(226,90,110)
#CE5264
(206,82,100)
#BA4A5A
(186,74,90)
#A64250
(166,66,80)
#923A46
(146,58,70)
#7E323C
(126,50,60)
#6A2A32
(106,42,50)
#562228
(86,34,40)
#421A1E
(66,26,30)
#2E1214
(46,18,20)
#1A0A0A
(26,10,10)
#000000
(0,0,0)

Tints of #E25A6E

#E25A6E
(226,90,110)
#E4697B
(228,105,123)
#E67888
(230,120,136)
#E88795
(232,135,149)
#EA96A2
(234,150,162)
#ECA5AF
(236,165,175)
#EEB4BC
(238,180,188)
#F0C3C9
(240,195,201)
#F2D2D6
(242,210,214)
#F4E1E3
(244,225,227)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E25A6E color. Also use rgb(226,90,110) instead hex code.

Text Font Color

.myTextColor { color: #E25A6E; }

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

This text font color is #E25A6E.


Background Color

.myBgColor { background-color: #E25A6E; }

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

This div background color is #E25A6E.


Border color

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

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

This div border color is #E25A6E.


Opacity

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

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

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

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

This text has shadow with #E25A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E25A6E on black background.


Color preview on white background

This text has color #E25A6E on white background.



Black color preview on #E25A6E background

This text has black color on #E25A6E background.


White color preview on #E25A6E background

This text has white color on #E25A6E background.