COLOR #E21AF9

HEX: #E21AF9
RGB: (226,26,249)

Color info

#E21AF9 contains mainly red and blue colors. Web safe color of #E21AF9 is #CC00FF (or #C0F).

RGB color model

#E21AF9 color RGB value is (226,26,249).

  • red value is 226;
  • green value is 26;
  • blue value is 249.
RGB:
(226,26,249)
(89%,10%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 26 of 255 = 10%
B 249 of 255 = 98%

226
26
249

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

Portions of RGB colors in percentages

R + G + B =
226 + 26 + 249 = 501 (100%)
R 226 of 501 ~ 45.11%
G 26 of 501 ~ 5.19%
B 249 of 501 ~ 49.7%

%45.11
%49.7

CMYK color model

#E21AF9 color CMYK value is (9,90,0,2).

  • cyan value is 9.24%
  • magenta value is 89.56%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(9,90,0,2)
C9M90Y0K2 
(9%,90%,0%,2%)
(0.09/0.90/0.00/0.02)	

CMYK percentages

%9.24
%89.56
%0
%2.35

Codes

Color #E21AF9 in popluar color models

E21AF9
RGB22626249
HSL294°94.89%53.92%
HSB/HSV294°89.56%97.65%
CMYK9.24%89.56%0.00%
2.35%

Color #E21AF9 in popluar number systems.

HEXE21AF9
Decimal22626249
Binary111000101101011111001
Octal34232371

Shades and tints

Shades of #E21AF9

#E21AF9
(226,26,249)
#CE18E3
(206,24,227)
#BA16CD
(186,22,205)
#A614B7
(166,20,183)
#9212A1
(146,18,161)
#7E108B
(126,16,139)
#6A0E75
(106,14,117)
#560C5F
(86,12,95)
#420A49
(66,10,73)
#2E0833
(46,8,51)
#1A061D
(26,6,29)
#000000
(0,0,0)

Tints of #E21AF9

#E21AF9
(226,26,249)
#E42EF9
(228,46,249)
#E642F9
(230,66,249)
#E856F9
(232,86,249)
#EA6AF9
(234,106,249)
#EC7EF9
(236,126,249)
#EE92F9
(238,146,249)
#F0A6F9
(240,166,249)
#F2BAF9
(242,186,249)
#F4CEF9
(244,206,249)
#F6E2F9
(246,226,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E21AF9 color. Also use rgb(226,26,249) instead hex code.

Text Font Color

.myTextColor { color: #E21AF9; }

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

This text font color is #E21AF9.


Background Color

.myBgColor { background-color: #E21AF9; }

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

This div background color is #E21AF9.


Border color

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

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

This div border color is #E21AF9.


Opacity

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

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

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

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

This text has shadow with #E21AF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E21AF9 on black background.


Color preview on white background

This text has color #E21AF9 on white background.



Black color preview on #E21AF9 background

This text has black color on #E21AF9 background.


White color preview on #E21AF9 background

This text has white color on #E21AF9 background.