COLOR #E969B0

HEX: #E969B0
RGB: (233,105,176)

Color info

#E969B0 contains mainly red and blue colors. Web safe color of #E969B0 is #FF6699 (or #F69).

RGB color model

#E969B0 color RGB value is (233,105,176).

  • red value is 233;
  • green value is 105;
  • blue value is 176.
RGB:
(233,105,176)
(91%,41%,69%)

RGB channels and saturation

R 233 of 255 = 91%
G 105 of 255 = 41%
B 176 of 255 = 69%

233
105
176

R + G + B ~ 67%. #E969B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 105 + 176 = 514 (100%)
R 233 of 514 ~ 45.33%
G 105 of 514 ~ 20.43%
B 176 of 514 ~ 34.24%

%45.33
%20.43
%34.24

CMYK color model

#E969B0 color CMYK value is (0,55,24,9).

  • cyan value is 0.00%
  • magenta value is 54.94%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(0,55,24,9)
C0M55Y24K9 
(0%,55%,24%,9%)
(0.00/0.55/0.24/0.09)	

CMYK percentages

%0
%54.94
%24.46
%8.63

Codes

Color #E969B0 in popluar color models

E969B0
RGB233105176
HSL327°74.42%66.27%
HSB/HSV327°54.94%91.37%
CMYK0.00%54.94%24.46%
8.63%

Color #E969B0 in popluar number systems.

HEXE969B0
Decimal233105176
Binary11101001110100110110000
Octal351151260

Shades and tints

Shades of #E969B0

#E969B0
(233,105,176)
#D460A0
(212,96,160)
#BF5790
(191,87,144)
#AA4E80
(170,78,128)
#954570
(149,69,112)
#803C60
(128,60,96)
#6B3350
(107,51,80)
#562A40
(86,42,64)
#412130
(65,33,48)
#2C1820
(44,24,32)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #E969B0

#E969B0
(233,105,176)
#EB76B7
(235,118,183)
#ED83BE
(237,131,190)
#EF90C5
(239,144,197)
#F19DCC
(241,157,204)
#F3AAD3
(243,170,211)
#F5B7DA
(245,183,218)
#F7C4E1
(247,196,225)
#F9D1E8
(249,209,232)
#FBDEEF
(251,222,239)
#FDEBF6
(253,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E969B0 color. Also use rgb(233,105,176) instead hex code.

Text Font Color

.myTextColor { color: #E969B0; }

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

This text font color is #E969B0.


Background Color

.myBgColor { background-color: #E969B0; }

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

This div background color is #E969B0.


Border color

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

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

This div border color is #E969B0.


Opacity

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

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

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

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

This text has shadow with #E969B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E969B0 on black background.


Color preview on white background

This text has color #E969B0 on white background.



Black color preview on #E969B0 background

This text has black color on #E969B0 background.


White color preview on #E969B0 background

This text has white color on #E969B0 background.