COLOR #E25BA7

HEX: #E25BA7
RGB: (226,91,167)

Color info

#E25BA7 contains mainly red and blue colors. Web safe color of #E25BA7 is #CC6699 (or #C69).

RGB color model

#E25BA7 color RGB value is (226,91,167).

  • red value is 226;
  • green value is 91;
  • blue value is 167.
RGB:
(226,91,167)
(89%,36%,65%)

RGB channels and saturation

R 226 of 255 = 89%
G 91 of 255 = 36%
B 167 of 255 = 65%

226
91
167

R + G + B ~ 63%. #E25BA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 91 + 167 = 484 (100%)
R 226 of 484 ~ 46.69%
G 91 of 484 ~ 18.8%
B 167 of 484 ~ 34.5%

%46.69
%18.8
%34.5

CMYK color model

#E25BA7 color CMYK value is (0,60,26,11).

  • cyan value is 0.00%
  • magenta value is 59.73%
  • yellow value is 26.11%
  • key color value is 11.37%
CMYK:
(0,60,26,11)
C0M60Y26K11 
(0%,60%,26%,11%)
(0.00/0.60/0.26/0.11)	

CMYK percentages

%0
%59.73
%26.11
%11.37

Codes

Color #E25BA7 in popluar color models

E25BA7
RGB22691167
HSL326°69.95%62.16%
HSB/HSV326°59.73%88.63%
CMYK0.00%59.73%26.11%
11.37%

Color #E25BA7 in popluar number systems.

HEXE25BA7
Decimal22691167
Binary11100010101101110100111
Octal342133247

Shades and tints

Shades of #E25BA7

#E25BA7
(226,91,167)
#CE5398
(206,83,152)
#BA4B89
(186,75,137)
#A6437A
(166,67,122)
#923B6B
(146,59,107)
#7E335C
(126,51,92)
#6A2B4D
(106,43,77)
#56233E
(86,35,62)
#421B2F
(66,27,47)
#2E1320
(46,19,32)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #E25BA7

#E25BA7
(226,91,167)
#E469AF
(228,105,175)
#E677B7
(230,119,183)
#E885BF
(232,133,191)
#EA93C7
(234,147,199)
#ECA1CF
(236,161,207)
#EEAFD7
(238,175,215)
#F0BDDF
(240,189,223)
#F2CBE7
(242,203,231)
#F4D9EF
(244,217,239)
#F6E7F7
(246,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E25BA7 color. Also use rgb(226,91,167) instead hex code.

Text Font Color

.myTextColor { color: #E25BA7; }

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

This text font color is #E25BA7.


Background Color

.myBgColor { background-color: #E25BA7; }

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

This div background color is #E25BA7.


Border color

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

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

This div border color is #E25BA7.


Opacity

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

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

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

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

This text has shadow with #E25BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E25BA7 on black background.


Color preview on white background

This text has color #E25BA7 on white background.



Black color preview on #E25BA7 background

This text has black color on #E25BA7 background.


White color preview on #E25BA7 background

This text has white color on #E25BA7 background.