COLOR #E682AA

HEX: #E682AA
RGB: (230,130,170)

Color info

#E682AA contains mainly red color. Web safe color of #E682AA is #CC9999 (or #C99).

RGB color model

#E682AA color RGB value is (230,130,170).

  • red value is 230;
  • green value is 130;
  • blue value is 170.
RGB:
(230,130,170)
(90%,51%,67%)

RGB channels and saturation

R 230 of 255 = 90%
G 130 of 255 = 51%
B 170 of 255 = 67%

230
130
170

R + G + B ~ 69%. #E682AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 130 + 170 = 530 (100%)
R 230 of 530 ~ 43.4%
G 130 of 530 ~ 24.53%
B 170 of 530 ~ 32.08%

%43.4
%24.53
%32.08

CMYK color model

#E682AA color CMYK value is (0,43,26,10).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 26.09%
  • key color value is 9.80%
CMYK:
(0,43,26,10)
C0M43Y26K10 
(0%,43%,26%,10%)
(0.00/0.43/0.26/0.10)	

CMYK percentages

%0
%43.48
%26.09
%9.8

Codes

Color #E682AA in popluar color models

E682AA
RGB230130170
HSL336°66.67%70.59%
HSB/HSV336°43.48%90.20%
CMYK0.00%43.48%26.09%
9.80%

Color #E682AA in popluar number systems.

HEXE682AA
Decimal230130170
Binary111001101000001010101010
Octal346202252

Shades and tints

Shades of #E682AA

#E682AA
(230,130,170)
#D2779B
(210,119,155)
#BE6C8C
(190,108,140)
#AA617D
(170,97,125)
#96566E
(150,86,110)
#824B5F
(130,75,95)
#6E4050
(110,64,80)
#5A3541
(90,53,65)
#462A32
(70,42,50)
#321F23
(50,31,35)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #E682AA

#E682AA
(230,130,170)
#E88DB1
(232,141,177)
#EA98B8
(234,152,184)
#ECA3BF
(236,163,191)
#EEAEC6
(238,174,198)
#F0B9CD
(240,185,205)
#F2C4D4
(242,196,212)
#F4CFDB
(244,207,219)
#F6DAE2
(246,218,226)
#F8E5E9
(248,229,233)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E682AA color. Also use rgb(230,130,170) instead hex code.

Text Font Color

.myTextColor { color: #E682AA; }

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

This text font color is #E682AA.


Background Color

.myBgColor { background-color: #E682AA; }

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

This div background color is #E682AA.


Border color

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

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

This div border color is #E682AA.


Opacity

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

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

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

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

This text has shadow with #E682AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E682AA on black background.


Color preview on white background

This text has color #E682AA on white background.



Black color preview on #E682AA background

This text has black color on #E682AA background.


White color preview on #E682AA background

This text has white color on #E682AA background.