HEX: #E63DFB
RGB: (230,61,251)
#E63DFB contains mainly red and blue colors. Web safe color of #E63DFB is #CC33FF (or #C3F).
#E63DFB color RGB value is (230,61,251).
RGB: (230,61,251)
(90%, 24%, 98%)
R 230 of 255 = 90%
G 61 of 255 = 24%
B 251 of 255 = 98%
R + G + B ~ 71%. #E63DFB is quite light color.
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'%
#E63DFB color CMYK value is (8,76,0,2).
CMYK: (8,76,0,2) C8M76Y0K2 (8%,76%,0%,2%) (0.08/0.76/0.00/0.02)
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 of #E63DFB
Tints of #E63DFB
Examples of css and html codes for elements with #E63DFB color. Also use rgb(230,61,251) instead hex code.
.myTextColor { color: #E63DFB; }
<p style="color:#E63DFB">This sample text font color is #E63DFB.</p>
This text font color is #E63DFB.
.myBgColor { background-color: #E63DFB; }
<div style="background-color:#E63DFB">Inner text</div>
This div background color is #E63DFB.
.myBorderColor { border: 1px solid #E63DFB; }
<div style="border:3px solid #E63DFB">Div</div>
This div border color is #E63DFB.
.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%.
.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.
/* 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 text has color #E63DFB on black background.
This text has color #E63DFB on white background.
This text has black color on #E63DFB background.
This text has white color on #E63DFB background.
Complementary color for #hex is #19C204.