COLOR #E460B7

HEX: #E460B7
RGB: (228,96,183)

Color info

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

RGB color model

#E460B7 color RGB value is (228,96,183).

  • red value is 228;
  • green value is 96;
  • blue value is 183.
RGB:
(228,96,183)
(89%,38%,72%)

RGB channels and saturation

R 228 of 255 = 89%
G 96 of 255 = 38%
B 183 of 255 = 72%

228
96
183

R + G + B ~ 66%. #E460B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 96 + 183 = 507 (100%)
R 228 of 507 ~ 44.97%
G 96 of 507 ~ 18.93%
B 183 of 507 ~ 36.09%

%44.97
%18.93
%36.09

CMYK color model

#E460B7 color CMYK value is (0,58,20,11).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 19.74%
  • key color value is 10.59%
CMYK:
(0,58,20,11)
C0M58Y20K11 
(0%,58%,20%,11%)
(0.00/0.58/0.20/0.11)	

CMYK percentages

%0
%57.89
%19.74
%10.59

Codes

Color #E460B7 in popluar color models

E460B7
RGB22896183
HSL320°70.97%63.53%
HSB/HSV320°57.89%89.41%
CMYK0.00%57.89%19.74%
10.59%

Color #E460B7 in popluar number systems.

HEXE460B7
Decimal22896183
Binary11100100110000010110111
Octal344140267

Shades and tints

Shades of #E460B7

#E460B7
(228,96,183)
#D058A7
(208,88,167)
#BC5097
(188,80,151)
#A84887
(168,72,135)
#944077
(148,64,119)
#803867
(128,56,103)
#6C3057
(108,48,87)
#582847
(88,40,71)
#442037
(68,32,55)
#301827
(48,24,39)
#1C1017
(28,16,23)
#000000
(0,0,0)

Tints of #E460B7

#E460B7
(228,96,183)
#E66EBD
(230,110,189)
#E87CC3
(232,124,195)
#EA8AC9
(234,138,201)
#EC98CF
(236,152,207)
#EEA6D5
(238,166,213)
#F0B4DB
(240,180,219)
#F2C2E1
(242,194,225)
#F4D0E7
(244,208,231)
#F6DEED
(246,222,237)
#F8ECF3
(248,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E460B7 color. Also use rgb(228,96,183) instead hex code.

Text Font Color

.myTextColor { color: #E460B7; }

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

This text font color is #E460B7.


Background Color

.myBgColor { background-color: #E460B7; }

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

This div background color is #E460B7.


Border color

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

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

This div border color is #E460B7.


Opacity

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

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

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

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

This text has shadow with #E460B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E460B7 on black background.


Color preview on white background

This text has color #E460B7 on white background.



Black color preview on #E460B7 background

This text has black color on #E460B7 background.


White color preview on #E460B7 background

This text has white color on #E460B7 background.