COLOR #E76385

HEX: #E76385
RGB: (231,99,133)

Renk bilgisi

#E76385 contains mainly red color. #E76385 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#E76385 color RGB value is (231,99,133).

  • kırmız ton 231;
  • yeşil ton 99;
  • mavi ton 133.
RGB:
(231,99,133)
(91%,39%,52%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 99 of 255 = 39%
B 133 of 255 = 52%

231
99
133

R + G + B ~ 61%. #E76385 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 99 + 133 = 463 (100%)
R 231 of 463 ~ 49.89%
G 99 of 463 ~ 21.38%
B 133 of 463 ~ 28.73%

%49.89
%21.38
%28.73

CMYK RENK MODELİ

#E76385 rengi CMYK tonu (0,57,42,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.14%
  • sarı tonu 42.42%
  • ana renk tonu 9.41%
CMYK:
(0,57,42,9)
C0M57Y42K9 
(0%,57%,42%,9%)
(0.00/0.57/0.42/0.09)	

CMYK yüzdeleri

%0
%57.14
%42.42
%9.41

Codes

Color #E76385 in popluar color models

E76385
RGB23199133
HSL345°73.33%64.71%
HSB/HSV345°57.14%90.59%
CMYK0.00%57.14%42.42%
9.41%

Color #E76385 in popluar number systems.

HEXE76385
Decimal23199133
Binary11100111110001110000101
Octal347143205

Shades and tints

Shades of #E76385

#E76385
(231,99,133)
#D25A79
(210,90,121)
#BD516D
(189,81,109)
#A84861
(168,72,97)
#933F55
(147,63,85)
#7E3649
(126,54,73)
#692D3D
(105,45,61)
#542431
(84,36,49)
#3F1B25
(63,27,37)
#2A1219
(42,18,25)
#15090D
(21,9,13)
#000000
(0,0,0)

Tints of #E76385

#E76385
(231,99,133)
#E97190
(233,113,144)
#EB7F9B
(235,127,155)
#ED8DA6
(237,141,166)
#EF9BB1
(239,155,177)
#F1A9BC
(241,169,188)
#F3B7C7
(243,183,199)
#F5C5D2
(245,197,210)
#F7D3DD
(247,211,221)
#F9E1E8
(249,225,232)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76385 color. Also use rgb(231,99,133) instead hex code.

Text Font Color

.myTextColor { color: #E76385; }

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

This text font color is #E76385.


Background Color

.myBgColor { background-color: #E76385; }

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

This div background color is #E76385.


Border color

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

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

This div border color is #E76385.


Opacity

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

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

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

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

This text has shadow with #E76385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76385 on black background.


Color preview on white background

This text has color #E76385 on white background.



Black color preview on #E76385 background

This text has black color on #E76385 background.


White color preview on #E76385 background

This text has white color on #E76385 background.