COLOR #E466AD

HEX: #E466AD RGB: (228,102,173)

Color info

#E466AD contains mainly red and blue colors. Web safe color of #E466AD is #CC6699 (or #C69).

RGB color model

#E466AD color RGB value is (228,102,173).

RGB: (228,102,173) (89%, 40%, 68%)

RGB channels and saturation

R 228 of 255 = 89%
G 102 of 255 = 40%
B 173 of 255 = 68%

228
102
173

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

Portions of RGB colors in percentages

R + G + B = 228 + 102 + 173 = 503 (100%)
R 228 of 503 ~ 45.33%
G 102 of 503 ~ 20.28%
B 173 of 503 ~ 34.39'%

%45.33
%20.28
%34.39

CMYK color model

#E466AD color CMYK value is (0,55,24,11).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 24.12%
  • key color value is 10.59%

CMYK: (0,55,24,11)
C0M55Y24K11 (0%, 55%, 24%, 11%)
(0.00 / 0.55 / 0.24 / 0.11)

CMYK percentages

%0
%55.26
%24.12
%10.59

Codes

Color #E466AD in popluar color models

E4 66 AD
RGB 228 102 173
HSL 326° 70.00% 64.71%
HSB/HSV 326° 55.26% 89.41%
CMYK 0.00% 55.26% 24.12%
10.59%

Color #E466AD in popluar number systems.

HEX E4 66 AD
Decimal 228 102 173
Binary 11100100 1100110 10101101
Octal 344 146 255

Shades and tints

Shades of #E466AD

#E466AD
(228,102,173)
#D05D9E
(208,93,158)
#BC548F
(188,84,143)
#A84B80
(168,75,128)
#944271
(148,66,113)
#803962
(128,57,98)
#6C3053
(108,48,83)
#582744
(88,39,68)
#441E35
(68,30,53)
#301526
(48,21,38)
#1C0C17
(28,12,23)
#000000
(0,0,0)

Tints of #E466AD

#E466AD
(228,102,173)
#E673B4
(230,115,180)
#E880BB
(232,128,187)
#EA8DC2
(234,141,194)
#EC9AC9
(236,154,201)
#EEA7D0
(238,167,208)
#F0B4D7
(240,180,215)
#F2C1DE
(242,193,222)
#F4CEE5
(244,206,229)
#F6DBEC
(246,219,236)
#F8E8F3
(248,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E466AD color. Also use rgb(228,102,173) instead hex code.

Text Font Color

.myTextColor { color: #E466AD; }

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

This text font color is #E466AD.

Background Color

.myBgColor { background-color: #E466AD; }

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

This div background color is #E466AD.

Border color

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

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

This div border color is #E466AD.

Opacity

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

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

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

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

This text has shadow with #E466AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E466AD.

Preview

Color preview on black background

This text has color #E466AD on black background.


Color preview on white background

This text has color #E466AD on white background.


Black color preview on #E466AD background

This text has black color on #E466AD background.


White color preview on #E466AD background

This text has white color on #E466AD background.


Related colors

Complementary color

Complementary color for #hex is #1B9952.


I love getcolorcode.com

Triadic colors

1 #ADE466 and #66ADE4 with #E466AD are triadic colors.

2 #AD66E4 and #66E4AD with #E466AD are triadic colors.