COLOR #E69AC2

HEX: #E69AC2
RGB: (230,154,194)

Color info

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

RGB color model

#E69AC2 color RGB value is (230,154,194).

  • red value is 230;
  • green value is 154;
  • blue value is 194.
RGB:
(230,154,194)
(90%,60%,76%)

RGB channels and saturation

R 230 of 255 = 90%
G 154 of 255 = 60%
B 194 of 255 = 76%

230
154
194

R + G + B ~ 75%. #E69AC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 154 + 194 = 578 (100%)
R 230 of 578 ~ 39.79%
G 154 of 578 ~ 26.64%
B 194 of 578 ~ 33.56%

%39.79
%26.64
%33.56

CMYK color model

#E69AC2 color CMYK value is (0,33,16,10).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(0,33,16,10)
C0M33Y16K10 
(0%,33%,16%,10%)
(0.00/0.33/0.16/0.10)	

CMYK percentages

%0
%33.04
%15.65
%9.8

Codes

Color #E69AC2 in popluar color models

E69AC2
RGB230154194
HSL328°60.32%75.29%
HSB/HSV328°33.04%90.20%
CMYK0.00%33.04%15.65%
9.80%

Color #E69AC2 in popluar number systems.

HEXE69AC2
Decimal230154194
Binary111001101001101011000010
Octal346232302

Shades and tints

Shades of #E69AC2

#E69AC2
(230,154,194)
#D28CB1
(210,140,177)
#BE7EA0
(190,126,160)
#AA708F
(170,112,143)
#96627E
(150,98,126)
#82546D
(130,84,109)
#6E465C
(110,70,92)
#5A384B
(90,56,75)
#462A3A
(70,42,58)
#321C29
(50,28,41)
#1E0E18
(30,14,24)
#000000
(0,0,0)

Tints of #E69AC2

#E69AC2
(230,154,194)
#E8A3C7
(232,163,199)
#EAACCC
(234,172,204)
#ECB5D1
(236,181,209)
#EEBED6
(238,190,214)
#F0C7DB
(240,199,219)
#F2D0E0
(242,208,224)
#F4D9E5
(244,217,229)
#F6E2EA
(246,226,234)
#F8EBEF
(248,235,239)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69AC2 color. Also use rgb(230,154,194) instead hex code.

Text Font Color

.myTextColor { color: #E69AC2; }

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

This text font color is #E69AC2.


Background Color

.myBgColor { background-color: #E69AC2; }

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

This div background color is #E69AC2.


Border color

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

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

This div border color is #E69AC2.


Opacity

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

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

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

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

This text has shadow with #E69AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69AC2 on black background.


Color preview on white background

This text has color #E69AC2 on white background.



Black color preview on #E69AC2 background

This text has black color on #E69AC2 background.


White color preview on #E69AC2 background

This text has white color on #E69AC2 background.