COLOR #E388FA

HEX: #E388FA
RGB: (227,136,250)

Color info

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

RGB color model

#E388FA color RGB value is (227,136,250).

  • red value is 227;
  • green value is 136;
  • blue value is 250.
RGB:
(227,136,250)
(89%,53%,98%)

RGB channels and saturation

R 227 of 255 = 89%
G 136 of 255 = 53%
B 250 of 255 = 98%

227
136
250

R + G + B ~ 80%. #E388FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 136 + 250 = 613 (100%)
R 227 of 613 ~ 37.03%
G 136 of 613 ~ 22.19%
B 250 of 613 ~ 40.78%

%37.03
%22.19
%40.78

CMYK color model

#E388FA color CMYK value is (9,46,0,2).

  • cyan value is 9.20%
  • magenta value is 45.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,46,0,2)
C9M46Y0K2 
(9%,46%,0%,2%)
(0.09/0.46/0.00/0.02)	

CMYK percentages

%9.2
%45.6
%0
%1.96

Codes

Color #E388FA in popluar color models

E388FA
RGB227136250
HSL288°91.94%75.69%
HSB/HSV288°45.60%98.04%
CMYK9.20%45.60%0.00%
1.96%

Color #E388FA in popluar number systems.

HEXE388FA
Decimal227136250
Binary111000111000100011111010
Octal343210372

Shades and tints

Shades of #E388FA

#E388FA
(227,136,250)
#CF7CE4
(207,124,228)
#BB70CE
(187,112,206)
#A764B8
(167,100,184)
#9358A2
(147,88,162)
#7F4C8C
(127,76,140)
#6B4076
(107,64,118)
#573460
(87,52,96)
#43284A
(67,40,74)
#2F1C34
(47,28,52)
#1B101E
(27,16,30)
#000000
(0,0,0)

Tints of #E388FA

#E388FA
(227,136,250)
#E592FA
(229,146,250)
#E79CFA
(231,156,250)
#E9A6FA
(233,166,250)
#EBB0FA
(235,176,250)
#EDBAFA
(237,186,250)
#EFC4FA
(239,196,250)
#F1CEFA
(241,206,250)
#F3D8FA
(243,216,250)
#F5E2FA
(245,226,250)
#F7ECFA
(247,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E388FA color. Also use rgb(227,136,250) instead hex code.

Text Font Color

.myTextColor { color: #E388FA; }

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

This text font color is #E388FA.


Background Color

.myBgColor { background-color: #E388FA; }

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

This div background color is #E388FA.


Border color

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

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

This div border color is #E388FA.


Opacity

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

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

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

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

This text has shadow with #E388FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E388FA on black background.


Color preview on white background

This text has color #E388FA on white background.



Black color preview on #E388FA background

This text has black color on #E388FA background.


White color preview on #E388FA background

This text has white color on #E388FA background.