COLOR #E5C2FF

HEX: #E5C2FF
RGB: (229,194,255)

Renk bilgisi

#E5C2FF contains mainly red and blue colors. #E5C2FF ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#E5C2FF color RGB value is (229,194,255).

  • kırmız ton 229;
  • yeşil ton 194;
  • mavi ton 255.
RGB:
(229,194,255)
(90%,76%,100%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 194 of 255 = 76%
B 255 of 255 = 100%

229
194
255

R + G + B ~ 89%. #E5C2FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 194 + 255 = 678 (100%)
R 229 of 678 ~ 33.78%
G 194 of 678 ~ 28.61%
B 255 of 678 ~ 37.61%

%33.78
%28.61
%37.61

CMYK RENK MODELİ

#E5C2FF rengi CMYK tonu (10,24,0,0).

  • camgöbeği tonu 10.20%
  • eflatun tonu 23.92%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(10,24,0,0)
C10M24Y0K0 
(10%,24%,0%,0%)
(0.10/0.24/0.00/0.00)	

CMYK yüzdeleri

%10.2
%23.92
%0
%0

Codes

Color #E5C2FF in popluar color models

E5C2FF
RGB229194255
HSL274°100.00%88.04%
HSB/HSV274°23.92%100.00%
CMYK10.20%23.92%0.00%
0.00%

Color #E5C2FF in popluar number systems.

HEXE5C2FF
Decimal229194255
Binary111001011100001011111111
Octal345302377

Shades and tints

Shades of #E5C2FF

#E5C2FF
(229,194,255)
#D1B1E8
(209,177,232)
#BDA0D1
(189,160,209)
#A98FBA
(169,143,186)
#957EA3
(149,126,163)
#816D8C
(129,109,140)
#6D5C75
(109,92,117)
#594B5E
(89,75,94)
#453A47
(69,58,71)
#312930
(49,41,48)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #E5C2FF

#E5C2FF
(229,194,255)
#E7C7FF
(231,199,255)
#E9CCFF
(233,204,255)
#EBD1FF
(235,209,255)
#EDD6FF
(237,214,255)
#EFDBFF
(239,219,255)
#F1E0FF
(241,224,255)
#F3E5FF
(243,229,255)
#F5EAFF
(245,234,255)
#F7EFFF
(247,239,255)
#F9F4FF
(249,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C2FF color. Also use rgb(229,194,255) instead hex code.

Text Font Color

.myTextColor { color: #E5C2FF; }

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

This text font color is #E5C2FF.


Background Color

.myBgColor { background-color: #E5C2FF; }

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

This div background color is #E5C2FF.


Border color

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

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

This div border color is #E5C2FF.


Opacity

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

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

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

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

This text has shadow with #E5C2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C2FF on black background.


Color preview on white background

This text has color #E5C2FF on white background.



Black color preview on #E5C2FF background

This text has black color on #E5C2FF background.


White color preview on #E5C2FF background

This text has white color on #E5C2FF background.