COLOR #E76DF4

HEX: #E76DF4
RGB: (231,109,244)

Renk bilgisi

#E76DF4 contains mainly red and blue colors. #E76DF4 ‘ nin web güvenlik rengi #FF66FF (ya da #F6F) dir.

RGB renk modeli

#E76DF4 color RGB value is (231,109,244).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 109 of 255 = 43%
B 244 of 255 = 96%

231
109
244

R + G + B ~ 77%. #E76DF4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 109 + 244 = 584 (100%)
R 231 of 584 ~ 39.55%
G 109 of 584 ~ 18.66%
B 244 of 584 ~ 41.78%

%39.55
%18.66
%41.78

CMYK RENK MODELİ

#E76DF4 rengi CMYK tonu (5,55,0,4).

  • camgöbeği tonu 5.33%
  • eflatun tonu 55.33%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(5,55,0,4)
C5M55Y0K4 
(5%,55%,0%,4%)
(0.05/0.55/0.00/0.04)	

CMYK yüzdeleri

%5.33
%55.33
%0
%4.31

Codes

Color #E76DF4 in popluar color models

E76DF4
RGB231109244
HSL294°85.99%69.22%
HSB/HSV294°55.33%95.69%
CMYK5.33%55.33%0.00%
4.31%

Color #E76DF4 in popluar number systems.

HEXE76DF4
Decimal231109244
Binary11100111110110111110100
Octal347155364

Shades and tints

Shades of #E76DF4

#E76DF4
(231,109,244)
#D264DE
(210,100,222)
#BD5BC8
(189,91,200)
#A852B2
(168,82,178)
#93499C
(147,73,156)
#7E4086
(126,64,134)
#693770
(105,55,112)
#542E5A
(84,46,90)
#3F2544
(63,37,68)
#2A1C2E
(42,28,46)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #E76DF4

#E76DF4
(231,109,244)
#E97AF5
(233,122,245)
#EB87F6
(235,135,246)
#ED94F7
(237,148,247)
#EFA1F8
(239,161,248)
#F1AEF9
(241,174,249)
#F3BBFA
(243,187,250)
#F5C8FB
(245,200,251)
#F7D5FC
(247,213,252)
#F9E2FD
(249,226,253)
#FBEFFE
(251,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E76DF4; }

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

This text font color is #E76DF4.


Background Color

.myBgColor { background-color: #E76DF4; }

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

This div background color is #E76DF4.


Border color

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

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

This div border color is #E76DF4.


Opacity

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

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

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

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

This text has shadow with #E76DF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76DF4 on black background.


Color preview on white background

This text has color #E76DF4 on white background.



Black color preview on #E76DF4 background

This text has black color on #E76DF4 background.


White color preview on #E76DF4 background

This text has white color on #E76DF4 background.