COLOR #E065E3

HEX: #E065E3
RGB: (224,101,227)

Color info

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

RGB color model

#E065E3 color RGB value is (224,101,227).

  • red value is 224;
  • green value is 101;
  • blue value is 227.
RGB:
(224,101,227)
(88%,40%,89%)

RGB channels and saturation

R 224 of 255 = 88%
G 101 of 255 = 40%
B 227 of 255 = 89%

224
101
227

R + G + B ~ 72%. #E065E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 101 + 227 = 552 (100%)
R 224 of 552 ~ 40.58%
G 101 of 552 ~ 18.3%
B 227 of 552 ~ 41.12%

%40.58
%18.3
%41.12

CMYK color model

#E065E3 color CMYK value is (1,56,0,11).

  • cyan value is 1.32%
  • magenta value is 55.51%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(1,56,0,11)
C1M56Y0K11 
(1%,56%,0%,11%)
(0.01/0.56/0.00/0.11)	

CMYK percentages

%1.32
%55.51
%0
%10.98

Codes

Color #E065E3 in popluar color models

E065E3
RGB224101227
HSL299°69.23%64.31%
HSB/HSV299°55.51%89.02%
CMYK1.32%55.51%0.00%
10.98%

Color #E065E3 in popluar number systems.

HEXE065E3
Decimal224101227
Binary11100000110010111100011
Octal340145343

Shades and tints

Shades of #E065E3

#E065E3
(224,101,227)
#CC5CCF
(204,92,207)
#B853BB
(184,83,187)
#A44AA7
(164,74,167)
#904193
(144,65,147)
#7C387F
(124,56,127)
#682F6B
(104,47,107)
#542657
(84,38,87)
#401D43
(64,29,67)
#2C142F
(44,20,47)
#180B1B
(24,11,27)
#000000
(0,0,0)

Tints of #E065E3

#E065E3
(224,101,227)
#E273E5
(226,115,229)
#E481E7
(228,129,231)
#E68FE9
(230,143,233)
#E89DEB
(232,157,235)
#EAABED
(234,171,237)
#ECB9EF
(236,185,239)
#EEC7F1
(238,199,241)
#F0D5F3
(240,213,243)
#F2E3F5
(242,227,245)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E065E3 color. Also use rgb(224,101,227) instead hex code.

Text Font Color

.myTextColor { color: #E065E3; }

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

This text font color is #E065E3.


Background Color

.myBgColor { background-color: #E065E3; }

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

This div background color is #E065E3.


Border color

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

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

This div border color is #E065E3.


Opacity

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

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

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

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

This text has shadow with #E065E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E065E3 on black background.


Color preview on white background

This text has color #E065E3 on white background.



Black color preview on #E065E3 background

This text has black color on #E065E3 background.


White color preview on #E065E3 background

This text has white color on #E065E3 background.