COLOR #E069E5

HEX: #E069E5
RGB: (224,105,229)

Color info

#E069E5 contains mainly red and blue colors. Web safe color of #E069E5 is #CC66CC (or #C6C).

RGB color model

#E069E5 color RGB value is (224,105,229).

  • red value is 224;
  • green value is 105;
  • blue value is 229.
RGB:
(224,105,229)
(88%,41%,90%)

RGB channels and saturation

R 224 of 255 = 88%
G 105 of 255 = 41%
B 229 of 255 = 90%

224
105
229

R + G + B ~ 73%. #E069E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 105 + 229 = 558 (100%)
R 224 of 558 ~ 40.14%
G 105 of 558 ~ 18.82%
B 229 of 558 ~ 41.04%

%40.14
%18.82
%41.04

CMYK color model

#E069E5 color CMYK value is (2,54,0,10).

  • cyan value is 2.18%
  • magenta value is 54.15%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(2,54,0,10)
C2M54Y0K10 
(2%,54%,0%,10%)
(0.02/0.54/0.00/0.10)	

CMYK percentages

%2.18
%54.15
%0
%10.2

Codes

Color #E069E5 in popluar color models

E069E5
RGB224105229
HSL298°70.45%65.49%
HSB/HSV298°54.15%89.80%
CMYK2.18%54.15%0.00%
10.20%

Color #E069E5 in popluar number systems.

HEXE069E5
Decimal224105229
Binary11100000110100111100101
Octal340151345

Shades and tints

Shades of #E069E5

#E069E5
(224,105,229)
#CC60D1
(204,96,209)
#B857BD
(184,87,189)
#A44EA9
(164,78,169)
#904595
(144,69,149)
#7C3C81
(124,60,129)
#68336D
(104,51,109)
#542A59
(84,42,89)
#402145
(64,33,69)
#2C1831
(44,24,49)
#180F1D
(24,15,29)
#000000
(0,0,0)

Tints of #E069E5

#E069E5
(224,105,229)
#E276E7
(226,118,231)
#E483E9
(228,131,233)
#E690EB
(230,144,235)
#E89DED
(232,157,237)
#EAAAEF
(234,170,239)
#ECB7F1
(236,183,241)
#EEC4F3
(238,196,243)
#F0D1F5
(240,209,245)
#F2DEF7
(242,222,247)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E069E5 color. Also use rgb(224,105,229) instead hex code.

Text Font Color

.myTextColor { color: #E069E5; }

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

This text font color is #E069E5.


Background Color

.myBgColor { background-color: #E069E5; }

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

This div background color is #E069E5.


Border color

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

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

This div border color is #E069E5.


Opacity

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

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

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

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

This text has shadow with #E069E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E069E5 on black background.


Color preview on white background

This text has color #E069E5 on white background.



Black color preview on #E069E5 background

This text has black color on #E069E5 background.


White color preview on #E069E5 background

This text has white color on #E069E5 background.