COLOR #E08CBE

HEX: #E08CBE
RGB: (224,140,190)

Color info

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

RGB color model

#E08CBE color RGB value is (224,140,190).

  • red value is 224;
  • green value is 140;
  • blue value is 190.
RGB: (224,140,190) (88%,55%,75%)

RGB channels and saturation

R 224 of 255 = 88%
G 140 of 255 = 55%
B 190 of 255 = 75%

224
140
190

R + G + B ~ 73%. #E08CBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 140 + 190 = 554 (100%)
R 224 of 554 ~ 40.43%
G 140 of 554 ~ 25.27%
B 190 of 554 ~ 34.3%

%40.43
%25.27
%34.3

CMYK color model

#E08CBE color CMYK value is (0,38,15,12).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK: (0,38,15,12) C0M38Y15K12 (0%,38%,15%,12%) (0.00/0.38/0.15/0.12)

CMYK percentages

%0
%37.5
%15.18
%12.16

Codes

Color #E08CBE in popluar color models

E08CBE
RGB224140190
HSL324°57.53%71.37%
HSB/HSV324°37.50%87.84%
CMYK0.00%37.50%15.18%
12.16%

Color #E08CBE in popluar number systems.

HEXE08CBE
Decimal224140190
Binary111000001000110010111110
Octal340214276

Shades and tints

Shades of #E08CBE

#E08CBE
(224,140,190)
#CC80AD
(204,128,173)
#B8749C
(184,116,156)
#A4688B
(164,104,139)
#905C7A
(144,92,122)
#7C5069
(124,80,105)
#684458
(104,68,88)
#543847
(84,56,71)
#402C36
(64,44,54)
#2C2025
(44,32,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #E08CBE

#E08CBE
(224,140,190)
#E296C3
(226,150,195)
#E4A0C8
(228,160,200)
#E6AACD
(230,170,205)
#E8B4D2
(232,180,210)
#EABED7
(234,190,215)
#ECC8DC
(236,200,220)
#EED2E1
(238,210,225)
#F0DCE6
(240,220,230)
#F2E6EB
(242,230,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08CBE color. Also use rgb(224,140,190) instead hex code.

Text Font Color

.myTextColor { color: #E08CBE; }

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

This text font color is #E08CBE.


Background Color

.myBgColor { background-color: #E08CBE; }

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

This div background color is #E08CBE.


Border color

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

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

This div border color is #E08CBE.


Opacity

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

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

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

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

This text has shadow with #E08CBE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E08CBE on black background.


Color preview on white background

This text has color #E08CBE on white background.



Black color preview on #E08CBE background

This text has black color on #E08CBE background.


White color preview on #E08CBE background

This text has white color on #E08CBE background.