COLOR #E69EFF

HEX: #E69EFF
RGB: (230,158,255)

Color info

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

RGB color model

#E69EFF color RGB value is (230,158,255).

  • red value is 230;
  • green value is 158;
  • blue value is 255.
RGB:
(230,158,255)
(90%,62%,100%)

RGB channels and saturation

R 230 of 255 = 90%
G 158 of 255 = 62%
B 255 of 255 = 100%

230
158
255

R + G + B ~ 84%. #E69EFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 158 + 255 = 643 (100%)
R 230 of 643 ~ 35.77%
G 158 of 643 ~ 24.57%
B 255 of 643 ~ 39.66%

%35.77
%24.57
%39.66

CMYK color model

#E69EFF color CMYK value is (10,38,0,0).

  • cyan value is 9.80%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,38,0,0)
C10M38Y0K0 
(10%,38%,0%,0%)
(0.10/0.38/0.00/0.00)	

CMYK percentages

%9.8
%38.04
%0
%0

Codes

Color #E69EFF in popluar color models

E69EFF
RGB230158255
HSL285°100.00%80.98%
HSB/HSV285°38.04%100.00%
CMYK9.80%38.04%0.00%
0.00%

Color #E69EFF in popluar number systems.

HEXE69EFF
Decimal230158255
Binary111001101001111011111111
Octal346236377

Shades and tints

Shades of #E69EFF

#E69EFF
(230,158,255)
#D290E8
(210,144,232)
#BE82D1
(190,130,209)
#AA74BA
(170,116,186)
#9666A3
(150,102,163)
#82588C
(130,88,140)
#6E4A75
(110,74,117)
#5A3C5E
(90,60,94)
#462E47
(70,46,71)
#322030
(50,32,48)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E69EFF

#E69EFF
(230,158,255)
#E8A6FF
(232,166,255)
#EAAEFF
(234,174,255)
#ECB6FF
(236,182,255)
#EEBEFF
(238,190,255)
#F0C6FF
(240,198,255)
#F2CEFF
(242,206,255)
#F4D6FF
(244,214,255)
#F6DEFF
(246,222,255)
#F8E6FF
(248,230,255)
#FAEEFF
(250,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69EFF; }

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

This text font color is #E69EFF.


Background Color

.myBgColor { background-color: #E69EFF; }

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

This div background color is #E69EFF.


Border color

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

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

This div border color is #E69EFF.


Opacity

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

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

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

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

This text has shadow with #E69EFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69EFF on black background.


Color preview on white background

This text has color #E69EFF on white background.



Black color preview on #E69EFF background

This text has black color on #E69EFF background.


White color preview on #E69EFF background

This text has white color on #E69EFF background.