COLOR #E694F5

HEX: #E694F5 RGB: (230,148,245)

Color info

#E694F5 contains mainly red and blue colors. Web safe color of #E694F5 is #CC99FF (or #C9F).

RGB color model

#E694F5 color RGB value is (230,148,245).

RGB: (230,148,245) (90%, 58%, 96%)

RGB channels and saturation

R 230 of 255 = 90%
G 148 of 255 = 58%
B 245 of 255 = 96%

230
148
245

R + G + B ~ 81%. #E694F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 148 + 245 = 623 (100%)
R 230 of 623 ~ 36.92%
G 148 of 623 ~ 23.76%
B 245 of 623 ~ 39.33'%

%36.92
%23.76
%39.33

CMYK color model

#E694F5 color CMYK value is (6,40,0,4).

  • cyan value is 6.12%
  • magenta value is 39.59%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (6,40,0,4)
C6M40Y0K4 (6%, 40%, 0%, 4%)
(0.06 / 0.40 / 0.00 / 0.04)

CMYK percentages

%6.12
%39.59
%0
%3.92

Codes

Color #E694F5 in popluar color models

E6 94 F5
RGB 230 148 245
HSL 291° 82.91% 77.06%
HSB/HSV 291° 39.59% 96.08%
CMYK 6.12% 39.59% 0.00%
3.92%

Color #E694F5 in popluar number systems.

HEX E6 94 F5
Decimal 230 148 245
Binary 11100110 10010100 11110101
Octal 346 224 365

Shades and tints

Shades of #E694F5

#E694F5
(230,148,245)
#D287DF
(210,135,223)
#BE7AC9
(190,122,201)
#AA6DB3
(170,109,179)
#96609D
(150,96,157)
#825387
(130,83,135)
#6E4671
(110,70,113)
#5A395B
(90,57,91)
#462C45
(70,44,69)
#321F2F
(50,31,47)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E694F5

#E694F5
(230,148,245)
#E89DF5
(232,157,245)
#EAA6F5
(234,166,245)
#ECAFF5
(236,175,245)
#EEB8F5
(238,184,245)
#F0C1F5
(240,193,245)
#F2CAF5
(242,202,245)
#F4D3F5
(244,211,245)
#F6DCF5
(246,220,245)
#F8E5F5
(248,229,245)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E694F5 color. Also use rgb(230,148,245) instead hex code.

Text Font Color

.myTextColor { color: #E694F5; }

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

This text font color is #E694F5.

Background Color

.myBgColor { background-color: #E694F5; }

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

This div background color is #E694F5.

Border color

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

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

This div border color is #E694F5.

Opacity

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

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

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

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

This text has shadow with #E694F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E694F5.

Preview

Color preview on black background

This text has color #E694F5 on black background.


Color preview on white background

This text has color #E694F5 on white background.


Black color preview on #E694F5 background

This text has black color on #E694F5 background.


White color preview on #E694F5 background

This text has white color on #E694F5 background.


Related colors

Complementary color

Complementary color for #hex is #196B0A.


I love getcolorcode.com

Triadic colors

1 #F5E694 and #94F5E6 with #E694F5 are triadic colors.

2 #F594E6 and #94E6F5 with #E694F5 are triadic colors.