COLOR #E199DD

HEX: #E199DD
RGB: (225,153,221)

Renk bilgisi

#E199DD contains mainly red and blue colors. #E199DD ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E199DD color RGB value is (225,153,221).

  • kırmız ton 225;
  • yeşil ton 153;
  • mavi ton 221.
RGB:
(225,153,221)
(88%,60%,87%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 153 of 255 = 60%
B 221 of 255 = 87%

225
153
221

R + G + B ~ 78%. #E199DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 153 + 221 = 599 (100%)
R 225 of 599 ~ 37.56%
G 153 of 599 ~ 25.54%
B 221 of 599 ~ 36.89%

%37.56
%25.54
%36.89

CMYK RENK MODELİ

#E199DD rengi CMYK tonu (0,32,2,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.00%
  • sarı tonu 1.78%
  • ana renk tonu 11.76%
CMYK:
(0,32,2,12)
C0M32Y2K12 
(0%,32%,2%,12%)
(0.00/0.32/0.02/0.12)	

CMYK yüzdeleri

%0
%32
%1.78
%11.76

Codes

Color #E199DD in popluar color models

E199DD
RGB225153221
HSL303°54.55%74.12%
HSB/HSV303°32.00%88.24%
CMYK0.00%32.00%1.78%
11.76%

Color #E199DD in popluar number systems.

HEXE199DD
Decimal225153221
Binary111000011001100111011101
Octal341231335

Shades and tints

Shades of #E199DD

#E199DD
(225,153,221)
#CD8CC9
(205,140,201)
#B97FB5
(185,127,181)
#A572A1
(165,114,161)
#91658D
(145,101,141)
#7D5879
(125,88,121)
#694B65
(105,75,101)
#553E51
(85,62,81)
#41313D
(65,49,61)
#2D2429
(45,36,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E199DD

#E199DD
(225,153,221)
#E3A2E0
(227,162,224)
#E5ABE3
(229,171,227)
#E7B4E6
(231,180,230)
#E9BDE9
(233,189,233)
#EBC6EC
(235,198,236)
#EDCFEF
(237,207,239)
#EFD8F2
(239,216,242)
#F1E1F5
(241,225,245)
#F3EAF8
(243,234,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E199DD color. Also use rgb(225,153,221) instead hex code.

Text Font Color

.myTextColor { color: #E199DD; }

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

This text font color is #E199DD.


Background Color

.myBgColor { background-color: #E199DD; }

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

This div background color is #E199DD.


Border color

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

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

This div border color is #E199DD.


Opacity

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

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

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

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

This text has shadow with #E199DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E199DD on black background.


Color preview on white background

This text has color #E199DD on white background.



Black color preview on #E199DD background

This text has black color on #E199DD background.


White color preview on #E199DD background

This text has white color on #E199DD background.