COLOR #E288EB

HEX: #E288EB
RGB: (226,136,235)

Color info

#E288EB contains mainly red and blue colors. Web safe color of #E288EB is #CC99FF (or #C9F).

RGB color model

#E288EB color RGB value is (226,136,235).

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

RGB channels and saturation

R 226 of 255 = 89%
G 136 of 255 = 53%
B 235 of 255 = 92%

226
136
235

R + G + B ~ 78%. #E288EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 136 + 235 = 597 (100%)
R 226 of 597 ~ 37.86%
G 136 of 597 ~ 22.78%
B 235 of 597 ~ 39.36%

%37.86
%22.78
%39.36

CMYK color model

#E288EB color CMYK value is (4,42,0,8).

  • cyan value is 3.83%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,42,0,8)
C4M42Y0K8 
(4%,42%,0%,8%)
(0.04/0.42/0.00/0.08)	

CMYK percentages

%3.83
%42.13
%0
%7.84

Codes

Color #E288EB in popluar color models

E288EB
RGB226136235
HSL295°71.22%72.75%
HSB/HSV295°42.13%92.16%
CMYK3.83%42.13%0.00%
7.84%

Color #E288EB in popluar number systems.

HEXE288EB
Decimal226136235
Binary111000101000100011101011
Octal342210353

Shades and tints

Shades of #E288EB

#E288EB
(226,136,235)
#CE7CD6
(206,124,214)
#BA70C1
(186,112,193)
#A664AC
(166,100,172)
#925897
(146,88,151)
#7E4C82
(126,76,130)
#6A406D
(106,64,109)
#563458
(86,52,88)
#422843
(66,40,67)
#2E1C2E
(46,28,46)
#1A1019
(26,16,25)
#000000
(0,0,0)

Tints of #E288EB

#E288EB
(226,136,235)
#E492EC
(228,146,236)
#E69CED
(230,156,237)
#E8A6EE
(232,166,238)
#EAB0EF
(234,176,239)
#ECBAF0
(236,186,240)
#EEC4F1
(238,196,241)
#F0CEF2
(240,206,242)
#F2D8F3
(242,216,243)
#F4E2F4
(244,226,244)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E288EB; }

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

This text font color is #E288EB.


Background Color

.myBgColor { background-color: #E288EB; }

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

This div background color is #E288EB.


Border color

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

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

This div border color is #E288EB.


Opacity

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

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

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

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

This text has shadow with #E288EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E288EB on black background.


Color preview on white background

This text has color #E288EB on white background.



Black color preview on #E288EB background

This text has black color on #E288EB background.


White color preview on #E288EB background

This text has white color on #E288EB background.