COLOR #E69EF4

HEX: #E69EF4 RGB: (230,158,244)

Color info

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

RGB color model

#E69EF4 color RGB value is (230,158,244).

RGB: (230,158,244) (90%, 62%, 96%)

RGB channels and saturation

R 230 of 255 = 90%
G 158 of 255 = 62%
B 244 of 255 = 96%

230
158
244

R + G + B ~ 83%. #E69EF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 158 + 244 = 632 (100%)
R 230 of 632 ~ 36.39%
G 158 of 632 ~ 25%
B 244 of 632 ~ 38.61'%

%36.39
%25
%38.61

CMYK color model

#E69EF4 color CMYK value is (6,35,0,4).

  • cyan value is 5.74%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (6,35,0,4)
C6M35Y0K4 (6%, 35%, 0%, 4%)
(0.06 / 0.35 / 0.00 / 0.04)

CMYK percentages

%5.74
%35.25
%0
%4.31

Codes

Color #E69EF4 in popluar color models

E6 9E F4
RGB 230 158 244
HSL 290° 79.63% 78.82%
HSB/HSV 290° 35.25% 95.69%
CMYK 5.74% 35.25% 0.00%
4.31%

Color #E69EF4 in popluar number systems.

HEX E6 9E F4
Decimal 230 158 244
Binary 11100110 10011110 11110100
Octal 346 236 364

Shades and tints

Shades of #E69EF4

#E69EF4
(230,158,244)
#D290DE
(210,144,222)
#BE82C8
(190,130,200)
#AA74B2
(170,116,178)
#96669C
(150,102,156)
#825886
(130,88,134)
#6E4A70
(110,74,112)
#5A3C5A
(90,60,90)
#462E44
(70,46,68)
#32202E
(50,32,46)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #E69EF4

#E69EF4
(230,158,244)
#E8A6F5
(232,166,245)
#EAAEF6
(234,174,246)
#ECB6F7
(236,182,247)
#EEBEF8
(238,190,248)
#F0C6F9
(240,198,249)
#F2CEFA
(242,206,250)
#F4D6FB
(244,214,251)
#F6DEFC
(246,222,252)
#F8E6FD
(248,230,253)
#FAEEFE
(250,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69EF4 color. Also use rgb(230,158,244) instead hex code.

Text Font Color

.myTextColor { color: #E69EF4; }

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

This text font color is #E69EF4.

Background Color

.myBgColor { background-color: #E69EF4; }

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

This div background color is #E69EF4.

Border color

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

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

This div border color is #E69EF4.

Opacity

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

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

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

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

This text has shadow with #E69EF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69EF4.

Preview

Color preview on black background

This text has color #E69EF4 on black background.


Color preview on white background

This text has color #E69EF4 on white background.


Black color preview on #E69EF4 background

This text has black color on #E69EF4 background.


White color preview on #E69EF4 background

This text has white color on #E69EF4 background.


Related colors

Complementary color

Complementary color for #hex is #19610B.


I love getcolorcode.com

Triadic colors

1 #F4E69E and #9EF4E6 with #E69EF4 are triadic colors.

2 #F49EE6 and #9EE6F4 with #E69EF4 are triadic colors.