COLOR #E093C1

HEX: #E093C1
RGB: (224,147,193)

Color info

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

RGB color model

#E093C1 color RGB value is (224,147,193).

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

RGB channels and saturation

R 224 of 255 = 88%
G 147 of 255 = 58%
B 193 of 255 = 76%

224
147
193

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

Portions of RGB colors in percentages

R + G + B =
224 + 147 + 193 = 564 (100%)
R 224 of 564 ~ 39.72%
G 147 of 564 ~ 26.06%
B 193 of 564 ~ 34.22%

%39.72
%26.06
%34.22

CMYK color model

#E093C1 color CMYK value is (0,34,14,12).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 13.84%
  • key color value is 12.16%
CMYK:
(0,34,14,12)
C0M34Y14K12 
(0%,34%,14%,12%)
(0.00/0.34/0.14/0.12)	

CMYK percentages

%0
%34.38
%13.84
%12.16

Codes

Color #E093C1 in popluar color models

E093C1
RGB224147193
HSL324°55.40%72.75%
HSB/HSV324°34.38%87.84%
CMYK0.00%34.38%13.84%
12.16%

Color #E093C1 in popluar number systems.

HEXE093C1
Decimal224147193
Binary111000001001001111000001
Octal340223301

Shades and tints

Shades of #E093C1

#E093C1
(224,147,193)
#CC86B0
(204,134,176)
#B8799F
(184,121,159)
#A46C8E
(164,108,142)
#905F7D
(144,95,125)
#7C526C
(124,82,108)
#68455B
(104,69,91)
#54384A
(84,56,74)
#402B39
(64,43,57)
#2C1E28
(44,30,40)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #E093C1

#E093C1
(224,147,193)
#E29CC6
(226,156,198)
#E4A5CB
(228,165,203)
#E6AED0
(230,174,208)
#E8B7D5
(232,183,213)
#EAC0DA
(234,192,218)
#ECC9DF
(236,201,223)
#EED2E4
(238,210,228)
#F0DBE9
(240,219,233)
#F2E4EE
(242,228,238)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E093C1; }

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

This text font color is #E093C1.


Background Color

.myBgColor { background-color: #E093C1; }

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

This div background color is #E093C1.


Border color

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

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

This div border color is #E093C1.


Opacity

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

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

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

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

This text has shadow with #E093C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E093C1 on black background.


Color preview on white background

This text has color #E093C1 on white background.



Black color preview on #E093C1 background

This text has black color on #E093C1 background.


White color preview on #E093C1 background

This text has white color on #E093C1 background.