COLOR #E690E9

HEX: #E690E9
RGB: (230,144,233)

Renk bilgisi

#E690E9 contains mainly red and blue colors. #E690E9 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#E690E9 color RGB value is (230,144,233).

  • kırmız ton 230;
  • yeşil ton 144;
  • mavi ton 233.
RGB:
(230,144,233)
(90%,56%,91%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 144 of 255 = 56%
B 233 of 255 = 91%

230
144
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 144 + 233 = 607 (100%)
R 230 of 607 ~ 37.89%
G 144 of 607 ~ 23.72%
B 233 of 607 ~ 38.39%

%37.89
%23.72
%38.39

CMYK RENK MODELİ

#E690E9 rengi CMYK tonu (1,38,0,9).

  • camgöbeği tonu 1.29%
  • eflatun tonu 38.20%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(1,38,0,9)
C1M38Y0K9 
(1%,38%,0%,9%)
(0.01/0.38/0.00/0.09)	

CMYK yüzdeleri

%1.29
%38.2
%0
%8.63

Codes

Color #E690E9 in popluar color models

E690E9
RGB230144233
HSL298°66.92%73.92%
HSB/HSV298°38.20%91.37%
CMYK1.29%38.20%0.00%
8.63%

Color #E690E9 in popluar number systems.

HEXE690E9
Decimal230144233
Binary111001101001000011101001
Octal346220351

Shades and tints

Shades of #E690E9

#E690E9
(230,144,233)
#D283D4
(210,131,212)
#BE76BF
(190,118,191)
#AA69AA
(170,105,170)
#965C95
(150,92,149)
#824F80
(130,79,128)
#6E426B
(110,66,107)
#5A3556
(90,53,86)
#462841
(70,40,65)
#321B2C
(50,27,44)
#1E0E17
(30,14,23)
#000000
(0,0,0)

Tints of #E690E9

#E690E9
(230,144,233)
#E89AEB
(232,154,235)
#EAA4ED
(234,164,237)
#ECAEEF
(236,174,239)
#EEB8F1
(238,184,241)
#F0C2F3
(240,194,243)
#F2CCF5
(242,204,245)
#F4D6F7
(244,214,247)
#F6E0F9
(246,224,249)
#F8EAFB
(248,234,251)
#FAF4FD
(250,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E690E9; }

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

This text font color is #E690E9.


Background Color

.myBgColor { background-color: #E690E9; }

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

This div background color is #E690E9.


Border color

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

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

This div border color is #E690E9.


Opacity

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

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

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

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

This text has shadow with #E690E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E690E9 on black background.


Color preview on white background

This text has color #E690E9 on white background.



Black color preview on #E690E9 background

This text has black color on #E690E9 background.


White color preview on #E690E9 background

This text has white color on #E690E9 background.