COLOR #E39BEC

HEX: #E39BEC RGB: (227,155,236)

Color info

#E39BEC contains mainly red and blue colors. Web safe color of #E39BEC is #CC99FF (or #C9F).

RGB color model

#E39BEC color RGB value is (227,155,236).

RGB: (227,155,236) (89%, 61%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 155 of 255 = 61%
B 236 of 255 = 93%

227
155
236

R + G + B ~ 81%. #E39BEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 155 + 236 = 618 (100%)
R 227 of 618 ~ 36.73%
G 155 of 618 ~ 25.08%
B 236 of 618 ~ 38.19'%

%36.73
%25.08
%38.19

CMYK color model

#E39BEC color CMYK value is (4,34,0,7).

  • cyan value is 3.81%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (4,34,0,7)
C4M34Y0K7 (4%, 34%, 0%, 7%)
(0.04 / 0.34 / 0.00 / 0.07)

CMYK percentages

%3.81
%34.32
%0
%7.45

Codes

Color #E39BEC in popluar color models

E3 9B EC
RGB 227 155 236
HSL 293° 68.07% 76.67%
HSB/HSV 293° 34.32% 92.55%
CMYK 3.81% 34.32% 0.00%
7.45%

Color #E39BEC in popluar number systems.

HEX E3 9B EC
Decimal 227 155 236
Binary 11100011 10011011 11101100
Octal 343 233 354

Shades and tints

Shades of #E39BEC

#E39BEC
(227,155,236)
#CF8DD7
(207,141,215)
#BB7FC2
(187,127,194)
#A771AD
(167,113,173)
#936398
(147,99,152)
#7F5583
(127,85,131)
#6B476E
(107,71,110)
#573959
(87,57,89)
#432B44
(67,43,68)
#2F1D2F
(47,29,47)
#1B0F1A
(27,15,26)
#000000
(0,0,0)

Tints of #E39BEC

#E39BEC
(227,155,236)
#E5A4ED
(229,164,237)
#E7ADEE
(231,173,238)
#E9B6EF
(233,182,239)
#EBBFF0
(235,191,240)
#EDC8F1
(237,200,241)
#EFD1F2
(239,209,242)
#F1DAF3
(241,218,243)
#F3E3F4
(243,227,244)
#F5ECF5
(245,236,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39BEC color. Also use rgb(227,155,236) instead hex code.

Text Font Color

.myTextColor { color: #E39BEC; }

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

This text font color is #E39BEC.

Background Color

.myBgColor { background-color: #E39BEC; }

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

This div background color is #E39BEC.

Border color

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

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

This div border color is #E39BEC.

Opacity

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

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

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

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

This text has shadow with #E39BEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39BEC.

Preview

Color preview on black background

This text has color #E39BEC on black background.


Color preview on white background

This text has color #E39BEC on white background.


Black color preview on #E39BEC background

This text has black color on #E39BEC background.


White color preview on #E39BEC background

This text has white color on #E39BEC background.


Related colors

Complementary color

Complementary color for #hex is #1C6413.


I love getcolorcode.com

Triadic colors

1 #ECE39B and #9BECE3 with #E39BEC are triadic colors.

2 #EC9BE3 and #9BE3EC with #E39BEC are triadic colors.