COLOR #E580F3

HEX: #E580F3 RGB: (229,128,243)

Color info

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

RGB color model

#E580F3 color RGB value is (229,128,243).

RGB: (229,128,243) (90%, 50%, 95%)

RGB channels and saturation

R 229 of 255 = 90%
G 128 of 255 = 50%
B 243 of 255 = 95%

229
128
243

R + G + B ~ 78%. #E580F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 128 + 243 = 600 (100%)
R 229 of 600 ~ 38.17%
G 128 of 600 ~ 21.33%
B 243 of 600 ~ 40.5'%

%38.17
%21.33
%40.5

CMYK color model

#E580F3 color CMYK value is (6,47,0,5).

  • cyan value is 5.76%
  • magenta value is 47.33%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (6,47,0,5)
C6M47Y0K5 (6%, 47%, 0%, 5%)
(0.06 / 0.47 / 0.00 / 0.05)

CMYK percentages

%5.76
%47.33
%0
%4.71

Codes

Color #E580F3 in popluar color models

E5 80 F3
RGB 229 128 243
HSL 293° 82.73% 72.75%
HSB/HSV 293° 47.33% 95.29%
CMYK 5.76% 47.33% 0.00%
4.71%

Color #E580F3 in popluar number systems.

HEX E5 80 F3
Decimal 229 128 243
Binary 11100101 10000000 11110011
Octal 345 200 363

Shades and tints

Shades of #E580F3

#E580F3
(229,128,243)
#D175DD
(209,117,221)
#BD6AC7
(189,106,199)
#A95FB1
(169,95,177)
#95549B
(149,84,155)
#814985
(129,73,133)
#6D3E6F
(109,62,111)
#593359
(89,51,89)
#452843
(69,40,67)
#311D2D
(49,29,45)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #E580F3

#E580F3
(229,128,243)
#E78BF4
(231,139,244)
#E996F5
(233,150,245)
#EBA1F6
(235,161,246)
#EDACF7
(237,172,247)
#EFB7F8
(239,183,248)
#F1C2F9
(241,194,249)
#F3CDFA
(243,205,250)
#F5D8FB
(245,216,251)
#F7E3FC
(247,227,252)
#F9EEFD
(249,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E580F3 color. Also use rgb(229,128,243) instead hex code.

Text Font Color

.myTextColor { color: #E580F3; }

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

This text font color is #E580F3.

Background Color

.myBgColor { background-color: #E580F3; }

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

This div background color is #E580F3.

Border color

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

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

This div border color is #E580F3.

Opacity

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

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

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

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

This text has shadow with #E580F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E580F3.

Preview

Color preview on black background

This text has color #E580F3 on black background.


Color preview on white background

This text has color #E580F3 on white background.


Black color preview on #E580F3 background

This text has black color on #E580F3 background.


White color preview on #E580F3 background

This text has white color on #E580F3 background.


Related colors

Complementary color

Complementary color for #hex is #1A7F0C.


I love getcolorcode.com

Triadic colors

1 #F3E580 and #80F3E5 with #E580F3 are triadic colors.

2 #F380E5 and #80E5F3 with #E580F3 are triadic colors.