COLOR #E64FB0

HEX: #E64FB0
RGB: (230,79,176)

Color info

#E64FB0 contains mainly red and blue colors. Web safe color of #E64FB0 is #CC6699 (or #C69).

RGB color model

#E64FB0 color RGB value is (230,79,176).

  • red value is 230;
  • green value is 79;
  • blue value is 176.
RGB:
(230,79,176)
(90%,31%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 79 of 255 = 31%
B 176 of 255 = 69%

230
79
176

R + G + B ~ 63%. #E64FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 79 + 176 = 485 (100%)
R 230 of 485 ~ 47.42%
G 79 of 485 ~ 16.29%
B 176 of 485 ~ 36.29%

%47.42
%16.29
%36.29

CMYK color model

#E64FB0 color CMYK value is (0,66,23,10).

  • cyan value is 0.00%
  • magenta value is 65.65%
  • yellow value is 23.48%
  • key color value is 9.80%
CMYK:
(0,66,23,10)
C0M66Y23K10 
(0%,66%,23%,10%)
(0.00/0.66/0.23/0.10)	

CMYK percentages

%0
%65.65
%23.48
%9.8

Codes

Color #E64FB0 in popluar color models

E64FB0
RGB23079176
HSL321°75.12%60.59%
HSB/HSV321°65.65%90.20%
CMYK0.00%65.65%23.48%
9.80%

Color #E64FB0 in popluar number systems.

HEXE64FB0
Decimal23079176
Binary11100110100111110110000
Octal346117260

Shades and tints

Shades of #E64FB0

#E64FB0
(230,79,176)
#D248A0
(210,72,160)
#BE4190
(190,65,144)
#AA3A80
(170,58,128)
#963370
(150,51,112)
#822C60
(130,44,96)
#6E2550
(110,37,80)
#5A1E40
(90,30,64)
#461730
(70,23,48)
#321020
(50,16,32)
#1E0910
(30,9,16)
#000000
(0,0,0)

Tints of #E64FB0

#E64FB0
(230,79,176)
#E85FB7
(232,95,183)
#EA6FBE
(234,111,190)
#EC7FC5
(236,127,197)
#EE8FCC
(238,143,204)
#F09FD3
(240,159,211)
#F2AFDA
(242,175,218)
#F4BFE1
(244,191,225)
#F6CFE8
(246,207,232)
#F8DFEF
(248,223,239)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64FB0 color. Also use rgb(230,79,176) instead hex code.

Text Font Color

.myTextColor { color: #E64FB0; }

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

This text font color is #E64FB0.


Background Color

.myBgColor { background-color: #E64FB0; }

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

This div background color is #E64FB0.


Border color

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

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

This div border color is #E64FB0.


Opacity

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

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

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

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

This text has shadow with #E64FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64FB0 on black background.


Color preview on white background

This text has color #E64FB0 on white background.



Black color preview on #E64FB0 background

This text has black color on #E64FB0 background.


White color preview on #E64FB0 background

This text has white color on #E64FB0 background.