COLOR #E090BA

HEX: #E090BA RGB: (224,144,186)

Color info

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

RGB color model

#E090BA color RGB value is (224,144,186).

RGB: (224,144,186) (88%, 56%, 73%)

RGB channels and saturation

R 224 of 255 = 88%
G 144 of 255 = 56%
B 186 of 255 = 73%

224
144
186

R + G + B ~ 72%. #E090BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 144 + 186 = 554 (100%)
R 224 of 554 ~ 40.43%
G 144 of 554 ~ 25.99%
B 186 of 554 ~ 33.57'%

%40.43
%25.99
%33.57

CMYK color model

#E090BA color CMYK value is (0,36,17,12).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 16.96%
  • key color value is 12.16%

CMYK: (0,36,17,12)
C0M36Y17K12 (0%, 36%, 17%, 12%)
(0.00 / 0.36 / 0.17 / 0.12)

CMYK percentages

%0
%35.71
%16.96
%12.16

Codes

Color #E090BA in popluar color models

E0 90 BA
RGB 224 144 186
HSL 329° 56.34% 72.16%
HSB/HSV 329° 35.71% 87.84%
CMYK 0.00% 35.71% 16.96%
12.16%

Color #E090BA in popluar number systems.

HEX E0 90 BA
Decimal 224 144 186
Binary 11100000 10010000 10111010
Octal 340 220 272

Shades and tints

Shades of #E090BA

#E090BA
(224,144,186)
#CC83AA
(204,131,170)
#B8769A
(184,118,154)
#A4698A
(164,105,138)
#905C7A
(144,92,122)
#7C4F6A
(124,79,106)
#68425A
(104,66,90)
#54354A
(84,53,74)
#40283A
(64,40,58)
#2C1B2A
(44,27,42)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #E090BA

#E090BA
(224,144,186)
#E29AC0
(226,154,192)
#E4A4C6
(228,164,198)
#E6AECC
(230,174,204)
#E8B8D2
(232,184,210)
#EAC2D8
(234,194,216)
#ECCCDE
(236,204,222)
#EED6E4
(238,214,228)
#F0E0EA
(240,224,234)
#F2EAF0
(242,234,240)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E090BA color. Also use rgb(224,144,186) instead hex code.

Text Font Color

.myTextColor { color: #E090BA; }

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

This text font color is #E090BA.

Background Color

.myBgColor { background-color: #E090BA; }

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

This div background color is #E090BA.

Border color

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

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

This div border color is #E090BA.

Opacity

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

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

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

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

This text has shadow with #E090BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E090BA.

Preview

Color preview on black background

This text has color #E090BA on black background.


Color preview on white background

This text has color #E090BA on white background.


Black color preview on #E090BA background

This text has black color on #E090BA background.


White color preview on #E090BA background

This text has white color on #E090BA background.


Related colors

Complementary color

Complementary color for #hex is #1F6F45.


I love getcolorcode.com

Triadic colors

1 #BAE090 and #90BAE0 with #E090BA are triadic colors.

2 #BA90E0 and #90E0BA with #E090BA are triadic colors.