COLOR #E08ACB

HEX: #E08ACB RGB: (224,138,203)

Color info

#E08ACB contains mainly red and blue colors. Web safe color of #E08ACB is #CC99CC (or #C9C).

RGB color model

#E08ACB color RGB value is (224,138,203).

RGB: (224,138,203) (88%, 54%, 80%)

RGB channels and saturation

R 224 of 255 = 88%
G 138 of 255 = 54%
B 203 of 255 = 80%

224
138
203

R + G + B ~ 74%. #E08ACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 138 + 203 = 565 (100%)
R 224 of 565 ~ 39.65%
G 138 of 565 ~ 24.42%
B 203 of 565 ~ 35.93'%

%39.65
%24.42
%35.93

CMYK color model

#E08ACB color CMYK value is (0,38,9,12).

  • cyan value is 0.00%
  • magenta value is 38.39%
  • yellow value is 9.38%
  • key color value is 12.16%

CMYK: (0,38,9,12)
C0M38Y9K12 (0%, 38%, 9%, 12%)
(0.00 / 0.38 / 0.09 / 0.12)

CMYK percentages

%0
%38.39
%9.38
%12.16

Codes

Color #E08ACB in popluar color models

E0 8A CB
RGB 224 138 203
HSL 315° 58.11% 70.98%
HSB/HSV 315° 38.39% 87.84%
CMYK 0.00% 38.39% 9.38%
12.16%

Color #E08ACB in popluar number systems.

HEX E0 8A CB
Decimal 224 138 203
Binary 11100000 10001010 11001011
Octal 340 212 313

Shades and tints

Shades of #E08ACB

#E08ACB
(224,138,203)
#CC7EB9
(204,126,185)
#B872A7
(184,114,167)
#A46695
(164,102,149)
#905A83
(144,90,131)
#7C4E71
(124,78,113)
#68425F
(104,66,95)
#54364D
(84,54,77)
#402A3B
(64,42,59)
#2C1E29
(44,30,41)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #E08ACB

#E08ACB
(224,138,203)
#E294CF
(226,148,207)
#E49ED3
(228,158,211)
#E6A8D7
(230,168,215)
#E8B2DB
(232,178,219)
#EABCDF
(234,188,223)
#ECC6E3
(236,198,227)
#EED0E7
(238,208,231)
#F0DAEB
(240,218,235)
#F2E4EF
(242,228,239)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08ACB color. Also use rgb(224,138,203) instead hex code.

Text Font Color

.myTextColor { color: #E08ACB; }

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

This text font color is #E08ACB.

Background Color

.myBgColor { background-color: #E08ACB; }

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

This div background color is #E08ACB.

Border color

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

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

This div border color is #E08ACB.

Opacity

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

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

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

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

This text has shadow with #E08ACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E08ACB.

Preview

Color preview on black background

This text has color #E08ACB on black background.


Color preview on white background

This text has color #E08ACB on white background.


Black color preview on #E08ACB background

This text has black color on #E08ACB background.


White color preview on #E08ACB background

This text has white color on #E08ACB background.


Related colors

Complementary color

Complementary color for #hex is #1F7534.


I love getcolorcode.com

Triadic colors

1 #CBE08A and #8ACBE0 with #E08ACB are triadic colors.

2 #CB8AE0 and #8AE0CB with #E08ACB are triadic colors.