COLOR #E657F0

HEX: #E657F0
RGB: (230,87,240)

Color info

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

RGB color model

#E657F0 color RGB value is (230,87,240).

  • red value is 230;
  • green value is 87;
  • blue value is 240.
RGB:
(230,87,240)
(90%,34%,94%)

RGB channels and saturation

R 230 of 255 = 90%
G 87 of 255 = 34%
B 240 of 255 = 94%

230
87
240

R + G + B ~ 73%. #E657F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 87 + 240 = 557 (100%)
R 230 of 557 ~ 41.29%
G 87 of 557 ~ 15.62%
B 240 of 557 ~ 43.09%

%41.29
%15.62
%43.09

CMYK color model

#E657F0 color CMYK value is (4,64,0,6).

  • cyan value is 4.17%
  • magenta value is 63.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(4,64,0,6)
C4M64Y0K6 
(4%,64%,0%,6%)
(0.04/0.64/0.00/0.06)	

CMYK percentages

%4.17
%63.75
%0
%5.88

Codes

Color #E657F0 in popluar color models

E657F0
RGB23087240
HSL296°83.61%64.12%
HSB/HSV296°63.75%94.12%
CMYK4.17%63.75%0.00%
5.88%

Color #E657F0 in popluar number systems.

HEXE657F0
Decimal23087240
Binary11100110101011111110000
Octal346127360

Shades and tints

Shades of #E657F0

#E657F0
(230,87,240)
#D250DB
(210,80,219)
#BE49C6
(190,73,198)
#AA42B1
(170,66,177)
#963B9C
(150,59,156)
#823487
(130,52,135)
#6E2D72
(110,45,114)
#5A265D
(90,38,93)
#461F48
(70,31,72)
#321833
(50,24,51)
#1E111E
(30,17,30)
#000000
(0,0,0)

Tints of #E657F0

#E657F0
(230,87,240)
#E866F1
(232,102,241)
#EA75F2
(234,117,242)
#EC84F3
(236,132,243)
#EE93F4
(238,147,244)
#F0A2F5
(240,162,245)
#F2B1F6
(242,177,246)
#F4C0F7
(244,192,247)
#F6CFF8
(246,207,248)
#F8DEF9
(248,222,249)
#FAEDFA
(250,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E657F0 color. Also use rgb(230,87,240) instead hex code.

Text Font Color

.myTextColor { color: #E657F0; }

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

This text font color is #E657F0.


Background Color

.myBgColor { background-color: #E657F0; }

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

This div background color is #E657F0.


Border color

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

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

This div border color is #E657F0.


Opacity

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

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

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

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

This text has shadow with #E657F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E657F0 on black background.


Color preview on white background

This text has color #E657F0 on white background.



Black color preview on #E657F0 background

This text has black color on #E657F0 background.


White color preview on #E657F0 background

This text has white color on #E657F0 background.