COLOR #E082AB

HEX: #E082AB RGB: (224,130,171)

Color info

#E082AB contains mainly red and blue colors. Web safe color of #E082AB is #CC9999 (or #C99).

RGB color model

#E082AB color RGB value is (224,130,171).

RGB: (224,130,171) (88%, 51%, 67%)

RGB channels and saturation

R 224 of 255 = 88%
G 130 of 255 = 51%
B 171 of 255 = 67%

224
130
171

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

Portions of RGB colors in percentages

R + G + B = 224 + 130 + 171 = 525 (100%)
R 224 of 525 ~ 42.67%
G 130 of 525 ~ 24.76%
B 171 of 525 ~ 32.57'%

%42.67
%24.76
%32.57

CMYK color model

#E082AB color CMYK value is (0,42,24,12).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 23.66%
  • key color value is 12.16%

CMYK: (0,42,24,12)
C0M42Y24K12 (0%, 42%, 24%, 12%)
(0.00 / 0.42 / 0.24 / 0.12)

CMYK percentages

%0
%41.96
%23.66
%12.16

Codes

Color #E082AB in popluar color models

E0 82 AB
RGB 224 130 171
HSL 334° 60.26% 69.41%
HSB/HSV 334° 41.96% 87.84%
CMYK 0.00% 41.96% 23.66%
12.16%

Color #E082AB in popluar number systems.

HEX E0 82 AB
Decimal 224 130 171
Binary 11100000 10000010 10101011
Octal 340 202 253

Shades and tints

Shades of #E082AB

#E082AB
(224,130,171)
#CC779C
(204,119,156)
#B86C8D
(184,108,141)
#A4617E
(164,97,126)
#90566F
(144,86,111)
#7C4B60
(124,75,96)
#684051
(104,64,81)
#543542
(84,53,66)
#402A33
(64,42,51)
#2C1F24
(44,31,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #E082AB

#E082AB
(224,130,171)
#E28DB2
(226,141,178)
#E498B9
(228,152,185)
#E6A3C0
(230,163,192)
#E8AEC7
(232,174,199)
#EAB9CE
(234,185,206)
#ECC4D5
(236,196,213)
#EECFDC
(238,207,220)
#F0DAE3
(240,218,227)
#F2E5EA
(242,229,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E082AB color. Also use rgb(224,130,171) instead hex code.

Text Font Color

.myTextColor { color: #E082AB; }

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

This text font color is #E082AB.

Background Color

.myBgColor { background-color: #E082AB; }

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

This div background color is #E082AB.

Border color

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

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

This div border color is #E082AB.

Opacity

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

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

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

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

This text has shadow with #E082AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E082AB.

Preview

Color preview on black background

This text has color #E082AB on black background.


Color preview on white background

This text has color #E082AB on white background.


Black color preview on #E082AB background

This text has black color on #E082AB background.


White color preview on #E082AB background

This text has white color on #E082AB background.


Related colors

Complementary color

Complementary color for #hex is #1F7D54.


I love getcolorcode.com

Triadic colors

1 #ABE082 and #82ABE0 with #E082AB are triadic colors.

2 #AB82E0 and #82E0AB with #E082AB are triadic colors.