COLOR #E49BEB

HEX: #E49BEB
RGB: (228,155,235)

Renk bilgisi

#E49BEB contains mainly red and blue colors. #E49BEB ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#E49BEB color RGB value is (228,155,235).

  • kırmız ton 228;
  • yeşil ton 155;
  • mavi ton 235.
RGB:
(228,155,235)
(89%,61%,92%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 155 of 255 = 61%
B 235 of 255 = 92%

228
155
235

R + G + B ~ 81%. #E49BEB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 155 + 235 = 618 (100%)
R 228 of 618 ~ 36.89%
G 155 of 618 ~ 25.08%
B 235 of 618 ~ 38.03%

%36.89
%25.08
%38.03

CMYK RENK MODELİ

#E49BEB rengi CMYK tonu (3,34,0,8).

  • camgöbeği tonu 2.98%
  • eflatun tonu 34.04%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(3,34,0,8)
C3M34Y0K8 
(3%,34%,0%,8%)
(0.03/0.34/0.00/0.08)	

CMYK yüzdeleri

%2.98
%34.04
%0
%7.84

Codes

Color #E49BEB in popluar color models

E49BEB
RGB228155235
HSL295°66.67%76.47%
HSB/HSV295°34.04%92.16%
CMYK2.98%34.04%0.00%
7.84%

Color #E49BEB in popluar number systems.

HEXE49BEB
Decimal228155235
Binary111001001001101111101011
Octal344233353

Shades and tints

Shades of #E49BEB

#E49BEB
(228,155,235)
#D08DD6
(208,141,214)
#BC7FC1
(188,127,193)
#A871AC
(168,113,172)
#946397
(148,99,151)
#805582
(128,85,130)
#6C476D
(108,71,109)
#583958
(88,57,88)
#442B43
(68,43,67)
#301D2E
(48,29,46)
#1C0F19
(28,15,25)
#000000
(0,0,0)

Tints of #E49BEB

#E49BEB
(228,155,235)
#E6A4EC
(230,164,236)
#E8ADED
(232,173,237)
#EAB6EE
(234,182,238)
#ECBFEF
(236,191,239)
#EEC8F0
(238,200,240)
#F0D1F1
(240,209,241)
#F2DAF2
(242,218,242)
#F4E3F3
(244,227,243)
#F6ECF4
(246,236,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49BEB color. Also use rgb(228,155,235) instead hex code.

Text Font Color

.myTextColor { color: #E49BEB; }

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

This text font color is #E49BEB.


Background Color

.myBgColor { background-color: #E49BEB; }

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

This div background color is #E49BEB.


Border color

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

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

This div border color is #E49BEB.


Opacity

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

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

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

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

This text has shadow with #E49BEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49BEB on black background.


Color preview on white background

This text has color #E49BEB on white background.



Black color preview on #E49BEB background

This text has black color on #E49BEB background.


White color preview on #E49BEB background

This text has white color on #E49BEB background.