COLOR #E68FBE

HEX: #E68FBE RGB: (230,143,190)

Color info

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

RGB color model

#E68FBE color RGB value is (230,143,190).

RGB: (230,143,190) (90%, 56%, 75%)

RGB channels and saturation

R 230 of 255 = 90%
G 143 of 255 = 56%
B 190 of 255 = 75%

230
143
190

R + G + B ~ 74%. #E68FBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 143 + 190 = 563 (100%)
R 230 of 563 ~ 40.85%
G 143 of 563 ~ 25.4%
B 190 of 563 ~ 33.75'%

%40.85
%25.4
%33.75

CMYK color model

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

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

CMYK: (0,38,17,10)
C0M38Y17K10 (0%, 38%, 17%, 10%)
(0.00 / 0.38 / 0.17 / 0.10)

CMYK percentages

%0
%37.83
%17.39
%9.8

Codes

Color #E68FBE in popluar color models

E6 8F BE
RGB 230 143 190
HSL 328° 63.50% 73.14%
HSB/HSV 328° 37.83% 90.20%
CMYK 0.00% 37.83% 17.39%
9.80%

Color #E68FBE in popluar number systems.

HEX E6 8F BE
Decimal 230 143 190
Binary 11100110 10001111 10111110
Octal 346 217 276

Shades and tints

Shades of #E68FBE

#E68FBE
(230,143,190)
#D282AD
(210,130,173)
#BE759C
(190,117,156)
#AA688B
(170,104,139)
#965B7A
(150,91,122)
#824E69
(130,78,105)
#6E4158
(110,65,88)
#5A3447
(90,52,71)
#462736
(70,39,54)
#321A25
(50,26,37)
#1E0D14
(30,13,20)
#000000
(0,0,0)

Tints of #E68FBE

#E68FBE
(230,143,190)
#E899C3
(232,153,195)
#EAA3C8
(234,163,200)
#ECADCD
(236,173,205)
#EEB7D2
(238,183,210)
#F0C1D7
(240,193,215)
#F2CBDC
(242,203,220)
#F4D5E1
(244,213,225)
#F6DFE6
(246,223,230)
#F8E9EB
(248,233,235)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68FBE; }

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

This text font color is #E68FBE.

Background Color

.myBgColor { background-color: #E68FBE; }

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

This div background color is #E68FBE.

Border color

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

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

This div border color is #E68FBE.

Opacity

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

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

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

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

This text has shadow with #E68FBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68FBE.

Preview

Color preview on black background

This text has color #E68FBE on black background.


Color preview on white background

This text has color #E68FBE on white background.


Black color preview on #E68FBE background

This text has black color on #E68FBE background.


White color preview on #E68FBE background

This text has white color on #E68FBE background.


Related colors

Complementary color

Complementary color for #hex is #197041.


I love getcolorcode.com

Triadic colors

1 #BEE68F and #8FBEE6 with #E68FBE are triadic colors.

2 #BE8FE6 and #8FE6BE with #E68FBE are triadic colors.