COLOR #E588F8

HEX: #E588F8
RGB: (229,136,248)

Color info

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

RGB color model

#E588F8 color RGB value is (229,136,248).

  • red value is 229;
  • green value is 136;
  • blue value is 248.
RGB:
(229,136,248)
(90%,53%,97%)

RGB channels and saturation

R 229 of 255 = 90%
G 136 of 255 = 53%
B 248 of 255 = 97%

229
136
248

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

Portions of RGB colors in percentages

R + G + B =
229 + 136 + 248 = 613 (100%)
R 229 of 613 ~ 37.36%
G 136 of 613 ~ 22.19%
B 248 of 613 ~ 40.46%

%37.36
%22.19
%40.46

CMYK color model

#E588F8 color CMYK value is (8,45,0,3).

  • cyan value is 7.66%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(8,45,0,3)
C8M45Y0K3 
(8%,45%,0%,3%)
(0.08/0.45/0.00/0.03)	

CMYK percentages

%7.66
%45.16
%0
%2.75

Codes

Color #E588F8 in popluar color models

E588F8
RGB229136248
HSL290°88.89%75.29%
HSB/HSV290°45.16%97.25%
CMYK7.66%45.16%0.00%
2.75%

Color #E588F8 in popluar number systems.

HEXE588F8
Decimal229136248
Binary111001011000100011111000
Octal345210370

Shades and tints

Shades of #E588F8

#E588F8
(229,136,248)
#D17CE2
(209,124,226)
#BD70CC
(189,112,204)
#A964B6
(169,100,182)
#9558A0
(149,88,160)
#814C8A
(129,76,138)
#6D4074
(109,64,116)
#59345E
(89,52,94)
#452848
(69,40,72)
#311C32
(49,28,50)
#1D101C
(29,16,28)
#000000
(0,0,0)

Tints of #E588F8

#E588F8
(229,136,248)
#E792F8
(231,146,248)
#E99CF8
(233,156,248)
#EBA6F8
(235,166,248)
#EDB0F8
(237,176,248)
#EFBAF8
(239,186,248)
#F1C4F8
(241,196,248)
#F3CEF8
(243,206,248)
#F5D8F8
(245,216,248)
#F7E2F8
(247,226,248)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E588F8 color. Also use rgb(229,136,248) instead hex code.

Text Font Color

.myTextColor { color: #E588F8; }

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

This text font color is #E588F8.


Background Color

.myBgColor { background-color: #E588F8; }

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

This div background color is #E588F8.


Border color

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

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

This div border color is #E588F8.


Opacity

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

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

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

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

This text has shadow with #E588F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E588F8 on black background.


Color preview on white background

This text has color #E588F8 on white background.



Black color preview on #E588F8 background

This text has black color on #E588F8 background.


White color preview on #E588F8 background

This text has white color on #E588F8 background.