COLOR #E483E9

HEX: #E483E9
RGB: (228,131,233)

Color info

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

RGB color model

#E483E9 color RGB value is (228,131,233).

  • red value is 228;
  • green value is 131;
  • blue value is 233.
RGB:
(228,131,233)
(89%,51%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 131 of 255 = 51%
B 233 of 255 = 91%

228
131
233

R + G + B ~ 77%. #E483E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 131 + 233 = 592 (100%)
R 228 of 592 ~ 38.51%
G 131 of 592 ~ 22.13%
B 233 of 592 ~ 39.36%

%38.51
%22.13
%39.36

CMYK color model

#E483E9 color CMYK value is (2,44,0,9).

  • cyan value is 2.15%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(2,44,0,9)
C2M44Y0K9 
(2%,44%,0%,9%)
(0.02/0.44/0.00/0.09)	

CMYK percentages

%2.15
%43.78
%0
%8.63

Codes

Color #E483E9 in popluar color models

E483E9
RGB228131233
HSL297°69.86%71.37%
HSB/HSV297°43.78%91.37%
CMYK2.15%43.78%0.00%
8.63%

Color #E483E9 in popluar number systems.

HEXE483E9
Decimal228131233
Binary111001001000001111101001
Octal344203351

Shades and tints

Shades of #E483E9

#E483E9
(228,131,233)
#D078D4
(208,120,212)
#BC6DBF
(188,109,191)
#A862AA
(168,98,170)
#945795
(148,87,149)
#804C80
(128,76,128)
#6C416B
(108,65,107)
#583656
(88,54,86)
#442B41
(68,43,65)
#30202C
(48,32,44)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #E483E9

#E483E9
(228,131,233)
#E68EEB
(230,142,235)
#E899ED
(232,153,237)
#EAA4EF
(234,164,239)
#ECAFF1
(236,175,241)
#EEBAF3
(238,186,243)
#F0C5F5
(240,197,245)
#F2D0F7
(242,208,247)
#F4DBF9
(244,219,249)
#F6E6FB
(246,230,251)
#F8F1FD
(248,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E483E9 color. Also use rgb(228,131,233) instead hex code.

Text Font Color

.myTextColor { color: #E483E9; }

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

This text font color is #E483E9.


Background Color

.myBgColor { background-color: #E483E9; }

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

This div background color is #E483E9.


Border color

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

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

This div border color is #E483E9.


Opacity

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

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

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

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

This text has shadow with #E483E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E483E9 on black background.


Color preview on white background

This text has color #E483E9 on white background.



Black color preview on #E483E9 background

This text has black color on #E483E9 background.


White color preview on #E483E9 background

This text has white color on #E483E9 background.