COLOR #E690F2

HEX: #E690F2 RGB: (230,144,242)

Color info

#E690F2 contains mainly red and blue colors. Web safe color of #E690F2 is #CC99FF (or #C9F).

RGB color model

#E690F2 color RGB value is (230,144,242).

RGB: (230,144,242) (90%, 56%, 95%)

RGB channels and saturation

R 230 of 255 = 90%
G 144 of 255 = 56%
B 242 of 255 = 95%

230
144
242

R + G + B ~ 80%. #E690F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 144 + 242 = 616 (100%)
R 230 of 616 ~ 37.34%
G 144 of 616 ~ 23.38%
B 242 of 616 ~ 39.29'%

%37.34
%23.38
%39.29

CMYK color model

#E690F2 color CMYK value is (5,40,0,5).

  • cyan value is 4.96%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (5,40,0,5)
C5M40Y0K5 (5%, 40%, 0%, 5%)
(0.05 / 0.40 / 0.00 / 0.05)

CMYK percentages

%4.96
%40.5
%0
%5.1

Codes

Color #E690F2 in popluar color models

E6 90 F2
RGB 230 144 242
HSL 293° 79.03% 75.69%
HSB/HSV 293° 40.50% 94.90%
CMYK 4.96% 40.50% 0.00%
5.10%

Color #E690F2 in popluar number systems.

HEX E6 90 F2
Decimal 230 144 242
Binary 11100110 10010000 11110010
Octal 346 220 362

Shades and tints

Shades of #E690F2

#E690F2
(230,144,242)
#D283DC
(210,131,220)
#BE76C6
(190,118,198)
#AA69B0
(170,105,176)
#965C9A
(150,92,154)
#824F84
(130,79,132)
#6E426E
(110,66,110)
#5A3558
(90,53,88)
#462842
(70,40,66)
#321B2C
(50,27,44)
#1E0E16
(30,14,22)
#000000
(0,0,0)

Tints of #E690F2

#E690F2
(230,144,242)
#E89AF3
(232,154,243)
#EAA4F4
(234,164,244)
#ECAEF5
(236,174,245)
#EEB8F6
(238,184,246)
#F0C2F7
(240,194,247)
#F2CCF8
(242,204,248)
#F4D6F9
(244,214,249)
#F6E0FA
(246,224,250)
#F8EAFB
(248,234,251)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E690F2 color. Also use rgb(230,144,242) instead hex code.

Text Font Color

.myTextColor { color: #E690F2; }

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

This text font color is #E690F2.

Background Color

.myBgColor { background-color: #E690F2; }

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

This div background color is #E690F2.

Border color

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

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

This div border color is #E690F2.

Opacity

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

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

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

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

This text has shadow with #E690F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E690F2.

Preview

Color preview on black background

This text has color #E690F2 on black background.


Color preview on white background

This text has color #E690F2 on white background.


Black color preview on #E690F2 background

This text has black color on #E690F2 background.


White color preview on #E690F2 background

This text has white color on #E690F2 background.


Related colors

Complementary color

Complementary color for #hex is #196F0D.


I love getcolorcode.com

Triadic colors

1 #F2E690 and #90F2E6 with #E690F2 are triadic colors.

2 #F290E6 and #90E6F2 with #E690F2 are triadic colors.