COLOR #EB1CF9

HEX: #EB1CF9
RGB: (235,28,249)

Color info

#EB1CF9 contains mainly red and blue colors. Web safe color of #EB1CF9 is #FF33FF (or #F3F).

RGB color model

#EB1CF9 color RGB value is (235,28,249).

  • red value is 235;
  • green value is 28;
  • blue value is 249.
RGB:
(235,28,249)
(92%,11%,98%)

RGB channels and saturation

R 235 of 255 = 92%
G 28 of 255 = 11%
B 249 of 255 = 98%

235
28
249

R + G + B ~ 67%. #EB1CF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 28 + 249 = 512 (100%)
R 235 of 512 ~ 45.9%
G 28 of 512 ~ 5.47%
B 249 of 512 ~ 48.63%

%45.9
%48.63

CMYK color model

#EB1CF9 color CMYK value is (6,89,0,2).

  • cyan value is 5.62%
  • magenta value is 88.76%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(6,89,0,2)
C6M89Y0K2 
(6%,89%,0%,2%)
(0.06/0.89/0.00/0.02)	

CMYK percentages

%5.62
%88.76
%0
%2.35

Codes

Color #EB1CF9 in popluar color models

EB1CF9
RGB23528249
HSL296°94.85%54.31%
HSB/HSV296°88.76%97.65%
CMYK5.62%88.76%0.00%
2.35%

Color #EB1CF9 in popluar number systems.

HEXEB1CF9
Decimal23528249
Binary111010111110011111001
Octal35334371

Shades and tints

Shades of #EB1CF9

#EB1CF9
(235,28,249)
#D61AE3
(214,26,227)
#C118CD
(193,24,205)
#AC16B7
(172,22,183)
#9714A1
(151,20,161)
#82128B
(130,18,139)
#6D1075
(109,16,117)
#580E5F
(88,14,95)
#430C49
(67,12,73)
#2E0A33
(46,10,51)
#19081D
(25,8,29)
#000000
(0,0,0)

Tints of #EB1CF9

#EB1CF9
(235,28,249)
#EC30F9
(236,48,249)
#ED44F9
(237,68,249)
#EE58F9
(238,88,249)
#EF6CF9
(239,108,249)
#F080F9
(240,128,249)
#F194F9
(241,148,249)
#F2A8F9
(242,168,249)
#F3BCF9
(243,188,249)
#F4D0F9
(244,208,249)
#F5E4F9
(245,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB1CF9 color. Also use rgb(235,28,249) instead hex code.

Text Font Color

.myTextColor { color: #EB1CF9; }

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

This text font color is #EB1CF9.


Background Color

.myBgColor { background-color: #EB1CF9; }

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

This div background color is #EB1CF9.


Border color

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

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

This div border color is #EB1CF9.


Opacity

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

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

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

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

This text has shadow with #EB1CF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB1CF9 on black background.


Color preview on white background

This text has color #EB1CF9 on white background.



Black color preview on #EB1CF9 background

This text has black color on #EB1CF9 background.


White color preview on #EB1CF9 background

This text has white color on #EB1CF9 background.