COLOR #E092D7

HEX: #E092D7
RGB: (224,146,215)

Color info

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

RGB color model

#E092D7 color RGB value is (224,146,215).

  • red value is 224;
  • green value is 146;
  • blue value is 215.
RGB:
(224,146,215)
(88%,57%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 146 of 255 = 57%
B 215 of 255 = 84%

224
146
215

R + G + B ~ 76%. #E092D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 146 + 215 = 585 (100%)
R 224 of 585 ~ 38.29%
G 146 of 585 ~ 24.96%
B 215 of 585 ~ 36.75%

%38.29
%24.96
%36.75

CMYK color model

#E092D7 color CMYK value is (0,35,4,12).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK:
(0,35,4,12)
C0M35Y4K12 
(0%,35%,4%,12%)
(0.00/0.35/0.04/0.12)	

CMYK percentages

%0
%34.82
%4.02
%12.16

Codes

Color #E092D7 in popluar color models

E092D7
RGB224146215
HSL307°55.71%72.55%
HSB/HSV307°34.82%87.84%
CMYK0.00%34.82%4.02%
12.16%

Color #E092D7 in popluar number systems.

HEXE092D7
Decimal224146215
Binary111000001001001011010111
Octal340222327

Shades and tints

Shades of #E092D7

#E092D7
(224,146,215)
#CC85C4
(204,133,196)
#B878B1
(184,120,177)
#A46B9E
(164,107,158)
#905E8B
(144,94,139)
#7C5178
(124,81,120)
#684465
(104,68,101)
#543752
(84,55,82)
#402A3F
(64,42,63)
#2C1D2C
(44,29,44)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #E092D7

#E092D7
(224,146,215)
#E29BDA
(226,155,218)
#E4A4DD
(228,164,221)
#E6ADE0
(230,173,224)
#E8B6E3
(232,182,227)
#EABFE6
(234,191,230)
#ECC8E9
(236,200,233)
#EED1EC
(238,209,236)
#F0DAEF
(240,218,239)
#F2E3F2
(242,227,242)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E092D7 color. Also use rgb(224,146,215) instead hex code.

Text Font Color

.myTextColor { color: #E092D7; }

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

This text font color is #E092D7.


Background Color

.myBgColor { background-color: #E092D7; }

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

This div background color is #E092D7.


Border color

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

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

This div border color is #E092D7.


Opacity

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

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

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

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

This text has shadow with #E092D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E092D7 on black background.


Color preview on white background

This text has color #E092D7 on white background.



Black color preview on #E092D7 background

This text has black color on #E092D7 background.


White color preview on #E092D7 background

This text has white color on #E092D7 background.