COLOR #E77EFF

HEX: #E77EFF
RGB: (231,126,255)

Renk bilgisi

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

RGB renk modeli

#E77EFF color RGB value is (231,126,255).

  • kırmız ton 231;
  • yeşil ton 126;
  • mavi ton 255.
RGB:
(231,126,255)
(91%,49%,100%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 126 of 255 = 49%
B 255 of 255 = 100%

231
126
255

R + G + B ~ 80%. #E77EFF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 126 + 255 = 612 (100%)
R 231 of 612 ~ 37.75%
G 126 of 612 ~ 20.59%
B 255 of 612 ~ 41.67%

%37.75
%20.59
%41.67

CMYK RENK MODELİ

#E77EFF rengi CMYK tonu (9,51,0,0).

  • camgöbeği tonu 9.41%
  • eflatun tonu 50.59%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(9,51,0,0)
C9M51Y0K0 
(9%,51%,0%,0%)
(0.09/0.51/0.00/0.00)	

CMYK yüzdeleri

%9.41
%50.59
%0
%0

Codes

Color #E77EFF in popluar color models

E77EFF
RGB231126255
HSL289°100.00%74.71%
HSB/HSV289°50.59%100.00%
CMYK9.41%50.59%0.00%
0.00%

Color #E77EFF in popluar number systems.

HEXE77EFF
Decimal231126255
Binary11100111111111011111111
Octal347176377

Shades and tints

Shades of #E77EFF

#E77EFF
(231,126,255)
#D273E8
(210,115,232)
#BD68D1
(189,104,209)
#A85DBA
(168,93,186)
#9352A3
(147,82,163)
#7E478C
(126,71,140)
#693C75
(105,60,117)
#54315E
(84,49,94)
#3F2647
(63,38,71)
#2A1B30
(42,27,48)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #E77EFF

#E77EFF
(231,126,255)
#E989FF
(233,137,255)
#EB94FF
(235,148,255)
#ED9FFF
(237,159,255)
#EFAAFF
(239,170,255)
#F1B5FF
(241,181,255)
#F3C0FF
(243,192,255)
#F5CBFF
(245,203,255)
#F7D6FF
(247,214,255)
#F9E1FF
(249,225,255)
#FBECFF
(251,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77EFF color. Also use rgb(231,126,255) instead hex code.

Text Font Color

.myTextColor { color: #E77EFF; }

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

This text font color is #E77EFF.


Background Color

.myBgColor { background-color: #E77EFF; }

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

This div background color is #E77EFF.


Border color

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

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

This div border color is #E77EFF.


Opacity

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

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

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

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

This text has shadow with #E77EFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77EFF on black background.


Color preview on white background

This text has color #E77EFF on white background.



Black color preview on #E77EFF background

This text has black color on #E77EFF background.


White color preview on #E77EFF background

This text has white color on #E77EFF background.