COLOR #E964D5

HEX: #E964D5
RGB: (233,100,213)

Color info

#E964D5 contains mainly red and blue colors. Web safe color of #E964D5 is #FF66CC (or #F6C).

RGB color model

#E964D5 color RGB value is (233,100,213).

  • red value is 233;
  • green value is 100;
  • blue value is 213.
RGB:
(233,100,213)
(91%,39%,84%)

RGB channels and saturation

R 233 of 255 = 91%
G 100 of 255 = 39%
B 213 of 255 = 84%

233
100
213

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

Portions of RGB colors in percentages

R + G + B =
233 + 100 + 213 = 546 (100%)
R 233 of 546 ~ 42.67%
G 100 of 546 ~ 18.32%
B 213 of 546 ~ 39.01%

%42.67
%18.32
%39.01

CMYK color model

#E964D5 color CMYK value is (0,57,9,9).

  • cyan value is 0.00%
  • magenta value is 57.08%
  • yellow value is 8.58%
  • key color value is 8.63%
CMYK:
(0,57,9,9)
C0M57Y9K9 
(0%,57%,9%,9%)
(0.00/0.57/0.09/0.09)	

CMYK percentages

%0
%57.08
%8.58
%8.63

Codes

Color #E964D5 in popluar color models

E964D5
RGB233100213
HSL309°75.14%65.29%
HSB/HSV309°57.08%91.37%
CMYK0.00%57.08%8.58%
8.63%

Color #E964D5 in popluar number systems.

HEXE964D5
Decimal233100213
Binary11101001110010011010101
Octal351144325

Shades and tints

Shades of #E964D5

#E964D5
(233,100,213)
#D45BC2
(212,91,194)
#BF52AF
(191,82,175)
#AA499C
(170,73,156)
#954089
(149,64,137)
#803776
(128,55,118)
#6B2E63
(107,46,99)
#562550
(86,37,80)
#411C3D
(65,28,61)
#2C132A
(44,19,42)
#170A17
(23,10,23)
#000000
(0,0,0)

Tints of #E964D5

#E964D5
(233,100,213)
#EB72D8
(235,114,216)
#ED80DB
(237,128,219)
#EF8EDE
(239,142,222)
#F19CE1
(241,156,225)
#F3AAE4
(243,170,228)
#F5B8E7
(245,184,231)
#F7C6EA
(247,198,234)
#F9D4ED
(249,212,237)
#FBE2F0
(251,226,240)
#FDF0F3
(253,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E964D5 color. Also use rgb(233,100,213) instead hex code.

Text Font Color

.myTextColor { color: #E964D5; }

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

This text font color is #E964D5.


Background Color

.myBgColor { background-color: #E964D5; }

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

This div background color is #E964D5.


Border color

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

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

This div border color is #E964D5.


Opacity

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

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

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

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

This text has shadow with #E964D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E964D5 on black background.


Color preview on white background

This text has color #E964D5 on white background.



Black color preview on #E964D5 background

This text has black color on #E964D5 background.


White color preview on #E964D5 background

This text has white color on #E964D5 background.