COLOR #E63DFB

HEX: #E63DFB RGB: (230,61,251)

Color info

#E63DFB contains mainly red and blue colors. Web safe color of #E63DFB is #CC33FF (or #C3F).

RGB color model

#E63DFB color RGB value is (230,61,251).

RGB: (230,61,251) (90%, 24%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 61 of 255 = 24%
B 251 of 255 = 98%

230
61
251

R + G + B ~ 71%. #E63DFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 61 + 251 = 542 (100%)
R 230 of 542 ~ 42.44%
G 61 of 542 ~ 11.25%
B 251 of 542 ~ 46.31'%

%42.44
%11.25
%46.31

CMYK color model

#E63DFB color CMYK value is (8,76,0,2).

  • cyan value is 8.37%
  • magenta value is 75.70%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (8,76,0,2) C8M76Y0K2 (8%,76%,0%,2%) (0.08/0.76/0.00/0.02) 

CMYK percentages

%8.37
%75.7
%0
%1.57

Codes

Color #E63DFB in popluar color models

E6 3D FB
RGB 230 61 251
HSL 293° 95.96% 61.18%
HSB/HSV 293° 75.70% 98.43%
CMYK 8.37% 75.70% 0.00%
1.57%

Color #E63DFB in popluar number systems.

HEX E6 3D FB
Decimal 230 61 251
Binary 11100110 111101 11111011
Octal 346 75 373

Shades and tints

Shades of #E63DFB

#E63DFB
(230,61,251)
#D238E5
(210,56,229)
#BE33CF
(190,51,207)
#AA2EB9
(170,46,185)
#9629A3
(150,41,163)
#82248D
(130,36,141)
#6E1F77
(110,31,119)
#5A1A61
(90,26,97)
#46154B
(70,21,75)
#321035
(50,16,53)
#1E0B1F
(30,11,31)
#000000
(0,0,0)

Tints of #E63DFB

#E63DFB
(230,61,251)
#E84EFB
(232,78,251)
#EA5FFB
(234,95,251)
#EC70FB
(236,112,251)
#EE81FB
(238,129,251)
#F092FB
(240,146,251)
#F2A3FB
(242,163,251)
#F4B4FB
(244,180,251)
#F6C5FB
(246,197,251)
#F8D6FB
(248,214,251)
#FAE7FB
(250,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E63DFB color. Also use rgb(230,61,251) instead hex code.

Text Font Color

.myTextColor { color: #E63DFB; }

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

This text font color is #E63DFB.

Background Color

.myBgColor { background-color: #E63DFB; }

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

This div background color is #E63DFB.

Border color

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

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

This div border color is #E63DFB.

Opacity

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

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

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

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

This text has shadow with #E63DFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E63DFB.

Preview

Color preview on black background

This text has color #E63DFB on black background.


Color preview on white background

This text has color #E63DFB on white background.


Black color preview on #E63DFB background

This text has black color on #E63DFB background.


White color preview on #E63DFB background

This text has white color on #E63DFB background.


Related colors

Complementary color

Complementary color for #hex is #19C204.


I love getcolorcode.com

Triadic colors

1 #FBE63D and #3DFBE6 with #E63DFB are triadic colors.

2 #FB3DE6 and #3DE6FB with #E63DFB are triadic colors.