COLOR #E693D3

HEX: #E693D3 RGB: (230,147,211)

Color info

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

RGB color model

#E693D3 color RGB value is (230,147,211).

RGB: (230,147,211) (90%, 58%, 83%)

RGB channels and saturation

R 230 of 255 = 90%
G 147 of 255 = 58%
B 211 of 255 = 83%

230
147
211

R + G + B ~ 77%. #E693D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 147 + 211 = 588 (100%)
R 230 of 588 ~ 39.12%
G 147 of 588 ~ 25%
B 211 of 588 ~ 35.88'%

%39.12
%25
%35.88

CMYK color model

#E693D3 color CMYK value is (0,36,8,10).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 8.26%
  • key color value is 9.80%
CMYK: (0,36,8,10) C0M36Y8K10 (0%,36%,8%,10%) (0.00/0.36/0.08/0.10) 

CMYK percentages

%0
%36.09
%8.26
%9.8

Codes

Color #E693D3 in popluar color models

E6 93 D3
RGB 230 147 211
HSL 314° 62.41% 73.92%
HSB/HSV 314° 36.09% 90.20%
CMYK 0.00% 36.09% 8.26%
9.80%

Color #E693D3 in popluar number systems.

HEX E6 93 D3
Decimal 230 147 211
Binary 11100110 10010011 11010011
Octal 346 223 323

Shades and tints

Shades of #E693D3

#E693D3
(230,147,211)
#D286C0
(210,134,192)
#BE79AD
(190,121,173)
#AA6C9A
(170,108,154)
#965F87
(150,95,135)
#825274
(130,82,116)
#6E4561
(110,69,97)
#5A384E
(90,56,78)
#462B3B
(70,43,59)
#321E28
(50,30,40)
#1E1115
(30,17,21)
#000000
(0,0,0)

Tints of #E693D3

#E693D3
(230,147,211)
#E89CD7
(232,156,215)
#EAA5DB
(234,165,219)
#ECAEDF
(236,174,223)
#EEB7E3
(238,183,227)
#F0C0E7
(240,192,231)
#F2C9EB
(242,201,235)
#F4D2EF
(244,210,239)
#F6DBF3
(246,219,243)
#F8E4F7
(248,228,247)
#FAEDFB
(250,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E693D3 color. Also use rgb(230,147,211) instead hex code.

Text Font Color

.myTextColor { color: #E693D3; }

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

This text font color is #E693D3.

Background Color

.myBgColor { background-color: #E693D3; }

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

This div background color is #E693D3.

Border color

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

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

This div border color is #E693D3.

Opacity

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

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

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

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

This text has shadow with #E693D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E693D3.

Preview

Color preview on black background

This text has color #E693D3 on black background.


Color preview on white background

This text has color #E693D3 on white background.


Black color preview on #E693D3 background

This text has black color on #E693D3 background.


White color preview on #E693D3 background

This text has white color on #E693D3 background.


Related colors

Complementary color

Complementary color for #hex is #196C2C.


I love getcolorcode.com

Triadic colors

1 #D3E693 and #93D3E6 with #E693D3 are triadic colors.

2 #D393E6 and #93E6D3 with #E693D3 are triadic colors.