COLOR #E385FB

HEX: #E385FB
RGB: (227,133,251)

Color info

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

RGB color model

#E385FB color RGB value is (227,133,251).

  • red value is 227;
  • green value is 133;
  • blue value is 251.
RGB:
(227,133,251)
(89%,52%,98%)

RGB channels and saturation

R 227 of 255 = 89%
G 133 of 255 = 52%
B 251 of 255 = 98%

227
133
251

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

Portions of RGB colors in percentages

R + G + B =
227 + 133 + 251 = 611 (100%)
R 227 of 611 ~ 37.15%
G 133 of 611 ~ 21.77%
B 251 of 611 ~ 41.08%

%37.15
%21.77
%41.08

CMYK color model

#E385FB color CMYK value is (10,47,0,2).

  • cyan value is 9.56%
  • magenta value is 47.01%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,47,0,2)
C10M47Y0K2 
(10%,47%,0%,2%)
(0.10/0.47/0.00/0.02)	

CMYK percentages

%9.56
%47.01
%0
%1.57

Codes

Color #E385FB in popluar color models

E385FB
RGB227133251
HSL288°93.65%75.29%
HSB/HSV288°47.01%98.43%
CMYK9.56%47.01%0.00%
1.57%

Color #E385FB in popluar number systems.

HEXE385FB
Decimal227133251
Binary111000111000010111111011
Octal343205373

Shades and tints

Shades of #E385FB

#E385FB
(227,133,251)
#CF79E5
(207,121,229)
#BB6DCF
(187,109,207)
#A761B9
(167,97,185)
#9355A3
(147,85,163)
#7F498D
(127,73,141)
#6B3D77
(107,61,119)
#573161
(87,49,97)
#43254B
(67,37,75)
#2F1935
(47,25,53)
#1B0D1F
(27,13,31)
#000000
(0,0,0)

Tints of #E385FB

#E385FB
(227,133,251)
#E590FB
(229,144,251)
#E79BFB
(231,155,251)
#E9A6FB
(233,166,251)
#EBB1FB
(235,177,251)
#EDBCFB
(237,188,251)
#EFC7FB
(239,199,251)
#F1D2FB
(241,210,251)
#F3DDFB
(243,221,251)
#F5E8FB
(245,232,251)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E385FB color. Also use rgb(227,133,251) instead hex code.

Text Font Color

.myTextColor { color: #E385FB; }

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

This text font color is #E385FB.


Background Color

.myBgColor { background-color: #E385FB; }

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

This div background color is #E385FB.


Border color

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

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

This div border color is #E385FB.


Opacity

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

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

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

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

This text has shadow with #E385FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E385FB on black background.


Color preview on white background

This text has color #E385FB on white background.



Black color preview on #E385FB background

This text has black color on #E385FB background.


White color preview on #E385FB background

This text has white color on #E385FB background.