COLOR #E495EB

HEX: #E495EB
RGB: (228,149,235)

Renk bilgisi

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

RGB renk modeli

#E495EB color RGB value is (228,149,235).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 149 of 255 = 58%
B 235 of 255 = 92%

228
149
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 149 + 235 = 612 (100%)
R 228 of 612 ~ 37.25%
G 149 of 612 ~ 24.35%
B 235 of 612 ~ 38.4%

%37.25
%24.35
%38.4

CMYK RENK MODELİ

#E495EB rengi CMYK tonu (3,37,0,8).

  • camgöbeği tonu 2.98%
  • eflatun tonu 36.60%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(3,37,0,8)
C3M37Y0K8 
(3%,37%,0%,8%)
(0.03/0.37/0.00/0.08)	

CMYK yüzdeleri

%2.98
%36.6
%0
%7.84

Codes

Color #E495EB in popluar color models

E495EB
RGB228149235
HSL295°68.25%75.29%
HSB/HSV295°36.60%92.16%
CMYK2.98%36.60%0.00%
7.84%

Color #E495EB in popluar number systems.

HEXE495EB
Decimal228149235
Binary111001001001010111101011
Octal344225353

Shades and tints

Shades of #E495EB

#E495EB
(228,149,235)
#D088D6
(208,136,214)
#BC7BC1
(188,123,193)
#A86EAC
(168,110,172)
#946197
(148,97,151)
#805482
(128,84,130)
#6C476D
(108,71,109)
#583A58
(88,58,88)
#442D43
(68,45,67)
#30202E
(48,32,46)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #E495EB

#E495EB
(228,149,235)
#E69EEC
(230,158,236)
#E8A7ED
(232,167,237)
#EAB0EE
(234,176,238)
#ECB9EF
(236,185,239)
#EEC2F0
(238,194,240)
#F0CBF1
(240,203,241)
#F2D4F2
(242,212,242)
#F4DDF3
(244,221,243)
#F6E6F4
(246,230,244)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E495EB; }

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

This text font color is #E495EB.


Background Color

.myBgColor { background-color: #E495EB; }

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

This div background color is #E495EB.


Border color

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

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

This div border color is #E495EB.


Opacity

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

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

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

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

This text has shadow with #E495EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E495EB on black background.


Color preview on white background

This text has color #E495EB on white background.



Black color preview on #E495EB background

This text has black color on #E495EB background.


White color preview on #E495EB background

This text has white color on #E495EB background.