COLOR #E689F2

HEX: #E689F2
RGB: (230,137,242)

Renk bilgisi

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

RGB renk modeli

#E689F2 color RGB value is (230,137,242).

  • kırmız ton 230;
  • yeşil ton 137;
  • mavi ton 242.
RGB:
(230,137,242)
(90%,54%,95%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 137 of 255 = 54%
B 242 of 255 = 95%

230
137
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 137 + 242 = 609 (100%)
R 230 of 609 ~ 37.77%
G 137 of 609 ~ 22.5%
B 242 of 609 ~ 39.74%

%37.77
%22.5
%39.74

CMYK RENK MODELİ

#E689F2 rengi CMYK tonu (5,43,0,5).

  • camgöbeği tonu 4.96%
  • eflatun tonu 43.39%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(5,43,0,5)
C5M43Y0K5 
(5%,43%,0%,5%)
(0.05/0.43/0.00/0.05)	

CMYK yüzdeleri

%4.96
%43.39
%0
%5.1

Codes

Color #E689F2 in popluar color models

E689F2
RGB230137242
HSL293°80.15%74.31%
HSB/HSV293°43.39%94.90%
CMYK4.96%43.39%0.00%
5.10%

Color #E689F2 in popluar number systems.

HEXE689F2
Decimal230137242
Binary111001101000100111110010
Octal346211362

Shades and tints

Shades of #E689F2

#E689F2
(230,137,242)
#D27DDC
(210,125,220)
#BE71C6
(190,113,198)
#AA65B0
(170,101,176)
#96599A
(150,89,154)
#824D84
(130,77,132)
#6E416E
(110,65,110)
#5A3558
(90,53,88)
#462942
(70,41,66)
#321D2C
(50,29,44)
#1E1116
(30,17,22)
#000000
(0,0,0)

Tints of #E689F2

#E689F2
(230,137,242)
#E893F3
(232,147,243)
#EA9DF4
(234,157,244)
#ECA7F5
(236,167,245)
#EEB1F6
(238,177,246)
#F0BBF7
(240,187,247)
#F2C5F8
(242,197,248)
#F4CFF9
(244,207,249)
#F6D9FA
(246,217,250)
#F8E3FB
(248,227,251)
#FAEDFC
(250,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E689F2; }

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

This text font color is #E689F2.


Background Color

.myBgColor { background-color: #E689F2; }

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

This div background color is #E689F2.


Border color

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

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

This div border color is #E689F2.


Opacity

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

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

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

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

This text has shadow with #E689F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E689F2 on black background.


Color preview on white background

This text has color #E689F2 on white background.



Black color preview on #E689F2 background

This text has black color on #E689F2 background.


White color preview on #E689F2 background

This text has white color on #E689F2 background.