COLOR #E735F5

HEX: #E735F5
RGB: (231,53,245)

Color info

#E735F5 contains mainly red and blue colors. Web safe color of #E735F5 is #FF33FF (or #F3F).

RGB color model

#E735F5 color RGB value is (231,53,245).

  • red value is 231;
  • green value is 53;
  • blue value is 245.
RGB:
(231,53,245)
(91%,21%,96%)

RGB channels and saturation

R 231 of 255 = 91%
G 53 of 255 = 21%
B 245 of 255 = 96%

231
53
245

R + G + B ~ 69%. #E735F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 53 + 245 = 529 (100%)
R 231 of 529 ~ 43.67%
G 53 of 529 ~ 10.02%
B 245 of 529 ~ 46.31%

%43.67
%10.02
%46.31

CMYK color model

#E735F5 color CMYK value is (6,78,0,4).

  • cyan value is 5.71%
  • magenta value is 78.37%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(6,78,0,4)
C6M78Y0K4 
(6%,78%,0%,4%)
(0.06/0.78/0.00/0.04)	

CMYK percentages

%5.71
%78.37
%0
%3.92

Codes

Color #E735F5 in popluar color models

E735F5
RGB23153245
HSL296°90.57%58.43%
HSB/HSV296°78.37%96.08%
CMYK5.71%78.37%0.00%
3.92%

Color #E735F5 in popluar number systems.

HEXE735F5
Decimal23153245
Binary1110011111010111110101
Octal34765365

Shades and tints

Shades of #E735F5

#E735F5
(231,53,245)
#D231DF
(210,49,223)
#BD2DC9
(189,45,201)
#A829B3
(168,41,179)
#93259D
(147,37,157)
#7E2187
(126,33,135)
#691D71
(105,29,113)
#54195B
(84,25,91)
#3F1545
(63,21,69)
#2A112F
(42,17,47)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #E735F5

#E735F5
(231,53,245)
#E947F5
(233,71,245)
#EB59F5
(235,89,245)
#ED6BF5
(237,107,245)
#EF7DF5
(239,125,245)
#F18FF5
(241,143,245)
#F3A1F5
(243,161,245)
#F5B3F5
(245,179,245)
#F7C5F5
(247,197,245)
#F9D7F5
(249,215,245)
#FBE9F5
(251,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E735F5 color. Also use rgb(231,53,245) instead hex code.

Text Font Color

.myTextColor { color: #E735F5; }

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

This text font color is #E735F5.


Background Color

.myBgColor { background-color: #E735F5; }

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

This div background color is #E735F5.


Border color

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

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

This div border color is #E735F5.


Opacity

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

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

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

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

This text has shadow with #E735F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E735F5 on black background.


Color preview on white background

This text has color #E735F5 on white background.



Black color preview on #E735F5 background

This text has black color on #E735F5 background.


White color preview on #E735F5 background

This text has white color on #E735F5 background.