COLOR #E68FCF

HEX: #E68FCF RGB: (230,143,207)

Color info

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

RGB color model

#E68FCF color RGB value is (230,143,207).

RGB: (230,143,207) (90%, 56%, 81%)

RGB channels and saturation

R 230 of 255 = 90%
G 143 of 255 = 56%
B 207 of 255 = 81%

230
143
207

R + G + B ~ 76%. #E68FCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 143 + 207 = 580 (100%)
R 230 of 580 ~ 39.66%
G 143 of 580 ~ 24.66%
B 207 of 580 ~ 35.69'%

%39.66
%24.66
%35.69

CMYK color model

#E68FCF color CMYK value is (0,38,10,10).

  • cyan value is 0.00%
  • magenta value is 37.83%
  • yellow value is 10.00%
  • key color value is 9.80%

CMYK: (0,38,10,10)
C0M38Y10K10 (0%, 38%, 10%, 10%)
(0.00 / 0.38 / 0.10 / 0.10)

CMYK percentages

%0
%37.83
%10
%9.8

Codes

Color #E68FCF in popluar color models

E6 8F CF
RGB 230 143 207
HSL 316° 63.50% 73.14%
HSB/HSV 316° 37.83% 90.20%
CMYK 0.00% 37.83% 10.00%
9.80%

Color #E68FCF in popluar number systems.

HEX E6 8F CF
Decimal 230 143 207
Binary 11100110 10001111 11001111
Octal 346 217 317

Shades and tints

Shades of #E68FCF

#E68FCF
(230,143,207)
#D282BD
(210,130,189)
#BE75AB
(190,117,171)
#AA6899
(170,104,153)
#965B87
(150,91,135)
#824E75
(130,78,117)
#6E4163
(110,65,99)
#5A3451
(90,52,81)
#46273F
(70,39,63)
#321A2D
(50,26,45)
#1E0D1B
(30,13,27)
#000000
(0,0,0)

Tints of #E68FCF

#E68FCF
(230,143,207)
#E899D3
(232,153,211)
#EAA3D7
(234,163,215)
#ECADDB
(236,173,219)
#EEB7DF
(238,183,223)
#F0C1E3
(240,193,227)
#F2CBE7
(242,203,231)
#F4D5EB
(244,213,235)
#F6DFEF
(246,223,239)
#F8E9F3
(248,233,243)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68FCF color. Also use rgb(230,143,207) instead hex code.

Text Font Color

.myTextColor { color: #E68FCF; }

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

This text font color is #E68FCF.

Background Color

.myBgColor { background-color: #E68FCF; }

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

This div background color is #E68FCF.

Border color

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

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

This div border color is #E68FCF.

Opacity

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

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

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

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

This text has shadow with #E68FCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68FCF.

Preview

Color preview on black background

This text has color #E68FCF on black background.


Color preview on white background

This text has color #E68FCF on white background.


Black color preview on #E68FCF background

This text has black color on #E68FCF background.


White color preview on #E68FCF background

This text has white color on #E68FCF background.


Related colors

Complementary color

Complementary color for #hex is #197030.


I love getcolorcode.com

Triadic colors

1 #CFE68F and #8FCFE6 with #E68FCF are triadic colors.

2 #CF8FE6 and #8FE6CF with #E68FCF are triadic colors.