COLOR #E69AF9

HEX: #E69AF9 RGB: (230,154,249)

Color info

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

RGB color model

#E69AF9 color RGB value is (230,154,249).

RGB: (230,154,249) (90%, 60%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 154 of 255 = 60%
B 249 of 255 = 98%

230
154
249

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

Portions of RGB colors in percentages

R + G + B = 230 + 154 + 249 = 633 (100%)
R 230 of 633 ~ 36.33%
G 154 of 633 ~ 24.33%
B 249 of 633 ~ 39.34'%

%36.33
%24.33
%39.34

CMYK color model

#E69AF9 color CMYK value is (8,38,0,2).

  • cyan value is 7.63%
  • magenta value is 38.15%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (8,38,0,2) C8M38Y0K2 (8%,38%,0%,2%) (0.08/0.38/0.00/0.02) 

CMYK percentages

%7.63
%38.15
%0
%2.35

Codes

Color #E69AF9 in popluar color models

E6 9A F9
RGB 230 154 249
HSL 288° 88.79% 79.02%
HSB/HSV 288° 38.15% 97.65%
CMYK 7.63% 38.15% 0.00%
2.35%

Color #E69AF9 in popluar number systems.

HEX E6 9A F9
Decimal 230 154 249
Binary 11100110 10011010 11111001
Octal 346 232 371

Shades and tints

Shades of #E69AF9

#E69AF9
(230,154,249)
#D28CE3
(210,140,227)
#BE7ECD
(190,126,205)
#AA70B7
(170,112,183)
#9662A1
(150,98,161)
#82548B
(130,84,139)
#6E4675
(110,70,117)
#5A385F
(90,56,95)
#462A49
(70,42,73)
#321C33
(50,28,51)
#1E0E1D
(30,14,29)
#000000
(0,0,0)

Tints of #E69AF9

#E69AF9
(230,154,249)
#E8A3F9
(232,163,249)
#EAACF9
(234,172,249)
#ECB5F9
(236,181,249)
#EEBEF9
(238,190,249)
#F0C7F9
(240,199,249)
#F2D0F9
(242,208,249)
#F4D9F9
(244,217,249)
#F6E2F9
(246,226,249)
#F8EBF9
(248,235,249)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69AF9 color. Also use rgb(230,154,249) instead hex code.

Text Font Color

.myTextColor { color: #E69AF9; }

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

This text font color is #E69AF9.

Background Color

.myBgColor { background-color: #E69AF9; }

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

This div background color is #E69AF9.

Border color

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

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

This div border color is #E69AF9.

Opacity

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

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

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

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

This text has shadow with #E69AF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69AF9.

Preview

Color preview on black background

This text has color #E69AF9 on black background.


Color preview on white background

This text has color #E69AF9 on white background.


Black color preview on #E69AF9 background

This text has black color on #E69AF9 background.


White color preview on #E69AF9 background

This text has white color on #E69AF9 background.


Related colors

Complementary color

Complementary color for #hex is #196506.


I love getcolorcode.com

Triadic colors

1 #F9E69A and #9AF9E6 with #E69AF9 are triadic colors.

2 #F99AE6 and #9AE6F9 with #E69AF9 are triadic colors.