COLOR #E690EB

HEX: #E690EB
RGB: (230,144,235)

Color info

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

RGB color model

#E690EB color RGB value is (230,144,235).

  • red value is 230;
  • green value is 144;
  • blue value is 235.
RGB:
(230,144,235)
(90%,56%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 144 of 255 = 56%
B 235 of 255 = 92%

230
144
235

R + G + B ~ 79%. #E690EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 144 + 235 = 609 (100%)
R 230 of 609 ~ 37.77%
G 144 of 609 ~ 23.65%
B 235 of 609 ~ 38.59%

%37.77
%23.65
%38.59

CMYK color model

#E690EB color CMYK value is (2,39,0,8).

  • cyan value is 2.13%
  • magenta value is 38.72%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,39,0,8)
C2M39Y0K8 
(2%,39%,0%,8%)
(0.02/0.39/0.00/0.08)	

CMYK percentages

%2.13
%38.72
%0
%7.84

Codes

Color #E690EB in popluar color models

E690EB
RGB230144235
HSL297°69.47%74.31%
HSB/HSV297°38.72%92.16%
CMYK2.13%38.72%0.00%
7.84%

Color #E690EB in popluar number systems.

HEXE690EB
Decimal230144235
Binary111001101001000011101011
Octal346220353

Shades and tints

Shades of #E690EB

#E690EB
(230,144,235)
#D283D6
(210,131,214)
#BE76C1
(190,118,193)
#AA69AC
(170,105,172)
#965C97
(150,92,151)
#824F82
(130,79,130)
#6E426D
(110,66,109)
#5A3558
(90,53,88)
#462843
(70,40,67)
#321B2E
(50,27,46)
#1E0E19
(30,14,25)
#000000
(0,0,0)

Tints of #E690EB

#E690EB
(230,144,235)
#E89AEC
(232,154,236)
#EAA4ED
(234,164,237)
#ECAEEE
(236,174,238)
#EEB8EF
(238,184,239)
#F0C2F0
(240,194,240)
#F2CCF1
(242,204,241)
#F4D6F2
(244,214,242)
#F6E0F3
(246,224,243)
#F8EAF4
(248,234,244)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E690EB; }

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

This text font color is #E690EB.


Background Color

.myBgColor { background-color: #E690EB; }

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

This div background color is #E690EB.


Border color

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

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

This div border color is #E690EB.


Opacity

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

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

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

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

This text has shadow with #E690EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E690EB on black background.


Color preview on white background

This text has color #E690EB on white background.



Black color preview on #E690EB background

This text has black color on #E690EB background.


White color preview on #E690EB background

This text has white color on #E690EB background.