COLOR #E465DA

HEX: #E465DA RGB: (228,101,218)

Color info

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

RGB color model

#E465DA color RGB value is (228,101,218).

RGB: (228,101,218) (89%, 40%, 85%)

RGB channels and saturation

R 228 of 255 = 89%
G 101 of 255 = 40%
B 218 of 255 = 85%

228
101
218

R + G + B ~ 71%. #E465DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 101 + 218 = 547 (100%)
R 228 of 547 ~ 41.68%
G 101 of 547 ~ 18.46%
B 218 of 547 ~ 39.85'%

%41.68
%18.46
%39.85

CMYK color model

#E465DA color CMYK value is (0,56,4,11).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 4.39%
  • key color value is 10.59%

CMYK: (0,56,4,11)
C0M56Y4K11 (0%, 56%, 4%, 11%)
(0.00 / 0.56 / 0.04 / 0.11)

CMYK percentages

%0
%55.7
%4.39
%10.59

Codes

Color #E465DA in popluar color models

E4 65 DA
RGB 228 101 218
HSL 305° 70.17% 64.51%
HSB/HSV 305° 55.70% 89.41%
CMYK 0.00% 55.70% 4.39%
10.59%

Color #E465DA in popluar number systems.

HEX E4 65 DA
Decimal 228 101 218
Binary 11100100 1100101 11011010
Octal 344 145 332

Shades and tints

Shades of #E465DA

#E465DA
(228,101,218)
#D05CC7
(208,92,199)
#BC53B4
(188,83,180)
#A84AA1
(168,74,161)
#94418E
(148,65,142)
#80387B
(128,56,123)
#6C2F68
(108,47,104)
#582655
(88,38,85)
#441D42
(68,29,66)
#30142F
(48,20,47)
#1C0B1C
(28,11,28)
#000000
(0,0,0)

Tints of #E465DA

#E465DA
(228,101,218)
#E673DD
(230,115,221)
#E881E0
(232,129,224)
#EA8FE3
(234,143,227)
#EC9DE6
(236,157,230)
#EEABE9
(238,171,233)
#F0B9EC
(240,185,236)
#F2C7EF
(242,199,239)
#F4D5F2
(244,213,242)
#F6E3F5
(246,227,245)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E465DA color. Also use rgb(228,101,218) instead hex code.

Text Font Color

.myTextColor { color: #E465DA; }

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

This text font color is #E465DA.

Background Color

.myBgColor { background-color: #E465DA; }

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

This div background color is #E465DA.

Border color

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

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

This div border color is #E465DA.

Opacity

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

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

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

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

This text has shadow with #E465DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E465DA.

Preview

Color preview on black background

This text has color #E465DA on black background.


Color preview on white background

This text has color #E465DA on white background.


Black color preview on #E465DA background

This text has black color on #E465DA background.


White color preview on #E465DA background

This text has white color on #E465DA background.


Related colors

Complementary color

Complementary color for #hex is #1B9A25.


I love getcolorcode.com

Triadic colors

1 #DAE465 and #65DAE4 with #E465DA are triadic colors.

2 #DA65E4 and #65E4DA with #E465DA are triadic colors.