COLOR #E664B5

HEX: #E664B5
RGB: (230,100,181)

Color info

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

RGB color model

#E664B5 color RGB value is (230,100,181).

  • red value is 230;
  • green value is 100;
  • blue value is 181.
RGB:
(230,100,181)
(90%,39%,71%)

RGB channels and saturation

R 230 of 255 = 90%
G 100 of 255 = 39%
B 181 of 255 = 71%

230
100
181

R + G + B ~ 67%. #E664B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 100 + 181 = 511 (100%)
R 230 of 511 ~ 45.01%
G 100 of 511 ~ 19.57%
B 181 of 511 ~ 35.42%

%45.01
%19.57
%35.42

CMYK color model

#E664B5 color CMYK value is (0,57,21,10).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 21.30%
  • key color value is 9.80%
CMYK:
(0,57,21,10)
C0M57Y21K10 
(0%,57%,21%,10%)
(0.00/0.57/0.21/0.10)	

CMYK percentages

%0
%56.52
%21.3
%9.8

Codes

Color #E664B5 in popluar color models

E664B5
RGB230100181
HSL323°72.22%64.71%
HSB/HSV323°56.52%90.20%
CMYK0.00%56.52%21.30%
9.80%

Color #E664B5 in popluar number systems.

HEXE664B5
Decimal230100181
Binary11100110110010010110101
Octal346144265

Shades and tints

Shades of #E664B5

#E664B5
(230,100,181)
#D25BA5
(210,91,165)
#BE5295
(190,82,149)
#AA4985
(170,73,133)
#964075
(150,64,117)
#823765
(130,55,101)
#6E2E55
(110,46,85)
#5A2545
(90,37,69)
#461C35
(70,28,53)
#321325
(50,19,37)
#1E0A15
(30,10,21)
#000000
(0,0,0)

Tints of #E664B5

#E664B5
(230,100,181)
#E872BB
(232,114,187)
#EA80C1
(234,128,193)
#EC8EC7
(236,142,199)
#EE9CCD
(238,156,205)
#F0AAD3
(240,170,211)
#F2B8D9
(242,184,217)
#F4C6DF
(244,198,223)
#F6D4E5
(246,212,229)
#F8E2EB
(248,226,235)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E664B5 color. Also use rgb(230,100,181) instead hex code.

Text Font Color

.myTextColor { color: #E664B5; }

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

This text font color is #E664B5.


Background Color

.myBgColor { background-color: #E664B5; }

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

This div background color is #E664B5.


Border color

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

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

This div border color is #E664B5.


Opacity

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

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

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

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

This text has shadow with #E664B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E664B5 on black background.


Color preview on white background

This text has color #E664B5 on white background.



Black color preview on #E664B5 background

This text has black color on #E664B5 background.


White color preview on #E664B5 background

This text has white color on #E664B5 background.