COLOR #E06BB3

HEX: #E06BB3
RGB: (224,107,179)

Color info

#E06BB3 contains mainly red and blue colors. Web safe color of #E06BB3 is #CC6699 (or #C69).

RGB color model

#E06BB3 color RGB value is (224,107,179).

  • red value is 224;
  • green value is 107;
  • blue value is 179.
RGB:
(224,107,179)
(88%,42%,70%)

RGB channels and saturation

R 224 of 255 = 88%
G 107 of 255 = 42%
B 179 of 255 = 70%

224
107
179

R + G + B ~ 67%. #E06BB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 107 + 179 = 510 (100%)
R 224 of 510 ~ 43.92%
G 107 of 510 ~ 20.98%
B 179 of 510 ~ 35.1%

%43.92
%20.98
%35.1

CMYK color model

#E06BB3 color CMYK value is (0,52,20,12).

  • cyan value is 0.00%
  • magenta value is 52.23%
  • yellow value is 20.09%
  • key color value is 12.16%
CMYK:
(0,52,20,12)
C0M52Y20K12 
(0%,52%,20%,12%)
(0.00/0.52/0.20/0.12)	

CMYK percentages

%0
%52.23
%20.09
%12.16

Codes

Color #E06BB3 in popluar color models

E06BB3
RGB224107179
HSL323°65.36%64.90%
HSB/HSV323°52.23%87.84%
CMYK0.00%52.23%20.09%
12.16%

Color #E06BB3 in popluar number systems.

HEXE06BB3
Decimal224107179
Binary11100000110101110110011
Octal340153263

Shades and tints

Shades of #E06BB3

#E06BB3
(224,107,179)
#CC62A3
(204,98,163)
#B85993
(184,89,147)
#A45083
(164,80,131)
#904773
(144,71,115)
#7C3E63
(124,62,99)
#683553
(104,53,83)
#542C43
(84,44,67)
#402333
(64,35,51)
#2C1A23
(44,26,35)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #E06BB3

#E06BB3
(224,107,179)
#E278B9
(226,120,185)
#E485BF
(228,133,191)
#E692C5
(230,146,197)
#E89FCB
(232,159,203)
#EAACD1
(234,172,209)
#ECB9D7
(236,185,215)
#EEC6DD
(238,198,221)
#F0D3E3
(240,211,227)
#F2E0E9
(242,224,233)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06BB3 color. Also use rgb(224,107,179) instead hex code.

Text Font Color

.myTextColor { color: #E06BB3; }

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

This text font color is #E06BB3.


Background Color

.myBgColor { background-color: #E06BB3; }

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

This div background color is #E06BB3.


Border color

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

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

This div border color is #E06BB3.


Opacity

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

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

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

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

This text has shadow with #E06BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06BB3 on black background.


Color preview on white background

This text has color #E06BB3 on white background.



Black color preview on #E06BB3 background

This text has black color on #E06BB3 background.


White color preview on #E06BB3 background

This text has white color on #E06BB3 background.