COLOR #E59999

HEX: #E59999 RGB: (229,153,153)

Renk bilgisi

#E59999 contains mainly red color. #E59999 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E59999 color RGB value is (229,153,153).

RGB: (229,153,153) (90%, 60%, 60%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 153 of 255 = 60%
B 153 of 255 = 60%

229
153
153

R + G + B ~ 70%. #E59999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 229 + 153 + 153 = 535 (100%)
R 229 of 535 ~ 42.8%
G 153 of 535 ~ 28.6%
B 153 of 535 ~ 28.6'%

%42.8
%28.6
%28.6

CMYK RENK MODELİ

#E59999 rengi CMYK tonu (0,33,33,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.19%
  • sarı tonu 33.19%
  • ana renk tonu 10.20%

CMYK: (0,33,33,10)
C0M33Y33K10 (0%, 33%, 33%, 10%)
(0.00 / 0.33 / 0.33 / 0.10)

CMYK yüzdeleri

%0
%33.19
%33.19
%10.2

Codes

Color #E59999 in popluar color models

E5 99 99
RGB 229 153 153
HSL 59.38% 74.90%
HSB/HSV 33.19% 89.80%
CMYK 0.00% 33.19% 33.19%
10.20%

Color #E59999 in popluar number systems.

HEX E5 99 99
Decimal 229 153 153
Binary 11100101 10011001 10011001
Octal 345 231 231

Shades and tints

Shades of #E59999

#E59999
(229,153,153)
#D18C8C
(209,140,140)
#BD7F7F
(189,127,127)
#A97272
(169,114,114)
#956565
(149,101,101)
#815858
(129,88,88)
#6D4B4B
(109,75,75)
#593E3E
(89,62,62)
#453131
(69,49,49)
#312424
(49,36,36)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #E59999

#E59999
(229,153,153)
#E7A2A2
(231,162,162)
#E9ABAB
(233,171,171)
#EBB4B4
(235,180,180)
#EDBDBD
(237,189,189)
#EFC6C6
(239,198,198)
#F1CFCF
(241,207,207)
#F3D8D8
(243,216,216)
#F5E1E1
(245,225,225)
#F7EAEA
(247,234,234)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59999; }

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

This text font color is #E59999.

Background Color

.myBgColor { background-color: #E59999; }

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

This div background color is #E59999.

Border color

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

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

This div border color is #E59999.

Opacity

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

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

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

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

This text has shadow with #E59999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59999.

Preview

Color preview on black background

This text has color #E59999 on black background.


Color preview on white background

This text has color #E59999 on white background.


Black color preview on #E59999 background

This text has black color on #E59999 background.


White color preview on #E59999 background

This text has white color on #E59999 background.


Related colors

Complementary color

Complementary color for #hex is #1A6666.


I love getcolorcode.com