COLOR #E380FB

HEX: #E380FB
RGB: (227,128,251)

Color info

#E380FB contains mainly red and blue colors. Web safe color of #E380FB is #CC66FF (or #C6F).

RGB color model

#E380FB color RGB value is (227,128,251).

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

RGB channels and saturation

R 227 of 255 = 89%
G 128 of 255 = 50%
B 251 of 255 = 98%

227
128
251

R + G + B ~ 79%. #E380FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 128 + 251 = 606 (100%)
R 227 of 606 ~ 37.46%
G 128 of 606 ~ 21.12%
B 251 of 606 ~ 41.42%

%37.46
%21.12
%41.42

CMYK color model

#E380FB color CMYK value is (10,49,0,2).

  • cyan value is 9.56%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,49,0,2)
C10M49Y0K2 
(10%,49%,0%,2%)
(0.10/0.49/0.00/0.02)	

CMYK percentages

%9.56
%49
%0
%1.57

Codes

Color #E380FB in popluar color models

E380FB
RGB227128251
HSL288°93.89%74.31%
HSB/HSV288°49.00%98.43%
CMYK9.56%49.00%0.00%
1.57%

Color #E380FB in popluar number systems.

HEXE380FB
Decimal227128251
Binary111000111000000011111011
Octal343200373

Shades and tints

Shades of #E380FB

#E380FB
(227,128,251)
#CF75E5
(207,117,229)
#BB6ACF
(187,106,207)
#A75FB9
(167,95,185)
#9354A3
(147,84,163)
#7F498D
(127,73,141)
#6B3E77
(107,62,119)
#573361
(87,51,97)
#43284B
(67,40,75)
#2F1D35
(47,29,53)
#1B121F
(27,18,31)
#000000
(0,0,0)

Tints of #E380FB

#E380FB
(227,128,251)
#E58BFB
(229,139,251)
#E796FB
(231,150,251)
#E9A1FB
(233,161,251)
#EBACFB
(235,172,251)
#EDB7FB
(237,183,251)
#EFC2FB
(239,194,251)
#F1CDFB
(241,205,251)
#F3D8FB
(243,216,251)
#F5E3FB
(245,227,251)
#F7EEFB
(247,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E380FB; }

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

This text font color is #E380FB.


Background Color

.myBgColor { background-color: #E380FB; }

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

This div background color is #E380FB.


Border color

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

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

This div border color is #E380FB.


Opacity

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

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

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

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

This text has shadow with #E380FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E380FB on black background.


Color preview on white background

This text has color #E380FB on white background.



Black color preview on #E380FB background

This text has black color on #E380FB background.


White color preview on #E380FB background

This text has white color on #E380FB background.