COLOR #E598D6

HEX: #E598D6
RGB: (229,152,214)

Renk bilgisi

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

RGB renk modeli

#E598D6 color RGB value is (229,152,214).

  • kırmız ton 229;
  • yeşil ton 152;
  • mavi ton 214.
RGB:
(229,152,214)
(90%,60%,84%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 152 of 255 = 60%
B 214 of 255 = 84%

229
152
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 152 + 214 = 595 (100%)
R 229 of 595 ~ 38.49%
G 152 of 595 ~ 25.55%
B 214 of 595 ~ 35.97%

%38.49
%25.55
%35.97

CMYK RENK MODELİ

#E598D6 rengi CMYK tonu (0,34,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.62%
  • sarı tonu 6.55%
  • ana renk tonu 10.20%
CMYK:
(0,34,7,10)
C0M34Y7K10 
(0%,34%,7%,10%)
(0.00/0.34/0.07/0.10)	

CMYK yüzdeleri

%0
%33.62
%6.55
%10.2

Codes

Color #E598D6 in popluar color models

E598D6
RGB229152214
HSL312°59.69%74.71%
HSB/HSV312°33.62%89.80%
CMYK0.00%33.62%6.55%
10.20%

Color #E598D6 in popluar number systems.

HEXE598D6
Decimal229152214
Binary111001011001100011010110
Octal345230326

Shades and tints

Shades of #E598D6

#E598D6
(229,152,214)
#D18BC3
(209,139,195)
#BD7EB0
(189,126,176)
#A9719D
(169,113,157)
#95648A
(149,100,138)
#815777
(129,87,119)
#6D4A64
(109,74,100)
#593D51
(89,61,81)
#45303E
(69,48,62)
#31232B
(49,35,43)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #E598D6

#E598D6
(229,152,214)
#E7A1D9
(231,161,217)
#E9AADC
(233,170,220)
#EBB3DF
(235,179,223)
#EDBCE2
(237,188,226)
#EFC5E5
(239,197,229)
#F1CEE8
(241,206,232)
#F3D7EB
(243,215,235)
#F5E0EE
(245,224,238)
#F7E9F1
(247,233,241)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E598D6 color. Also use rgb(229,152,214) instead hex code.

Text Font Color

.myTextColor { color: #E598D6; }

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

This text font color is #E598D6.


Background Color

.myBgColor { background-color: #E598D6; }

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

This div background color is #E598D6.


Border color

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

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

This div border color is #E598D6.


Opacity

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

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

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

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

This text has shadow with #E598D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E598D6 on black background.


Color preview on white background

This text has color #E598D6 on white background.



Black color preview on #E598D6 background

This text has black color on #E598D6 background.


White color preview on #E598D6 background

This text has white color on #E598D6 background.