COLOR #E39BEB

HEX: #E39BEB RGB: (227,155,235)

Color info

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

RGB color model

#E39BEB color RGB value is (227,155,235).

RGB: (227,155,235) (89%, 61%, 92%)

RGB channels and saturation

R 227 of 255 = 89%
G 155 of 255 = 61%
B 235 of 255 = 92%

227
155
235

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

Portions of RGB colors in percentages

R + G + B = 227 + 155 + 235 = 617 (100%)
R 227 of 617 ~ 36.79%
G 155 of 617 ~ 25.12%
B 235 of 617 ~ 38.09'%

%36.79
%25.12
%38.09

CMYK color model

#E39BEB color CMYK value is (3,34,0,8).

  • cyan value is 3.40%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,34,0,8)
C3M34Y0K8 (3%, 34%, 0%, 8%)
(0.03 / 0.34 / 0.00 / 0.08)

CMYK percentages

%3.4
%34.04
%0
%7.84

Codes

Color #E39BEB in popluar color models

E3 9B EB
RGB 227 155 235
HSL 294° 66.67% 76.47%
HSB/HSV 294° 34.04% 92.16%
CMYK 3.40% 34.04% 0.00%
7.84%

Color #E39BEB in popluar number systems.

HEX E3 9B EB
Decimal 227 155 235
Binary 11100011 10011011 11101011
Octal 343 233 353

Shades and tints

Shades of #E39BEB

#E39BEB
(227,155,235)
#CF8DD6
(207,141,214)
#BB7FC1
(187,127,193)
#A771AC
(167,113,172)
#936397
(147,99,151)
#7F5582
(127,85,130)
#6B476D
(107,71,109)
#573958
(87,57,88)
#432B43
(67,43,67)
#2F1D2E
(47,29,46)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #E39BEB

#E39BEB
(227,155,235)
#E5A4EC
(229,164,236)
#E7ADED
(231,173,237)
#E9B6EE
(233,182,238)
#EBBFEF
(235,191,239)
#EDC8F0
(237,200,240)
#EFD1F1
(239,209,241)
#F1DAF2
(241,218,242)
#F3E3F3
(243,227,243)
#F5ECF4
(245,236,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E39BEB; }

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

This text font color is #E39BEB.

Background Color

.myBgColor { background-color: #E39BEB; }

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

This div background color is #E39BEB.

Border color

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

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

This div border color is #E39BEB.

Opacity

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

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

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

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

This text has shadow with #E39BEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39BEB.

Preview

Color preview on black background

This text has color #E39BEB on black background.


Color preview on white background

This text has color #E39BEB on white background.


Black color preview on #E39BEB background

This text has black color on #E39BEB background.


White color preview on #E39BEB background

This text has white color on #E39BEB background.


Related colors

Complementary color

Complementary color for #hex is #1C6414.


I love getcolorcode.com

Triadic colors

1 #EBE39B and #9BEBE3 with #E39BEB are triadic colors.

2 #EB9BE3 and #9BE3EB with #E39BEB are triadic colors.