COLOR #E088D6

HEX: #E088D6
RGB: (224,136,214)

Color info

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

RGB color model

#E088D6 color RGB value is (224,136,214).

  • red value is 224;
  • green value is 136;
  • blue value is 214.
RGB:
(224,136,214)
(88%,53%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 136 of 255 = 53%
B 214 of 255 = 84%

224
136
214

R + G + B ~ 75%. #E088D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 136 + 214 = 574 (100%)
R 224 of 574 ~ 39.02%
G 136 of 574 ~ 23.69%
B 214 of 574 ~ 37.28%

%39.02
%23.69
%37.28

CMYK color model

#E088D6 color CMYK value is (0,39,4,12).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 4.46%
  • key color value is 12.16%
CMYK:
(0,39,4,12)
C0M39Y4K12 
(0%,39%,4%,12%)
(0.00/0.39/0.04/0.12)	

CMYK percentages

%0
%39.29
%4.46
%12.16

Codes

Color #E088D6 in popluar color models

E088D6
RGB224136214
HSL307°58.67%70.59%
HSB/HSV307°39.29%87.84%
CMYK0.00%39.29%4.46%
12.16%

Color #E088D6 in popluar number systems.

HEXE088D6
Decimal224136214
Binary111000001000100011010110
Octal340210326

Shades and tints

Shades of #E088D6

#E088D6
(224,136,214)
#CC7CC3
(204,124,195)
#B870B0
(184,112,176)
#A4649D
(164,100,157)
#90588A
(144,88,138)
#7C4C77
(124,76,119)
#684064
(104,64,100)
#543451
(84,52,81)
#40283E
(64,40,62)
#2C1C2B
(44,28,43)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #E088D6

#E088D6
(224,136,214)
#E292D9
(226,146,217)
#E49CDC
(228,156,220)
#E6A6DF
(230,166,223)
#E8B0E2
(232,176,226)
#EABAE5
(234,186,229)
#ECC4E8
(236,196,232)
#EECEEB
(238,206,235)
#F0D8EE
(240,216,238)
#F2E2F1
(242,226,241)
#F4ECF4
(244,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E088D6 color. Also use rgb(224,136,214) instead hex code.

Text Font Color

.myTextColor { color: #E088D6; }

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

This text font color is #E088D6.


Background Color

.myBgColor { background-color: #E088D6; }

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

This div background color is #E088D6.


Border color

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

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

This div border color is #E088D6.


Opacity

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

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

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

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

This text has shadow with #E088D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E088D6 on black background.


Color preview on white background

This text has color #E088D6 on white background.



Black color preview on #E088D6 background

This text has black color on #E088D6 background.


White color preview on #E088D6 background

This text has white color on #E088D6 background.