COLOR #E4B2E3

HEX: #E4B2E3 RGB: (228,178,227)

Color info

#E4B2E3 contains red, green and blue colors in about the same proportion. Web safe color of #E4B2E3 is #CC99CC (or #C9C).

RGB color model

#E4B2E3 color RGB value is (228,178,227).

RGB: (228,178,227) (89%, 70%, 89%)

RGB channels and saturation

R 228 of 255 = 89%
G 178 of 255 = 70%
B 227 of 255 = 89%

228
178
227

R + G + B ~ 83%. #E4B2E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 178 + 227 = 633 (100%)
R 228 of 633 ~ 36.02%
G 178 of 633 ~ 28.12%
B 227 of 633 ~ 35.86'%

%36.02
%28.12
%35.86

CMYK color model

#E4B2E3 color CMYK value is (0,22,0,11).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 0.44%
  • key color value is 10.59%

CMYK: (0,22,0,11)
C0M22Y0K11 (0%, 22%, 0%, 11%)
(0.00 / 0.22 / 0.00 / 0.11)

CMYK percentages

%0
%21.93
%0.44
%10.59

Codes

Color #E4B2E3 in popluar color models

E4 B2 E3
RGB 228 178 227
HSL 301° 48.08% 79.61%
HSB/HSV 301° 21.93% 89.41%
CMYK 0.00% 21.93% 0.44%
10.59%

Color #E4B2E3 in popluar number systems.

HEX E4 B2 E3
Decimal 228 178 227
Binary 11100100 10110010 11100011
Octal 344 262 343

Shades and tints

Shades of #E4B2E3

#E4B2E3
(228,178,227)
#D0A2CF
(208,162,207)
#BC92BB
(188,146,187)
#A882A7
(168,130,167)
#947293
(148,114,147)
#80627F
(128,98,127)
#6C526B
(108,82,107)
#584257
(88,66,87)
#443243
(68,50,67)
#30222F
(48,34,47)
#1C121B
(28,18,27)
#000000
(0,0,0)

Tints of #E4B2E3

#E4B2E3
(228,178,227)
#E6B9E5
(230,185,229)
#E8C0E7
(232,192,231)
#EAC7E9
(234,199,233)
#ECCEEB
(236,206,235)
#EED5ED
(238,213,237)
#F0DCEF
(240,220,239)
#F2E3F1
(242,227,241)
#F4EAF3
(244,234,243)
#F6F1F5
(246,241,245)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B2E3 color. Also use rgb(228,178,227) instead hex code.

Text Font Color

.myTextColor { color: #E4B2E3; }

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

This text font color is #E4B2E3.

Background Color

.myBgColor { background-color: #E4B2E3; }

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

This div background color is #E4B2E3.

Border color

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

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

This div border color is #E4B2E3.

Opacity

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

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

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

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

This text has shadow with #E4B2E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B2E3.

Preview

Color preview on black background

This text has color #E4B2E3 on black background.


Color preview on white background

This text has color #E4B2E3 on white background.


Black color preview on #E4B2E3 background

This text has black color on #E4B2E3 background.


White color preview on #E4B2E3 background

This text has white color on #E4B2E3 background.


Related colors

Complementary color

Complementary color for #hex is #1B4D1C.


I love getcolorcode.com

Triadic colors

1 #E3E4B2 and #B2E3E4 with #E4B2E3 are triadic colors.

2 #E3B2E4 and #B2E4E3 with #E4B2E3 are triadic colors.