COLOR #E76DD4

HEX: #E76DD4
RGB: (231,109,212)

Renk bilgisi

#E76DD4 contains mainly red and blue colors. #E76DD4 ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#E76DD4 color RGB value is (231,109,212).

  • kırmız ton 231;
  • yeşil ton 109;
  • mavi ton 212.
RGB:
(231,109,212)
(91%,43%,83%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 109 of 255 = 43%
B 212 of 255 = 83%

231
109
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 109 + 212 = 552 (100%)
R 231 of 552 ~ 41.85%
G 109 of 552 ~ 19.75%
B 212 of 552 ~ 38.41%

%41.85
%19.75
%38.41

CMYK RENK MODELİ

#E76DD4 rengi CMYK tonu (0,53,8,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.81%
  • sarı tonu 8.23%
  • ana renk tonu 9.41%
CMYK:
(0,53,8,9)
C0M53Y8K9 
(0%,53%,8%,9%)
(0.00/0.53/0.08/0.09)	

CMYK yüzdeleri

%0
%52.81
%8.23
%9.41

Codes

Color #E76DD4 in popluar color models

E76DD4
RGB231109212
HSL309°71.76%66.67%
HSB/HSV309°52.81%90.59%
CMYK0.00%52.81%8.23%
9.41%

Color #E76DD4 in popluar number systems.

HEXE76DD4
Decimal231109212
Binary11100111110110111010100
Octal347155324

Shades and tints

Shades of #E76DD4

#E76DD4
(231,109,212)
#D264C1
(210,100,193)
#BD5BAE
(189,91,174)
#A8529B
(168,82,155)
#934988
(147,73,136)
#7E4075
(126,64,117)
#693762
(105,55,98)
#542E4F
(84,46,79)
#3F253C
(63,37,60)
#2A1C29
(42,28,41)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #E76DD4

#E76DD4
(231,109,212)
#E97AD7
(233,122,215)
#EB87DA
(235,135,218)
#ED94DD
(237,148,221)
#EFA1E0
(239,161,224)
#F1AEE3
(241,174,227)
#F3BBE6
(243,187,230)
#F5C8E9
(245,200,233)
#F7D5EC
(247,213,236)
#F9E2EF
(249,226,239)
#FBEFF2
(251,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76DD4 color. Also use rgb(231,109,212) instead hex code.

Text Font Color

.myTextColor { color: #E76DD4; }

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

This text font color is #E76DD4.


Background Color

.myBgColor { background-color: #E76DD4; }

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

This div background color is #E76DD4.


Border color

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

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

This div border color is #E76DD4.


Opacity

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

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

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

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

This text has shadow with #E76DD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76DD4 on black background.


Color preview on white background

This text has color #E76DD4 on white background.



Black color preview on #E76DD4 background

This text has black color on #E76DD4 background.


White color preview on #E76DD4 background

This text has white color on #E76DD4 background.