COLOR #E66197

HEX: #E66197
RGB: (230,97,151)

Color info

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

RGB color model

#E66197 color RGB value is (230,97,151).

  • red value is 230;
  • green value is 97;
  • blue value is 151.
RGB:
(230,97,151)
(90%,38%,59%)

RGB channels and saturation

R 230 of 255 = 90%
G 97 of 255 = 38%
B 151 of 255 = 59%

230
97
151

R + G + B ~ 62%. #E66197 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 97 + 151 = 478 (100%)
R 230 of 478 ~ 48.12%
G 97 of 478 ~ 20.29%
B 151 of 478 ~ 31.59%

%48.12
%20.29
%31.59

CMYK color model

#E66197 color CMYK value is (0,58,34,10).

  • cyan value is 0.00%
  • magenta value is 57.83%
  • yellow value is 34.35%
  • key color value is 9.80%
CMYK:
(0,58,34,10)
C0M58Y34K10 
(0%,58%,34%,10%)
(0.00/0.58/0.34/0.10)	

CMYK percentages

%0
%57.83
%34.35
%9.8

Codes

Color #E66197 in popluar color models

E66197
RGB23097151
HSL336°72.68%64.12%
HSB/HSV336°57.83%90.20%
CMYK0.00%57.83%34.35%
9.80%

Color #E66197 in popluar number systems.

HEXE66197
Decimal23097151
Binary11100110110000110010111
Octal346141227

Shades and tints

Shades of #E66197

#E66197
(230,97,151)
#D2598A
(210,89,138)
#BE517D
(190,81,125)
#AA4970
(170,73,112)
#964163
(150,65,99)
#823956
(130,57,86)
#6E3149
(110,49,73)
#5A293C
(90,41,60)
#46212F
(70,33,47)
#321922
(50,25,34)
#1E1115
(30,17,21)
#000000
(0,0,0)

Tints of #E66197

#E66197
(230,97,151)
#E86FA0
(232,111,160)
#EA7DA9
(234,125,169)
#EC8BB2
(236,139,178)
#EE99BB
(238,153,187)
#F0A7C4
(240,167,196)
#F2B5CD
(242,181,205)
#F4C3D6
(244,195,214)
#F6D1DF
(246,209,223)
#F8DFE8
(248,223,232)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66197 color. Also use rgb(230,97,151) instead hex code.

Text Font Color

.myTextColor { color: #E66197; }

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

This text font color is #E66197.


Background Color

.myBgColor { background-color: #E66197; }

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

This div background color is #E66197.


Border color

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

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

This div border color is #E66197.


Opacity

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

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

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

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

This text has shadow with #E66197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66197 on black background.


Color preview on white background

This text has color #E66197 on white background.



Black color preview on #E66197 background

This text has black color on #E66197 background.


White color preview on #E66197 background

This text has white color on #E66197 background.