COLOR #E690B5

HEX: #E690B5
RGB: (230,144,181)

Renk bilgisi

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

RGB renk modeli

#E690B5 color RGB value is (230,144,181).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 144 of 255 = 56%
B 181 of 255 = 71%

230
144
181

R + G + B ~ 72%. #E690B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 144 + 181 = 555 (100%)
R 230 of 555 ~ 41.44%
G 144 of 555 ~ 25.95%
B 181 of 555 ~ 32.61%

%41.44
%25.95
%32.61

CMYK RENK MODELİ

#E690B5 rengi CMYK tonu (0,37,21,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.39%
  • sarı tonu 21.30%
  • ana renk tonu 9.80%
CMYK:
(0,37,21,10)
C0M37Y21K10 
(0%,37%,21%,10%)
(0.00/0.37/0.21/0.10)	

CMYK yüzdeleri

%0
%37.39
%21.3
%9.8

Codes

Color #E690B5 in popluar color models

E690B5
RGB230144181
HSL334°63.24%73.33%
HSB/HSV334°37.39%90.20%
CMYK0.00%37.39%21.30%
9.80%

Color #E690B5 in popluar number systems.

HEXE690B5
Decimal230144181
Binary111001101001000010110101
Octal346220265

Shades and tints

Shades of #E690B5

#E690B5
(230,144,181)
#D283A5
(210,131,165)
#BE7695
(190,118,149)
#AA6985
(170,105,133)
#965C75
(150,92,117)
#824F65
(130,79,101)
#6E4255
(110,66,85)
#5A3545
(90,53,69)
#462835
(70,40,53)
#321B25
(50,27,37)
#1E0E15
(30,14,21)
#000000
(0,0,0)

Tints of #E690B5

#E690B5
(230,144,181)
#E89ABB
(232,154,187)
#EAA4C1
(234,164,193)
#ECAEC7
(236,174,199)
#EEB8CD
(238,184,205)
#F0C2D3
(240,194,211)
#F2CCD9
(242,204,217)
#F4D6DF
(244,214,223)
#F6E0E5
(246,224,229)
#F8EAEB
(248,234,235)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E690B5; }

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

This text font color is #E690B5.


Background Color

.myBgColor { background-color: #E690B5; }

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

This div background color is #E690B5.


Border color

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

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

This div border color is #E690B5.


Opacity

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

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

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

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

This text has shadow with #E690B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E690B5 on black background.


Color preview on white background

This text has color #E690B5 on white background.



Black color preview on #E690B5 background

This text has black color on #E690B5 background.


White color preview on #E690B5 background

This text has white color on #E690B5 background.