COLOR #E690BB

HEX: #E690BB RGB: (230,144,187)

Color info

#E690BB contains mainly red and blue colors. Web safe color of #E690BB is #CC99CC (or #C9C).

RGB color model

#E690BB color RGB value is (230,144,187).

RGB: (230,144,187) (90%, 56%, 73%)

RGB channels and saturation

R 230 of 255 = 90%
G 144 of 255 = 56%
B 187 of 255 = 73%

230
144
187

R + G + B ~ 73%. #E690BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 144 + 187 = 561 (100%)
R 230 of 561 ~ 41%
G 144 of 561 ~ 25.67%
B 187 of 561 ~ 33.33'%

%41
%25.67
%33.33

CMYK color model

#E690BB color CMYK value is (0,37,19,10).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 18.70%
  • key color value is 9.80%

CMYK: (0,37,19,10)
C0M37Y19K10 (0%, 37%, 19%, 10%)
(0.00 / 0.37 / 0.19 / 0.10)

CMYK percentages

%0
%37.39
%18.7
%9.8

Codes

Color #E690BB in popluar color models

E6 90 BB
RGB 230 144 187
HSL 330° 63.24% 73.33%
HSB/HSV 330° 37.39% 90.20%
CMYK 0.00% 37.39% 18.70%
9.80%

Color #E690BB in popluar number systems.

HEX E6 90 BB
Decimal 230 144 187
Binary 11100110 10010000 10111011
Octal 346 220 273

Shades and tints

Shades of #E690BB

#E690BB
(230,144,187)
#D283AA
(210,131,170)
#BE7699
(190,118,153)
#AA6988
(170,105,136)
#965C77
(150,92,119)
#824F66
(130,79,102)
#6E4255
(110,66,85)
#5A3544
(90,53,68)
#462833
(70,40,51)
#321B22
(50,27,34)
#1E0E11
(30,14,17)
#000000
(0,0,0)

Tints of #E690BB

#E690BB
(230,144,187)
#E89AC1
(232,154,193)
#EAA4C7
(234,164,199)
#ECAECD
(236,174,205)
#EEB8D3
(238,184,211)
#F0C2D9
(240,194,217)
#F2CCDF
(242,204,223)
#F4D6E5
(244,214,229)
#F6E0EB
(246,224,235)
#F8EAF1
(248,234,241)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E690BB color. Also use rgb(230,144,187) instead hex code.

Text Font Color

.myTextColor { color: #E690BB; }

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

This text font color is #E690BB.

Background Color

.myBgColor { background-color: #E690BB; }

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

This div background color is #E690BB.

Border color

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

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

This div border color is #E690BB.

Opacity

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

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

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

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

This text has shadow with #E690BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E690BB.

Preview

Color preview on black background

This text has color #E690BB on black background.


Color preview on white background

This text has color #E690BB on white background.


Black color preview on #E690BB background

This text has black color on #E690BB background.


White color preview on #E690BB background

This text has white color on #E690BB background.


Related colors

Complementary color

Complementary color for #hex is #196F44.


I love getcolorcode.com

Triadic colors

1 #BBE690 and #90BBE6 with #E690BB are triadic colors.

2 #BB90E6 and #90E6BB with #E690BB are triadic colors.