COLOR #E685C7

HEX: #E685C7
RGB: (230,133,199)

Renk bilgisi

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

RGB renk modeli

#E685C7 color RGB value is (230,133,199).

  • kırmız ton 230;
  • yeşil ton 133;
  • mavi ton 199.
RGB:
(230,133,199)
(90%,52%,78%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 133 of 255 = 52%
B 199 of 255 = 78%

230
133
199

R + G + B ~ 73%. #E685C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 133 + 199 = 562 (100%)
R 230 of 562 ~ 40.93%
G 133 of 562 ~ 23.67%
B 199 of 562 ~ 35.41%

%40.93
%23.67
%35.41

CMYK RENK MODELİ

#E685C7 rengi CMYK tonu (0,42,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.17%
  • sarı tonu 13.48%
  • ana renk tonu 9.80%
CMYK:
(0,42,13,10)
C0M42Y13K10 
(0%,42%,13%,10%)
(0.00/0.42/0.13/0.10)	

CMYK yüzdeleri

%0
%42.17
%13.48
%9.8

Codes

Color #E685C7 in popluar color models

E685C7
RGB230133199
HSL319°65.99%71.18%
HSB/HSV319°42.17%90.20%
CMYK0.00%42.17%13.48%
9.80%

Color #E685C7 in popluar number systems.

HEXE685C7
Decimal230133199
Binary111001101000010111000111
Octal346205307

Shades and tints

Shades of #E685C7

#E685C7
(230,133,199)
#D279B5
(210,121,181)
#BE6DA3
(190,109,163)
#AA6191
(170,97,145)
#96557F
(150,85,127)
#82496D
(130,73,109)
#6E3D5B
(110,61,91)
#5A3149
(90,49,73)
#462537
(70,37,55)
#321925
(50,25,37)
#1E0D13
(30,13,19)
#000000
(0,0,0)

Tints of #E685C7

#E685C7
(230,133,199)
#E890CC
(232,144,204)
#EA9BD1
(234,155,209)
#ECA6D6
(236,166,214)
#EEB1DB
(238,177,219)
#F0BCE0
(240,188,224)
#F2C7E5
(242,199,229)
#F4D2EA
(244,210,234)
#F6DDEF
(246,221,239)
#F8E8F4
(248,232,244)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E685C7 color. Also use rgb(230,133,199) instead hex code.

Text Font Color

.myTextColor { color: #E685C7; }

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

This text font color is #E685C7.


Background Color

.myBgColor { background-color: #E685C7; }

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

This div background color is #E685C7.


Border color

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

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

This div border color is #E685C7.


Opacity

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

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

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

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

This text has shadow with #E685C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E685C7 on black background.


Color preview on white background

This text has color #E685C7 on white background.



Black color preview on #E685C7 background

This text has black color on #E685C7 background.


White color preview on #E685C7 background

This text has white color on #E685C7 background.