COLOR #E765FF

HEX: #E765FF RGB: (231,101,255)

Color info

#E765FF contains mainly red and blue colors. Web safe color of #E765FF is #FF66FF (or #F6F).

RGB color model

#E765FF color RGB value is (231,101,255).

RGB: (231,101,255) (91%, 40%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 101 of 255 = 40%
B 255 of 255 = 100%

231
101
255

R + G + B ~ 77%. #E765FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 101 + 255 = 587 (100%)
R 231 of 587 ~ 39.35%
G 101 of 587 ~ 17.21%
B 255 of 587 ~ 43.44'%

%39.35
%17.21
%43.44

CMYK color model

#E765FF color CMYK value is (9,60,0,0).

  • cyan value is 9.41%
  • magenta value is 60.39%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (9,60,0,0)
C9M60Y0K0 (9%, 60%, 0%, 0%)
(0.09 / 0.60 / 0.00 / 0.00)

CMYK percentages

%9.41
%60.39
%0
%0

Codes

Color #E765FF in popluar color models

E7 65 FF
RGB 231 101 255
HSL 291° 100.00% 69.80%
HSB/HSV 291° 60.39% 100.00%
CMYK 9.41% 60.39% 0.00%
0.00%

Color #E765FF in popluar number systems.

HEX E7 65 FF
Decimal 231 101 255
Binary 11100111 1100101 11111111
Octal 347 145 377

Shades and tints

Shades of #E765FF

#E765FF
(231,101,255)
#D25CE8
(210,92,232)
#BD53D1
(189,83,209)
#A84ABA
(168,74,186)
#9341A3
(147,65,163)
#7E388C
(126,56,140)
#692F75
(105,47,117)
#54265E
(84,38,94)
#3F1D47
(63,29,71)
#2A1430
(42,20,48)
#150B19
(21,11,25)
#000000
(0,0,0)

Tints of #E765FF

#E765FF
(231,101,255)
#E973FF
(233,115,255)
#EB81FF
(235,129,255)
#ED8FFF
(237,143,255)
#EF9DFF
(239,157,255)
#F1ABFF
(241,171,255)
#F3B9FF
(243,185,255)
#F5C7FF
(245,199,255)
#F7D5FF
(247,213,255)
#F9E3FF
(249,227,255)
#FBF1FF
(251,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E765FF color. Also use rgb(231,101,255) instead hex code.

Text Font Color

.myTextColor { color: #E765FF; }

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

This text font color is #E765FF.

Background Color

.myBgColor { background-color: #E765FF; }

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

This div background color is #E765FF.

Border color

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

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

This div border color is #E765FF.

Opacity

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

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

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

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

This text has shadow with #E765FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E765FF.

Preview

Color preview on black background

This text has color #E765FF on black background.


Color preview on white background

This text has color #E765FF on white background.


Black color preview on #E765FF background

This text has black color on #E765FF background.


White color preview on #E765FF background

This text has white color on #E765FF background.


Related colors

Complementary color

Complementary color for #hex is #189A00.


I love getcolorcode.com

Triadic colors

1 #FFE765 and #65FFE7 with #E765FF are triadic colors.

2 #FF65E7 and #65E7FF with #E765FF are triadic colors.