COLOR #E76AD8

HEX: #E76AD8 RGB: (231,106,216)

Color info

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

RGB color model

#E76AD8 color RGB value is (231,106,216).

RGB: (231,106,216) (91%, 42%, 85%)

RGB channels and saturation

R 231 of 255 = 91%
G 106 of 255 = 42%
B 216 of 255 = 85%

231
106
216

R + G + B ~ 73%. #E76AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 106 + 216 = 553 (100%)
R 231 of 553 ~ 41.77%
G 106 of 553 ~ 19.17%
B 216 of 553 ~ 39.06'%

%41.77
%19.17
%39.06

CMYK color model

#E76AD8 color CMYK value is (0,54,6,9).

  • cyan value is 0.00%
  • magenta value is 54.11%
  • yellow value is 6.49%
  • key color value is 9.41%

CMYK: (0,54,6,9)
C0M54Y6K9 (0%, 54%, 6%, 9%)
(0.00 / 0.54 / 0.06 / 0.09)

CMYK percentages

%0
%54.11
%6.49
%9.41

Codes

Color #E76AD8 in popluar color models

E7 6A D8
RGB 231 106 216
HSL 307° 72.25% 66.08%
HSB/HSV 307° 54.11% 90.59%
CMYK 0.00% 54.11% 6.49%
9.41%

Color #E76AD8 in popluar number systems.

HEX E7 6A D8
Decimal 231 106 216
Binary 11100111 1101010 11011000
Octal 347 152 330

Shades and tints

Shades of #E76AD8

#E76AD8
(231,106,216)
#D261C5
(210,97,197)
#BD58B2
(189,88,178)
#A84F9F
(168,79,159)
#93468C
(147,70,140)
#7E3D79
(126,61,121)
#693466
(105,52,102)
#542B53
(84,43,83)
#3F2240
(63,34,64)
#2A192D
(42,25,45)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #E76AD8

#E76AD8
(231,106,216)
#E977DB
(233,119,219)
#EB84DE
(235,132,222)
#ED91E1
(237,145,225)
#EF9EE4
(239,158,228)
#F1ABE7
(241,171,231)
#F3B8EA
(243,184,234)
#F5C5ED
(245,197,237)
#F7D2F0
(247,210,240)
#F9DFF3
(249,223,243)
#FBECF6
(251,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76AD8 color. Also use rgb(231,106,216) instead hex code.

Text Font Color

.myTextColor { color: #E76AD8; }

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

This text font color is #E76AD8.

Background Color

.myBgColor { background-color: #E76AD8; }

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

This div background color is #E76AD8.

Border color

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

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

This div border color is #E76AD8.

Opacity

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

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

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

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

This text has shadow with #E76AD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E76AD8.

Preview

Color preview on black background

This text has color #E76AD8 on black background.


Color preview on white background

This text has color #E76AD8 on white background.


Black color preview on #E76AD8 background

This text has black color on #E76AD8 background.


White color preview on #E76AD8 background

This text has white color on #E76AD8 background.


Related colors

Complementary color

Complementary color for #hex is #189527.


I love getcolorcode.com

Triadic colors

1 #D8E76A and #6AD8E7 with #E76AD8 are triadic colors.

2 #D86AE7 and #6AE7D8 with #E76AD8 are triadic colors.