COLOR #E48CF2

HEX: #E48CF2
RGB: (228,140,242)

Color info

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

RGB color model

#E48CF2 color RGB value is (228,140,242).

  • red value is 228;
  • green value is 140;
  • blue value is 242.
RGB:
(228,140,242)
(89%,55%,95%)

RGB channels and saturation

R 228 of 255 = 89%
G 140 of 255 = 55%
B 242 of 255 = 95%

228
140
242

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

Portions of RGB colors in percentages

R + G + B =
228 + 140 + 242 = 610 (100%)
R 228 of 610 ~ 37.38%
G 140 of 610 ~ 22.95%
B 242 of 610 ~ 39.67%

%37.38
%22.95
%39.67

CMYK color model

#E48CF2 color CMYK value is (6,42,0,5).

  • cyan value is 5.79%
  • magenta value is 42.15%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(6,42,0,5)
C6M42Y0K5 
(6%,42%,0%,5%)
(0.06/0.42/0.00/0.05)	

CMYK percentages

%5.79
%42.15
%0
%5.1

Codes

Color #E48CF2 in popluar color models

E48CF2
RGB228140242
HSL292°79.69%74.90%
HSB/HSV292°42.15%94.90%
CMYK5.79%42.15%0.00%
5.10%

Color #E48CF2 in popluar number systems.

HEXE48CF2
Decimal228140242
Binary111001001000110011110010
Octal344214362

Shades and tints

Shades of #E48CF2

#E48CF2
(228,140,242)
#D080DC
(208,128,220)
#BC74C6
(188,116,198)
#A868B0
(168,104,176)
#945C9A
(148,92,154)
#805084
(128,80,132)
#6C446E
(108,68,110)
#583858
(88,56,88)
#442C42
(68,44,66)
#30202C
(48,32,44)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #E48CF2

#E48CF2
(228,140,242)
#E696F3
(230,150,243)
#E8A0F4
(232,160,244)
#EAAAF5
(234,170,245)
#ECB4F6
(236,180,246)
#EEBEF7
(238,190,247)
#F0C8F8
(240,200,248)
#F2D2F9
(242,210,249)
#F4DCFA
(244,220,250)
#F6E6FB
(246,230,251)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48CF2 color. Also use rgb(228,140,242) instead hex code.

Text Font Color

.myTextColor { color: #E48CF2; }

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

This text font color is #E48CF2.


Background Color

.myBgColor { background-color: #E48CF2; }

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

This div background color is #E48CF2.


Border color

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

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

This div border color is #E48CF2.


Opacity

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

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

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

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

This text has shadow with #E48CF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48CF2 on black background.


Color preview on white background

This text has color #E48CF2 on white background.



Black color preview on #E48CF2 background

This text has black color on #E48CF2 background.


White color preview on #E48CF2 background

This text has white color on #E48CF2 background.