COLOR #E093BE

HEX: #E093BE
RGB: (224,147,190)

Color info

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

RGB color model

#E093BE color RGB value is (224,147,190).

  • red value is 224;
  • green value is 147;
  • blue value is 190.
RGB:
(224,147,190)
(88%,58%,75%)

RGB channels and saturation

R 224 of 255 = 88%
G 147 of 255 = 58%
B 190 of 255 = 75%

224
147
190

R + G + B ~ 74%. #E093BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 147 + 190 = 561 (100%)
R 224 of 561 ~ 39.93%
G 147 of 561 ~ 26.2%
B 190 of 561 ~ 33.87%

%39.93
%26.2
%33.87

CMYK color model

#E093BE color CMYK value is (0,34,15,12).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK:
(0,34,15,12)
C0M34Y15K12 
(0%,34%,15%,12%)
(0.00/0.34/0.15/0.12)	

CMYK percentages

%0
%34.38
%15.18
%12.16

Codes

Color #E093BE in popluar color models

E093BE
RGB224147190
HSL326°55.40%72.75%
HSB/HSV326°34.38%87.84%
CMYK0.00%34.38%15.18%
12.16%

Color #E093BE in popluar number systems.

HEXE093BE
Decimal224147190
Binary111000001001001110111110
Octal340223276

Shades and tints

Shades of #E093BE

#E093BE
(224,147,190)
#CC86AD
(204,134,173)
#B8799C
(184,121,156)
#A46C8B
(164,108,139)
#905F7A
(144,95,122)
#7C5269
(124,82,105)
#684558
(104,69,88)
#543847
(84,56,71)
#402B36
(64,43,54)
#2C1E25
(44,30,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #E093BE

#E093BE
(224,147,190)
#E29CC3
(226,156,195)
#E4A5C8
(228,165,200)
#E6AECD
(230,174,205)
#E8B7D2
(232,183,210)
#EAC0D7
(234,192,215)
#ECC9DC
(236,201,220)
#EED2E1
(238,210,225)
#F0DBE6
(240,219,230)
#F2E4EB
(242,228,235)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E093BE color. Also use rgb(224,147,190) instead hex code.

Text Font Color

.myTextColor { color: #E093BE; }

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

This text font color is #E093BE.


Background Color

.myBgColor { background-color: #E093BE; }

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

This div background color is #E093BE.


Border color

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

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

This div border color is #E093BE.


Opacity

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

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

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

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

This text has shadow with #E093BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E093BE on black background.


Color preview on white background

This text has color #E093BE on white background.



Black color preview on #E093BE background

This text has black color on #E093BE background.


White color preview on #E093BE background

This text has white color on #E093BE background.