COLOR #E61BF9

HEX: #E61BF9
RGB: (230,27,249)

Color info

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

RGB color model

#E61BF9 color RGB value is (230,27,249).

  • red value is 230;
  • green value is 27;
  • blue value is 249.
RGB:
(230,27,249)
(90%,11%,98%)

RGB channels and saturation

R 230 of 255 = 90%
G 27 of 255 = 11%
B 249 of 255 = 98%

230
27
249

R + G + B ~ 66%. #E61BF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 27 + 249 = 506 (100%)
R 230 of 506 ~ 45.45%
G 27 of 506 ~ 5.34%
B 249 of 506 ~ 49.21%

%45.45
%49.21

CMYK color model

#E61BF9 color CMYK value is (8,89,0,2).

  • cyan value is 7.63%
  • magenta value is 89.16%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(8,89,0,2)
C8M89Y0K2 
(8%,89%,0%,2%)
(0.08/0.89/0.00/0.02)	

CMYK percentages

%7.63
%89.16
%0
%2.35

Codes

Color #E61BF9 in popluar color models

E61BF9
RGB23027249
HSL295°94.87%54.12%
HSB/HSV295°89.16%97.65%
CMYK7.63%89.16%0.00%
2.35%

Color #E61BF9 in popluar number systems.

HEXE61BF9
Decimal23027249
Binary111001101101111111001
Octal34633371

Shades and tints

Shades of #E61BF9

#E61BF9
(230,27,249)
#D219E3
(210,25,227)
#BE17CD
(190,23,205)
#AA15B7
(170,21,183)
#9613A1
(150,19,161)
#82118B
(130,17,139)
#6E0F75
(110,15,117)
#5A0D5F
(90,13,95)
#460B49
(70,11,73)
#320933
(50,9,51)
#1E071D
(30,7,29)
#000000
(0,0,0)

Tints of #E61BF9

#E61BF9
(230,27,249)
#E82FF9
(232,47,249)
#EA43F9
(234,67,249)
#EC57F9
(236,87,249)
#EE6BF9
(238,107,249)
#F07FF9
(240,127,249)
#F293F9
(242,147,249)
#F4A7F9
(244,167,249)
#F6BBF9
(246,187,249)
#F8CFF9
(248,207,249)
#FAE3F9
(250,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61BF9 color. Also use rgb(230,27,249) instead hex code.

Text Font Color

.myTextColor { color: #E61BF9; }

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

This text font color is #E61BF9.


Background Color

.myBgColor { background-color: #E61BF9; }

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

This div background color is #E61BF9.


Border color

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

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

This div border color is #E61BF9.


Opacity

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

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

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

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

This text has shadow with #E61BF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61BF9 on black background.


Color preview on white background

This text has color #E61BF9 on white background.



Black color preview on #E61BF9 background

This text has black color on #E61BF9 background.


White color preview on #E61BF9 background

This text has white color on #E61BF9 background.