COLOR #E061E9

HEX: #E061E9 RGB: (224,97,233)

Color info

#E061E9 contains mainly red and blue colors. Web safe color of #E061E9 is #CC66FF (or #C6F).

RGB color model

#E061E9 color RGB value is (224,97,233).

RGB: (224,97,233) (88%, 38%, 91%)

RGB channels and saturation

R 224 of 255 = 88%
G 97 of 255 = 38%
B 233 of 255 = 91%

224
97
233

R + G + B ~ 72%. #E061E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 97 + 233 = 554 (100%)
R 224 of 554 ~ 40.43%
G 97 of 554 ~ 17.51%
B 233 of 554 ~ 42.06'%

%40.43
%17.51
%42.06

CMYK color model

#E061E9 color CMYK value is (4,58,0,9).

  • cyan value is 3.86%
  • magenta value is 58.37%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (4,58,0,9)
C4M58Y0K9 (4%, 58%, 0%, 9%)
(0.04 / 0.58 / 0.00 / 0.09)

CMYK percentages

%3.86
%58.37
%0
%8.63

Codes

Color #E061E9 in popluar color models

E0 61 E9
RGB 224 97 233
HSL 296° 75.56% 64.71%
HSB/HSV 296° 58.37% 91.37%
CMYK 3.86% 58.37% 0.00%
8.63%

Color #E061E9 in popluar number systems.

HEX E0 61 E9
Decimal 224 97 233
Binary 11100000 1100001 11101001
Octal 340 141 351

Shades and tints

Shades of #E061E9

#E061E9
(224,97,233)
#CC59D4
(204,89,212)
#B851BF
(184,81,191)
#A449AA
(164,73,170)
#904195
(144,65,149)
#7C3980
(124,57,128)
#68316B
(104,49,107)
#542956
(84,41,86)
#402141
(64,33,65)
#2C192C
(44,25,44)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #E061E9

#E061E9
(224,97,233)
#E26FEB
(226,111,235)
#E47DED
(228,125,237)
#E68BEF
(230,139,239)
#E899F1
(232,153,241)
#EAA7F3
(234,167,243)
#ECB5F5
(236,181,245)
#EEC3F7
(238,195,247)
#F0D1F9
(240,209,249)
#F2DFFB
(242,223,251)
#F4EDFD
(244,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E061E9 color. Also use rgb(224,97,233) instead hex code.

Text Font Color

.myTextColor { color: #E061E9; }

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

This text font color is #E061E9.

Background Color

.myBgColor { background-color: #E061E9; }

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

This div background color is #E061E9.

Border color

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

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

This div border color is #E061E9.

Opacity

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

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

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

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

This text has shadow with #E061E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E061E9.

Preview

Color preview on black background

This text has color #E061E9 on black background.


Color preview on white background

This text has color #E061E9 on white background.


Black color preview on #E061E9 background

This text has black color on #E061E9 background.


White color preview on #E061E9 background

This text has white color on #E061E9 background.


Related colors

Complementary color

Complementary color for #hex is #1F9E16.


I love getcolorcode.com

Triadic colors

1 #E9E061 and #61E9E0 with #E061E9 are triadic colors.

2 #E961E0 and #61E0E9 with #E061E9 are triadic colors.