COLOR #E095BB

HEX: #E095BB RGB: (224,149,187)

Color info

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

RGB color model

#E095BB color RGB value is (224,149,187).

RGB: (224,149,187) (88%, 58%, 73%)

RGB channels and saturation

R 224 of 255 = 88%
G 149 of 255 = 58%
B 187 of 255 = 73%

224
149
187

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

Portions of RGB colors in percentages

R + G + B = 224 + 149 + 187 = 560 (100%)
R 224 of 560 ~ 40%
G 149 of 560 ~ 26.61%
B 187 of 560 ~ 33.39'%

%40
%26.61
%33.39

CMYK color model

#E095BB color CMYK value is (0,33,17,12).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 16.52%
  • key color value is 12.16%

CMYK: (0,33,17,12)
C0M33Y17K12 (0%, 33%, 17%, 12%)
(0.00 / 0.33 / 0.17 / 0.12)

CMYK percentages

%0
%33.48
%16.52
%12.16

Codes

Color #E095BB in popluar color models

E0 95 BB
RGB 224 149 187
HSL 330° 54.74% 73.14%
HSB/HSV 330° 33.48% 87.84%
CMYK 0.00% 33.48% 16.52%
12.16%

Color #E095BB in popluar number systems.

HEX E0 95 BB
Decimal 224 149 187
Binary 11100000 10010101 10111011
Octal 340 225 273

Shades and tints

Shades of #E095BB

#E095BB
(224,149,187)
#CC88AA
(204,136,170)
#B87B99
(184,123,153)
#A46E88
(164,110,136)
#906177
(144,97,119)
#7C5466
(124,84,102)
#684755
(104,71,85)
#543A44
(84,58,68)
#402D33
(64,45,51)
#2C2022
(44,32,34)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #E095BB

#E095BB
(224,149,187)
#E29EC1
(226,158,193)
#E4A7C7
(228,167,199)
#E6B0CD
(230,176,205)
#E8B9D3
(232,185,211)
#EAC2D9
(234,194,217)
#ECCBDF
(236,203,223)
#EED4E5
(238,212,229)
#F0DDEB
(240,221,235)
#F2E6F1
(242,230,241)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E095BB color. Also use rgb(224,149,187) instead hex code.

Text Font Color

.myTextColor { color: #E095BB; }

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

This text font color is #E095BB.

Background Color

.myBgColor { background-color: #E095BB; }

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

This div background color is #E095BB.

Border color

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

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

This div border color is #E095BB.

Opacity

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

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

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

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

This text has shadow with #E095BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E095BB.

Preview

Color preview on black background

This text has color #E095BB on black background.


Color preview on white background

This text has color #E095BB on white background.


Black color preview on #E095BB background

This text has black color on #E095BB background.


White color preview on #E095BB background

This text has white color on #E095BB background.


Related colors

Complementary color

Complementary color for #hex is #1F6A44.


I love getcolorcode.com

Triadic colors

1 #BBE095 and #95BBE0 with #E095BB are triadic colors.

2 #BB95E0 and #95E0BB with #E095BB are triadic colors.