COLOR #E257FD

HEX: #E257FD
RGB: (226,87,253)

Color info

#E257FD contains mainly red and blue colors. Web safe color of #E257FD is #CC66FF (or #C6F).

RGB color model

#E257FD color RGB value is (226,87,253).

  • red value is 226;
  • green value is 87;
  • blue value is 253.
RGB:
(226,87,253)
(89%,34%,99%)

RGB channels and saturation

R 226 of 255 = 89%
G 87 of 255 = 34%
B 253 of 255 = 99%

226
87
253

R + G + B ~ 74%. #E257FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 87 + 253 = 566 (100%)
R 226 of 566 ~ 39.93%
G 87 of 566 ~ 15.37%
B 253 of 566 ~ 44.7%

%39.93
%15.37
%44.7

CMYK color model

#E257FD color CMYK value is (11,66,0,1).

  • cyan value is 10.67%
  • magenta value is 65.61%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,66,0,1)
C11M66Y0K1 
(11%,66%,0%,1%)
(0.11/0.66/0.00/0.01)	

CMYK percentages

%10.67
%65.61
%0
%0.78

Codes

Color #E257FD in popluar color models

E257FD
RGB22687253
HSL290°97.65%66.67%
HSB/HSV290°65.61%99.22%
CMYK10.67%65.61%0.00%
0.78%

Color #E257FD in popluar number systems.

HEXE257FD
Decimal22687253
Binary11100010101011111111101
Octal342127375

Shades and tints

Shades of #E257FD

#E257FD
(226,87,253)
#CE50E6
(206,80,230)
#BA49CF
(186,73,207)
#A642B8
(166,66,184)
#923BA1
(146,59,161)
#7E348A
(126,52,138)
#6A2D73
(106,45,115)
#56265C
(86,38,92)
#421F45
(66,31,69)
#2E182E
(46,24,46)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #E257FD

#E257FD
(226,87,253)
#E466FD
(228,102,253)
#E675FD
(230,117,253)
#E884FD
(232,132,253)
#EA93FD
(234,147,253)
#ECA2FD
(236,162,253)
#EEB1FD
(238,177,253)
#F0C0FD
(240,192,253)
#F2CFFD
(242,207,253)
#F4DEFD
(244,222,253)
#F6EDFD
(246,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E257FD color. Also use rgb(226,87,253) instead hex code.

Text Font Color

.myTextColor { color: #E257FD; }

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

This text font color is #E257FD.


Background Color

.myBgColor { background-color: #E257FD; }

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

This div background color is #E257FD.


Border color

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

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

This div border color is #E257FD.


Opacity

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

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

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

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

This text has shadow with #E257FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E257FD on black background.


Color preview on white background

This text has color #E257FD on white background.



Black color preview on #E257FD background

This text has black color on #E257FD background.


White color preview on #E257FD background

This text has white color on #E257FD background.