COLOR #E669BD

HEX: #E669BD
RGB: (230,105,189)

Color info

#E669BD contains mainly red and blue colors. Web safe color of #E669BD is #CC66CC (or #C6C).

RGB color model

#E669BD color RGB value is (230,105,189).

  • red value is 230;
  • green value is 105;
  • blue value is 189.
RGB:
(230,105,189)
(90%,41%,74%)

RGB channels and saturation

R 230 of 255 = 90%
G 105 of 255 = 41%
B 189 of 255 = 74%

230
105
189

R + G + B ~ 68%. #E669BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 105 + 189 = 524 (100%)
R 230 of 524 ~ 43.89%
G 105 of 524 ~ 20.04%
B 189 of 524 ~ 36.07%

%43.89
%20.04
%36.07

CMYK color model

#E669BD color CMYK value is (0,54,18,10).

  • cyan value is 0.00%
  • magenta value is 54.35%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(0,54,18,10)
C0M54Y18K10 
(0%,54%,18%,10%)
(0.00/0.54/0.18/0.10)	

CMYK percentages

%0
%54.35
%17.83
%9.8

Codes

Color #E669BD in popluar color models

E669BD
RGB230105189
HSL320°71.43%65.69%
HSB/HSV320°54.35%90.20%
CMYK0.00%54.35%17.83%
9.80%

Color #E669BD in popluar number systems.

HEXE669BD
Decimal230105189
Binary11100110110100110111101
Octal346151275

Shades and tints

Shades of #E669BD

#E669BD
(230,105,189)
#D260AC
(210,96,172)
#BE579B
(190,87,155)
#AA4E8A
(170,78,138)
#964579
(150,69,121)
#823C68
(130,60,104)
#6E3357
(110,51,87)
#5A2A46
(90,42,70)
#462135
(70,33,53)
#321824
(50,24,36)
#1E0F13
(30,15,19)
#000000
(0,0,0)

Tints of #E669BD

#E669BD
(230,105,189)
#E876C3
(232,118,195)
#EA83C9
(234,131,201)
#EC90CF
(236,144,207)
#EE9DD5
(238,157,213)
#F0AADB
(240,170,219)
#F2B7E1
(242,183,225)
#F4C4E7
(244,196,231)
#F6D1ED
(246,209,237)
#F8DEF3
(248,222,243)
#FAEBF9
(250,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E669BD color. Also use rgb(230,105,189) instead hex code.

Text Font Color

.myTextColor { color: #E669BD; }

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

This text font color is #E669BD.


Background Color

.myBgColor { background-color: #E669BD; }

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

This div background color is #E669BD.


Border color

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

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

This div border color is #E669BD.


Opacity

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

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

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

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

This text has shadow with #E669BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E669BD on black background.


Color preview on white background

This text has color #E669BD on white background.



Black color preview on #E669BD background

This text has black color on #E669BD background.


White color preview on #E669BD background

This text has white color on #E669BD background.