COLOR #E25FE4

HEX: #E25FE4
RGB: (226,95,228)

Color info

#E25FE4 contains mainly red and blue colors. Web safe color of #E25FE4 is #CC66CC (or #C6C).

RGB color model

#E25FE4 color RGB value is (226,95,228).

  • red value is 226;
  • green value is 95;
  • blue value is 228.
RGB:
(226,95,228)
(89%,37%,89%)

RGB channels and saturation

R 226 of 255 = 89%
G 95 of 255 = 37%
B 228 of 255 = 89%

226
95
228

R + G + B ~ 72%. #E25FE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 95 + 228 = 549 (100%)
R 226 of 549 ~ 41.17%
G 95 of 549 ~ 17.3%
B 228 of 549 ~ 41.53%

%41.17
%17.3
%41.53

CMYK color model

#E25FE4 color CMYK value is (1,58,0,11).

  • cyan value is 0.88%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(1,58,0,11)
C1M58Y0K11 
(1%,58%,0%,11%)
(0.01/0.58/0.00/0.11)	

CMYK percentages

%0.88
%58.33
%0
%10.59

Codes

Color #E25FE4 in popluar color models

E25FE4
RGB22695228
HSL299°71.12%63.33%
HSB/HSV299°58.33%89.41%
CMYK0.88%58.33%0.00%
10.59%

Color #E25FE4 in popluar number systems.

HEXE25FE4
Decimal22695228
Binary11100010101111111100100
Octal342137344

Shades and tints

Shades of #E25FE4

#E25FE4
(226,95,228)
#CE57D0
(206,87,208)
#BA4FBC
(186,79,188)
#A647A8
(166,71,168)
#923F94
(146,63,148)
#7E3780
(126,55,128)
#6A2F6C
(106,47,108)
#562758
(86,39,88)
#421F44
(66,31,68)
#2E1730
(46,23,48)
#1A0F1C
(26,15,28)
#000000
(0,0,0)

Tints of #E25FE4

#E25FE4
(226,95,228)
#E46DE6
(228,109,230)
#E67BE8
(230,123,232)
#E889EA
(232,137,234)
#EA97EC
(234,151,236)
#ECA5EE
(236,165,238)
#EEB3F0
(238,179,240)
#F0C1F2
(240,193,242)
#F2CFF4
(242,207,244)
#F4DDF6
(244,221,246)
#F6EBF8
(246,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E25FE4 color. Also use rgb(226,95,228) instead hex code.

Text Font Color

.myTextColor { color: #E25FE4; }

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

This text font color is #E25FE4.


Background Color

.myBgColor { background-color: #E25FE4; }

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

This div background color is #E25FE4.


Border color

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

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

This div border color is #E25FE4.


Opacity

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

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

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

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

This text has shadow with #E25FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E25FE4 on black background.


Color preview on white background

This text has color #E25FE4 on white background.



Black color preview on #E25FE4 background

This text has black color on #E25FE4 background.


White color preview on #E25FE4 background

This text has white color on #E25FE4 background.