COLOR #E689C8

HEX: #E689C8
RGB: (230,137,200)

Renk bilgisi

#E689C8 contains mainly red and blue colors. #E689C8 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E689C8 color RGB value is (230,137,200).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 137 of 255 = 54%
B 200 of 255 = 78%

230
137
200

R + G + B ~ 74%. #E689C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 137 + 200 = 567 (100%)
R 230 of 567 ~ 40.56%
G 137 of 567 ~ 24.16%
B 200 of 567 ~ 35.27%

%40.56
%24.16
%35.27

CMYK RENK MODELİ

#E689C8 rengi CMYK tonu (0,40,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.43%
  • sarı tonu 13.04%
  • ana renk tonu 9.80%
CMYK:
(0,40,13,10)
C0M40Y13K10 
(0%,40%,13%,10%)
(0.00/0.40/0.13/0.10)	

CMYK yüzdeleri

%0
%40.43
%13.04
%9.8

Codes

Color #E689C8 in popluar color models

E689C8
RGB230137200
HSL319°65.03%71.96%
HSB/HSV319°40.43%90.20%
CMYK0.00%40.43%13.04%
9.80%

Color #E689C8 in popluar number systems.

HEXE689C8
Decimal230137200
Binary111001101000100111001000
Octal346211310

Shades and tints

Shades of #E689C8

#E689C8
(230,137,200)
#D27DB6
(210,125,182)
#BE71A4
(190,113,164)
#AA6592
(170,101,146)
#965980
(150,89,128)
#824D6E
(130,77,110)
#6E415C
(110,65,92)
#5A354A
(90,53,74)
#462938
(70,41,56)
#321D26
(50,29,38)
#1E1114
(30,17,20)
#000000
(0,0,0)

Tints of #E689C8

#E689C8
(230,137,200)
#E893CD
(232,147,205)
#EA9DD2
(234,157,210)
#ECA7D7
(236,167,215)
#EEB1DC
(238,177,220)
#F0BBE1
(240,187,225)
#F2C5E6
(242,197,230)
#F4CFEB
(244,207,235)
#F6D9F0
(246,217,240)
#F8E3F5
(248,227,245)
#FAEDFA
(250,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E689C8; }

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

This text font color is #E689C8.


Background Color

.myBgColor { background-color: #E689C8; }

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

This div background color is #E689C8.


Border color

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

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

This div border color is #E689C8.


Opacity

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

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

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

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

This text has shadow with #E689C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E689C8 on black background.


Color preview on white background

This text has color #E689C8 on white background.



Black color preview on #E689C8 background

This text has black color on #E689C8 background.


White color preview on #E689C8 background

This text has white color on #E689C8 background.