COLOR #E365E0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

227
101
224

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

Portions of RGB colors in percentages

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

%41.12
%18.3
%40.58

CMYK color model

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

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

CMYK percentages

%0
%55.51
%1.32
%10.98

Codes

Color #E365E0 in popluar color models

E365E0
RGB227101224
HSL301°69.23%64.31%
HSB/HSV301°55.51%89.02%
CMYK0.00%55.51%1.32%
10.98%

Color #E365E0 in popluar number systems.

HEXE365E0
Decimal227101224
Binary11100011110010111100000
Octal343145340

Shades and tints

Shades of #E365E0

#E365E0
(227,101,224)
#CF5CCC
(207,92,204)
#BB53B8
(187,83,184)
#A74AA4
(167,74,164)
#934190
(147,65,144)
#7F387C
(127,56,124)
#6B2F68
(107,47,104)
#572654
(87,38,84)
#431D40
(67,29,64)
#2F142C
(47,20,44)
#1B0B18
(27,11,24)
#000000
(0,0,0)

Tints of #E365E0

#E365E0
(227,101,224)
#E573E2
(229,115,226)
#E781E4
(231,129,228)
#E98FE6
(233,143,230)
#EB9DE8
(235,157,232)
#EDABEA
(237,171,234)
#EFB9EC
(239,185,236)
#F1C7EE
(241,199,238)
#F3D5F0
(243,213,240)
#F5E3F2
(245,227,242)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E365E0; }

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

This text font color is #E365E0.


Background Color

.myBgColor { background-color: #E365E0; }

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

This div background color is #E365E0.


Border color

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

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

This div border color is #E365E0.


Opacity

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

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

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

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

This text has shadow with #E365E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E365E0 on black background.


Color preview on white background

This text has color #E365E0 on white background.



Black color preview on #E365E0 background

This text has black color on #E365E0 background.


White color preview on #E365E0 background

This text has white color on #E365E0 background.