COLOR #E08299

HEX: #E08299 RGB: (224,130,153)

Color info

#E08299 contains mainly red color. Web safe color of #E08299 is #CC9999 (or #C99).

RGB color model

#E08299 color RGB value is (224,130,153).

RGB: (224,130,153) (88%, 51%, 60%)

RGB channels and saturation

R 224 of 255 = 88%
G 130 of 255 = 51%
B 153 of 255 = 60%

224
130
153

R + G + B ~ 66%. #E08299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 130 + 153 = 507 (100%)
R 224 of 507 ~ 44.18%
G 130 of 507 ~ 25.64%
B 153 of 507 ~ 30.18'%

%44.18
%25.64
%30.18

CMYK color model

#E08299 color CMYK value is (0,42,32,12).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 31.70%
  • key color value is 12.16%

CMYK: (0,42,32,12)
C0M42Y32K12 (0%, 42%, 32%, 12%)
(0.00 / 0.42 / 0.32 / 0.12)

CMYK percentages

%0
%41.96
%31.7
%12.16

Codes

Color #E08299 in popluar color models

E0 82 99
RGB 224 130 153
HSL 345° 60.26% 69.41%
HSB/HSV 345° 41.96% 87.84%
CMYK 0.00% 41.96% 31.70%
12.16%

Color #E08299 in popluar number systems.

HEX E0 82 99
Decimal 224 130 153
Binary 11100000 10000010 10011001
Octal 340 202 231

Shades and tints

Shades of #E08299

#E08299
(224,130,153)
#CC778C
(204,119,140)
#B86C7F
(184,108,127)
#A46172
(164,97,114)
#905665
(144,86,101)
#7C4B58
(124,75,88)
#68404B
(104,64,75)
#54353E
(84,53,62)
#402A31
(64,42,49)
#2C1F24
(44,31,36)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #E08299

#E08299
(224,130,153)
#E28DA2
(226,141,162)
#E498AB
(228,152,171)
#E6A3B4
(230,163,180)
#E8AEBD
(232,174,189)
#EAB9C6
(234,185,198)
#ECC4CF
(236,196,207)
#EECFD8
(238,207,216)
#F0DAE1
(240,218,225)
#F2E5EA
(242,229,234)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08299; }

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

This text font color is #E08299.

Background Color

.myBgColor { background-color: #E08299; }

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

This div background color is #E08299.

Border color

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

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

This div border color is #E08299.

Opacity

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

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

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

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

This text has shadow with #E08299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E08299.

Preview

Color preview on black background

This text has color #E08299 on black background.


Color preview on white background

This text has color #E08299 on white background.


Black color preview on #E08299 background

This text has black color on #E08299 background.


White color preview on #E08299 background

This text has white color on #E08299 background.


Related colors

Complementary color

Complementary color for #hex is #1F7D66.


I love getcolorcode.com

Triadic colors

1 #99E082 and #8299E0 with #E08299 are triadic colors.

2 #9982E0 and #82E099 with #E08299 are triadic colors.