COLOR #E755F8

HEX: #E755F8 RGB: (231,85,248)

Color info

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

RGB color model

#E755F8 color RGB value is (231,85,248).

RGB: (231,85,248) (91%, 33%, 97%)

RGB channels and saturation

R 231 of 255 = 91%
G 85 of 255 = 33%
B 248 of 255 = 97%

231
85
248

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

Portions of RGB colors in percentages

R + G + B = 231 + 85 + 248 = 564 (100%)
R 231 of 564 ~ 40.96%
G 85 of 564 ~ 15.07%
B 248 of 564 ~ 43.97'%

%40.96
%15.07
%43.97

CMYK color model

#E755F8 color CMYK value is (7,66,0,3).

  • cyan value is 6.85%
  • magenta value is 65.73%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (7,66,0,3)
C7M66Y0K3 (7%, 66%, 0%, 3%)
(0.07 / 0.66 / 0.00 / 0.03)

CMYK percentages

%6.85
%65.73
%0
%2.75

Codes

Color #E755F8 in popluar color models

E7 55 F8
RGB 231 85 248
HSL 294° 92.09% 65.29%
HSB/HSV 294° 65.73% 97.25%
CMYK 6.85% 65.73% 0.00%
2.75%

Color #E755F8 in popluar number systems.

HEX E7 55 F8
Decimal 231 85 248
Binary 11100111 1010101 11111000
Octal 347 125 370

Shades and tints

Shades of #E755F8

#E755F8
(231,85,248)
#D24EE2
(210,78,226)
#BD47CC
(189,71,204)
#A840B6
(168,64,182)
#9339A0
(147,57,160)
#7E328A
(126,50,138)
#692B74
(105,43,116)
#54245E
(84,36,94)
#3F1D48
(63,29,72)
#2A1632
(42,22,50)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #E755F8

#E755F8
(231,85,248)
#E964F8
(233,100,248)
#EB73F8
(235,115,248)
#ED82F8
(237,130,248)
#EF91F8
(239,145,248)
#F1A0F8
(241,160,248)
#F3AFF8
(243,175,248)
#F5BEF8
(245,190,248)
#F7CDF8
(247,205,248)
#F9DCF8
(249,220,248)
#FBEBF8
(251,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E755F8 color. Also use rgb(231,85,248) instead hex code.

Text Font Color

.myTextColor { color: #E755F8; }

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

This text font color is #E755F8.

Background Color

.myBgColor { background-color: #E755F8; }

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

This div background color is #E755F8.

Border color

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

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

This div border color is #E755F8.

Opacity

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

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

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

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

This text has shadow with #E755F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E755F8.

Preview

Color preview on black background

This text has color #E755F8 on black background.


Color preview on white background

This text has color #E755F8 on white background.


Black color preview on #E755F8 background

This text has black color on #E755F8 background.


White color preview on #E755F8 background

This text has white color on #E755F8 background.


Related colors

Complementary color

Complementary color for #hex is #18AA07.


I love getcolorcode.com

Triadic colors

1 #F8E755 and #55F8E7 with #E755F8 are triadic colors.

2 #F855E7 and #55E7F8 with #E755F8 are triadic colors.