COLOR #E676DA

HEX: #E676DA
RGB: (230,118,218)

Color info

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

RGB color model

#E676DA color RGB value is (230,118,218).

  • red value is 230;
  • green value is 118;
  • blue value is 218.
RGB:
(230,118,218)
(90%,46%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 118 of 255 = 46%
B 218 of 255 = 85%

230
118
218

R + G + B ~ 74%. #E676DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 118 + 218 = 566 (100%)
R 230 of 566 ~ 40.64%
G 118 of 566 ~ 20.85%
B 218 of 566 ~ 38.52%

%40.64
%20.85
%38.52

CMYK color model

#E676DA color CMYK value is (0,49,5,10).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(0,49,5,10)
C0M49Y5K10 
(0%,49%,5%,10%)
(0.00/0.49/0.05/0.10)	

CMYK percentages

%0
%48.7
%5.22
%9.8

Codes

Color #E676DA in popluar color models

E676DA
RGB230118218
HSL306°69.14%68.24%
HSB/HSV306°48.70%90.20%
CMYK0.00%48.70%5.22%
9.80%

Color #E676DA in popluar number systems.

HEXE676DA
Decimal230118218
Binary11100110111011011011010
Octal346166332

Shades and tints

Shades of #E676DA

#E676DA
(230,118,218)
#D26CC7
(210,108,199)
#BE62B4
(190,98,180)
#AA58A1
(170,88,161)
#964E8E
(150,78,142)
#82447B
(130,68,123)
#6E3A68
(110,58,104)
#5A3055
(90,48,85)
#462642
(70,38,66)
#321C2F
(50,28,47)
#1E121C
(30,18,28)
#000000
(0,0,0)

Tints of #E676DA

#E676DA
(230,118,218)
#E882DD
(232,130,221)
#EA8EE0
(234,142,224)
#EC9AE3
(236,154,227)
#EEA6E6
(238,166,230)
#F0B2E9
(240,178,233)
#F2BEEC
(242,190,236)
#F4CAEF
(244,202,239)
#F6D6F2
(246,214,242)
#F8E2F5
(248,226,245)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E676DA color. Also use rgb(230,118,218) instead hex code.

Text Font Color

.myTextColor { color: #E676DA; }

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

This text font color is #E676DA.


Background Color

.myBgColor { background-color: #E676DA; }

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

This div background color is #E676DA.


Border color

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

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

This div border color is #E676DA.


Opacity

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

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

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

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

This text has shadow with #E676DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E676DA on black background.


Color preview on white background

This text has color #E676DA on white background.



Black color preview on #E676DA background

This text has black color on #E676DA background.


White color preview on #E676DA background

This text has white color on #E676DA background.