COLOR #E66388

HEX: #E66388
RGB: (230,99,136)

Color info

#E66388 contains mainly red color. Web safe color of #E66388 is #CC6699 (or #C69).

RGB color model

#E66388 color RGB value is (230,99,136).

  • red value is 230;
  • green value is 99;
  • blue value is 136.
RGB:
(230,99,136)
(90%,39%,53%)

RGB channels and saturation

R 230 of 255 = 90%
G 99 of 255 = 39%
B 136 of 255 = 53%

230
99
136

R + G + B ~ 61%. #E66388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 99 + 136 = 465 (100%)
R 230 of 465 ~ 49.46%
G 99 of 465 ~ 21.29%
B 136 of 465 ~ 29.25%

%49.46
%21.29
%29.25

CMYK color model

#E66388 color CMYK value is (0,57,41,10).

  • cyan value is 0.00%
  • magenta value is 56.96%
  • yellow value is 40.87%
  • key color value is 9.80%
CMYK:
(0,57,41,10)
C0M57Y41K10 
(0%,57%,41%,10%)
(0.00/0.57/0.41/0.10)	

CMYK percentages

%0
%56.96
%40.87
%9.8

Codes

Color #E66388 in popluar color models

E66388
RGB23099136
HSL343°72.38%64.51%
HSB/HSV343°56.96%90.20%
CMYK0.00%56.96%40.87%
9.80%

Color #E66388 in popluar number systems.

HEXE66388
Decimal23099136
Binary11100110110001110001000
Octal346143210

Shades and tints

Shades of #E66388

#E66388
(230,99,136)
#D25A7C
(210,90,124)
#BE5170
(190,81,112)
#AA4864
(170,72,100)
#963F58
(150,63,88)
#82364C
(130,54,76)
#6E2D40
(110,45,64)
#5A2434
(90,36,52)
#461B28
(70,27,40)
#32121C
(50,18,28)
#1E0910
(30,9,16)
#000000
(0,0,0)

Tints of #E66388

#E66388
(230,99,136)
#E87192
(232,113,146)
#EA7F9C
(234,127,156)
#EC8DA6
(236,141,166)
#EE9BB0
(238,155,176)
#F0A9BA
(240,169,186)
#F2B7C4
(242,183,196)
#F4C5CE
(244,197,206)
#F6D3D8
(246,211,216)
#F8E1E2
(248,225,226)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66388 color. Also use rgb(230,99,136) instead hex code.

Text Font Color

.myTextColor { color: #E66388; }

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

This text font color is #E66388.


Background Color

.myBgColor { background-color: #E66388; }

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

This div background color is #E66388.


Border color

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

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

This div border color is #E66388.


Opacity

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

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

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

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

This text has shadow with #E66388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66388 on black background.


Color preview on white background

This text has color #E66388 on white background.



Black color preview on #E66388 background

This text has black color on #E66388 background.


White color preview on #E66388 background

This text has white color on #E66388 background.