COLOR #E603E9

HEX: #E603E9 RGB: (230,3,233)

Color info

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

RGB color model

#E603E9 color RGB value is (230,3,233).

RGB: (230,3,233) (90%, 1%, 91%)

RGB channels and saturation

R 230 of 255 = 90%
G 3 of 255 = 1%
B 233 of 255 = 91%

230
3
233

R + G + B ~ 61%. #E603E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 3 + 233 = 466 (100%)
R 230 of 466 ~ 49.36%
G 3 of 466 ~ 0.64%
B 233 of 466 ~ 50'%

%49.36
%50

CMYK color model

#E603E9 color CMYK value is (1,99,0,9).

  • cyan value is 1.29%
  • magenta value is 98.71%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (1,99,0,9)
C1M99Y0K9 (1%, 99%, 0%, 9%)
(0.01 / 0.99 / 0.00 / 0.09)

CMYK percentages

%1.29
%98.71
%0
%8.63

Codes

Color #E603E9 in popluar color models

E6 03 E9
RGB 230 3 233
HSL 299° 97.46% 46.27%
HSB/HSV 299° 98.71% 91.37%
CMYK 1.29% 98.71% 0.00%
8.63%

Color #E603E9 in popluar number systems.

HEX E6 03 E9
Decimal 230 3 233
Binary 11100110 11 11101001
Octal 346 3 351

Shades and tints

Shades of #E603E9

#E603E9
(230,3,233)
#D203D4
(210,3,212)
#BE03BF
(190,3,191)
#AA03AA
(170,3,170)
#960395
(150,3,149)
#820380
(130,3,128)
#6E036B
(110,3,107)
#5A0356
(90,3,86)
#460341
(70,3,65)
#32032C
(50,3,44)
#1E0317
(30,3,23)
#000000
(0,0,0)

Tints of #E603E9

#E603E9
(230,3,233)
#E819EB
(232,25,235)
#EA2FED
(234,47,237)
#EC45EF
(236,69,239)
#EE5BF1
(238,91,241)
#F071F3
(240,113,243)
#F287F5
(242,135,245)
#F49DF7
(244,157,247)
#F6B3F9
(246,179,249)
#F8C9FB
(248,201,251)
#FADFFD
(250,223,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E603E9 color. Also use rgb(230,3,233) instead hex code.

Text Font Color

.myTextColor { color: #E603E9; }

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

This text font color is #E603E9.

Background Color

.myBgColor { background-color: #E603E9; }

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

This div background color is #E603E9.

Border color

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

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

This div border color is #E603E9.

Opacity

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

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

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

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

This text has shadow with #E603E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E603E9.

Preview

Color preview on black background

This text has color #E603E9 on black background.


Color preview on white background

This text has color #E603E9 on white background.


Black color preview on #E603E9 background

This text has black color on #E603E9 background.


White color preview on #E603E9 background

This text has white color on #E603E9 background.


Related colors

Complementary color

Complementary color for #hex is #19FC16.


I love getcolorcode.com

Triadic colors

1 #E9E603 and #03E9E6 with #E603E9 are triadic colors.

2 #E903E6 and #03E6E9 with #E603E9 are triadic colors.