COLOR #E6B0F1

HEX: #E6B0F1 RGB: (230,176,241)

Color info

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

RGB color model

#E6B0F1 color RGB value is (230,176,241).

RGB: (230,176,241) (90%, 69%, 95%)

RGB channels and saturation

R 230 of 255 = 90%
G 176 of 255 = 69%
B 241 of 255 = 95%

230
176
241

R + G + B ~ 85%. #E6B0F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 176 + 241 = 647 (100%)
R 230 of 647 ~ 35.55%
G 176 of 647 ~ 27.2%
B 241 of 647 ~ 37.25'%

%35.55
%27.2
%37.25

CMYK color model

#E6B0F1 color CMYK value is (5,27,0,5).

  • cyan value is 4.56%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (5,27,0,5)
C5M27Y0K5 (5%, 27%, 0%, 5%)
(0.05 / 0.27 / 0.00 / 0.05)

CMYK percentages

%4.56
%26.97
%0
%5.49

Codes

Color #E6B0F1 in popluar color models

E6 B0 F1
RGB 230 176 241
HSL 290° 69.89% 81.76%
HSB/HSV 290° 26.97% 94.51%
CMYK 4.56% 26.97% 0.00%
5.49%

Color #E6B0F1 in popluar number systems.

HEX E6 B0 F1
Decimal 230 176 241
Binary 11100110 10110000 11110001
Octal 346 260 361

Shades and tints

Shades of #E6B0F1

#E6B0F1
(230,176,241)
#D2A0DC
(210,160,220)
#BE90C7
(190,144,199)
#AA80B2
(170,128,178)
#96709D
(150,112,157)
#826088
(130,96,136)
#6E5073
(110,80,115)
#5A405E
(90,64,94)
#463049
(70,48,73)
#322034
(50,32,52)
#1E101F
(30,16,31)
#000000
(0,0,0)

Tints of #E6B0F1

#E6B0F1
(230,176,241)
#E8B7F2
(232,183,242)
#EABEF3
(234,190,243)
#ECC5F4
(236,197,244)
#EECCF5
(238,204,245)
#F0D3F6
(240,211,246)
#F2DAF7
(242,218,247)
#F4E1F8
(244,225,248)
#F6E8F9
(246,232,249)
#F8EFFA
(248,239,250)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B0F1 color. Also use rgb(230,176,241) instead hex code.

Text Font Color

.myTextColor { color: #E6B0F1; }

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

This text font color is #E6B0F1.

Background Color

.myBgColor { background-color: #E6B0F1; }

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

This div background color is #E6B0F1.

Border color

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

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

This div border color is #E6B0F1.

Opacity

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

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

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

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

This text has shadow with #E6B0F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B0F1.

Preview

Color preview on black background

This text has color #E6B0F1 on black background.


Color preview on white background

This text has color #E6B0F1 on white background.


Black color preview on #E6B0F1 background

This text has black color on #E6B0F1 background.


White color preview on #E6B0F1 background

This text has white color on #E6B0F1 background.


Related colors

Complementary color

Complementary color for #hex is #194F0E.


I love getcolorcode.com

Triadic colors

1 #F1E6B0 and #B0F1E6 with #E6B0F1 are triadic colors.

2 #F1B0E6 and #B0E6F1 with #E6B0F1 are triadic colors.