COLOR #E465C1

HEX: #E465C1 RGB: (228,101,193)

Color info

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

RGB color model

#E465C1 color RGB value is (228,101,193).

RGB: (228,101,193) (89%, 40%, 76%)

RGB channels and saturation

R 228 of 255 = 89%
G 101 of 255 = 40%
B 193 of 255 = 76%

228
101
193

R + G + B ~ 68%. #E465C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 101 + 193 = 522 (100%)
R 228 of 522 ~ 43.68%
G 101 of 522 ~ 19.35%
B 193 of 522 ~ 36.97'%

%43.68
%19.35
%36.97

CMYK color model

#E465C1 color CMYK value is (0,56,15,11).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 15.35%
  • key color value is 10.59%
CMYK: (0,56,15,11) C0M56Y15K11 (0%,56%,15%,11%) (0.00/0.56/0.15/0.11) 

CMYK percentages

%0
%55.7
%15.35
%10.59

Codes

Color #E465C1 in popluar color models

E4 65 C1
RGB 228 101 193
HSL 317° 70.17% 64.51%
HSB/HSV 317° 55.70% 89.41%
CMYK 0.00% 55.70% 15.35%
10.59%

Color #E465C1 in popluar number systems.

HEX E4 65 C1
Decimal 228 101 193
Binary 11100100 1100101 11000001
Octal 344 145 301

Shades and tints

Shades of #E465C1

#E465C1
(228,101,193)
#D05CB0
(208,92,176)
#BC539F
(188,83,159)
#A84A8E
(168,74,142)
#94417D
(148,65,125)
#80386C
(128,56,108)
#6C2F5B
(108,47,91)
#58264A
(88,38,74)
#441D39
(68,29,57)
#301428
(48,20,40)
#1C0B17
(28,11,23)
#000000
(0,0,0)

Tints of #E465C1

#E465C1
(228,101,193)
#E673C6
(230,115,198)
#E881CB
(232,129,203)
#EA8FD0
(234,143,208)
#EC9DD5
(236,157,213)
#EEABDA
(238,171,218)
#F0B9DF
(240,185,223)
#F2C7E4
(242,199,228)
#F4D5E9
(244,213,233)
#F6E3EE
(246,227,238)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E465C1; }

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

This text font color is #E465C1.

Background Color

.myBgColor { background-color: #E465C1; }

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

This div background color is #E465C1.

Border color

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

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

This div border color is #E465C1.

Opacity

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

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

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

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

This text has shadow with #E465C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E465C1.

Preview

Color preview on black background

This text has color #E465C1 on black background.


Color preview on white background

This text has color #E465C1 on white background.


Black color preview on #E465C1 background

This text has black color on #E465C1 background.


White color preview on #E465C1 background

This text has white color on #E465C1 background.


Related colors

Complementary color

Complementary color for #hex is #1B9A3E.


I love getcolorcode.com

Triadic colors

1 #C1E465 and #65C1E4 with #E465C1 are triadic colors.

2 #C165E4 and #65E4C1 with #E465C1 are triadic colors.