COLOR #E596E7

HEX: #E596E7
RGB: (229,150,231)

Renk bilgisi

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

RGB renk modeli

#E596E7 color RGB value is (229,150,231).

  • kırmız ton 229;
  • yeşil ton 150;
  • mavi ton 231.
RGB:
(229,150,231)
(90%,59%,91%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 150 of 255 = 59%
B 231 of 255 = 91%

229
150
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 150 + 231 = 610 (100%)
R 229 of 610 ~ 37.54%
G 150 of 610 ~ 24.59%
B 231 of 610 ~ 37.87%

%37.54
%24.59
%37.87

CMYK RENK MODELİ

#E596E7 rengi CMYK tonu (1,35,0,9).

  • camgöbeği tonu 0.87%
  • eflatun tonu 35.06%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(1,35,0,9)
C1M35Y0K9 
(1%,35%,0%,9%)
(0.01/0.35/0.00/0.09)	

CMYK yüzdeleri

%0.87
%35.06
%0
%9.41

Codes

Color #E596E7 in popluar color models

E596E7
RGB229150231
HSL299°62.79%74.71%
HSB/HSV299°35.06%90.59%
CMYK0.87%35.06%0.00%
9.41%

Color #E596E7 in popluar number systems.

HEXE596E7
Decimal229150231
Binary111001011001011011100111
Octal345226347

Shades and tints

Shades of #E596E7

#E596E7
(229,150,231)
#D189D2
(209,137,210)
#BD7CBD
(189,124,189)
#A96FA8
(169,111,168)
#956293
(149,98,147)
#81557E
(129,85,126)
#6D4869
(109,72,105)
#593B54
(89,59,84)
#452E3F
(69,46,63)
#31212A
(49,33,42)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #E596E7

#E596E7
(229,150,231)
#E79FE9
(231,159,233)
#E9A8EB
(233,168,235)
#EBB1ED
(235,177,237)
#EDBAEF
(237,186,239)
#EFC3F1
(239,195,241)
#F1CCF3
(241,204,243)
#F3D5F5
(243,213,245)
#F5DEF7
(245,222,247)
#F7E7F9
(247,231,249)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E596E7 color. Also use rgb(229,150,231) instead hex code.

Text Font Color

.myTextColor { color: #E596E7; }

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

This text font color is #E596E7.


Background Color

.myBgColor { background-color: #E596E7; }

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

This div background color is #E596E7.


Border color

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

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

This div border color is #E596E7.


Opacity

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

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

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

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

This text has shadow with #E596E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E596E7 on black background.


Color preview on white background

This text has color #E596E7 on white background.



Black color preview on #E596E7 background

This text has black color on #E596E7 background.


White color preview on #E596E7 background

This text has white color on #E596E7 background.