COLOR #E288DE

HEX: #E288DE
RGB: (226,136,222)

Color info

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

RGB color model

#E288DE color RGB value is (226,136,222).

  • red value is 226;
  • green value is 136;
  • blue value is 222.
RGB:
(226,136,222)
(89%,53%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 136 of 255 = 53%
B 222 of 255 = 87%

226
136
222

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

Portions of RGB colors in percentages

R + G + B =
226 + 136 + 222 = 584 (100%)
R 226 of 584 ~ 38.7%
G 136 of 584 ~ 23.29%
B 222 of 584 ~ 38.01%

%38.7
%23.29
%38.01

CMYK color model

#E288DE color CMYK value is (0,40,2,11).

  • cyan value is 0.00%
  • magenta value is 39.82%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(0,40,2,11)
C0M40Y2K11 
(0%,40%,2%,11%)
(0.00/0.40/0.02/0.11)	

CMYK percentages

%0
%39.82
%1.77
%11.37

Codes

Color #E288DE in popluar color models

E288DE
RGB226136222
HSL303°60.81%70.98%
HSB/HSV303°39.82%88.63%
CMYK0.00%39.82%1.77%
11.37%

Color #E288DE in popluar number systems.

HEXE288DE
Decimal226136222
Binary111000101000100011011110
Octal342210336

Shades and tints

Shades of #E288DE

#E288DE
(226,136,222)
#CE7CCA
(206,124,202)
#BA70B6
(186,112,182)
#A664A2
(166,100,162)
#92588E
(146,88,142)
#7E4C7A
(126,76,122)
#6A4066
(106,64,102)
#563452
(86,52,82)
#42283E
(66,40,62)
#2E1C2A
(46,28,42)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #E288DE

#E288DE
(226,136,222)
#E492E1
(228,146,225)
#E69CE4
(230,156,228)
#E8A6E7
(232,166,231)
#EAB0EA
(234,176,234)
#ECBAED
(236,186,237)
#EEC4F0
(238,196,240)
#F0CEF3
(240,206,243)
#F2D8F6
(242,216,246)
#F4E2F9
(244,226,249)
#F6ECFC
(246,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E288DE color. Also use rgb(226,136,222) instead hex code.

Text Font Color

.myTextColor { color: #E288DE; }

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

This text font color is #E288DE.


Background Color

.myBgColor { background-color: #E288DE; }

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

This div background color is #E288DE.


Border color

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

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

This div border color is #E288DE.


Opacity

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

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

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

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

This text has shadow with #E288DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E288DE on black background.


Color preview on white background

This text has color #E288DE on white background.



Black color preview on #E288DE background

This text has black color on #E288DE background.


White color preview on #E288DE background

This text has white color on #E288DE background.