COLOR #E65683

HEX: #E65683 RGB: (230,86,131)

Color info

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

RGB color model

#E65683 color RGB value is (230,86,131).

RGB: (230,86,131) (90%, 34%, 51%)

RGB channels and saturation

R 230 of 255 = 90%
G 86 of 255 = 34%
B 131 of 255 = 51%

230
86
131

R + G + B ~ 58%. #E65683 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 230 + 86 + 131 = 447 (100%)
R 230 of 447 ~ 51.45%
G 86 of 447 ~ 19.24%
B 131 of 447 ~ 29.31'%

%51.45
%19.24
%29.31

CMYK color model

#E65683 color CMYK value is (0,63,43,10).

  • cyan value is 0.00%
  • magenta value is 62.61%
  • yellow value is 43.04%
  • key color value is 9.80%

CMYK: (0,63,43,10)
C0M63Y43K10 (0%, 63%, 43%, 10%)
(0.00 / 0.63 / 0.43 / 0.10)

CMYK percentages

%0
%62.61
%43.04
%9.8

Codes

Color #E65683 in popluar color models

E6 56 83
RGB 230 86 131
HSL 341° 74.23% 61.96%
HSB/HSV 341° 62.61% 90.20%
CMYK 0.00% 62.61% 43.04%
9.80%

Color #E65683 in popluar number systems.

HEX E6 56 83
Decimal 230 86 131
Binary 11100110 1010110 10000011
Octal 346 126 203

Shades and tints

Shades of #E65683

#E65683
(230,86,131)
#D24F78
(210,79,120)
#BE486D
(190,72,109)
#AA4162
(170,65,98)
#963A57
(150,58,87)
#82334C
(130,51,76)
#6E2C41
(110,44,65)
#5A2536
(90,37,54)
#461E2B
(70,30,43)
#321720
(50,23,32)
#1E1015
(30,16,21)
#000000
(0,0,0)

Tints of #E65683

#E65683
(230,86,131)
#E8658E
(232,101,142)
#EA7499
(234,116,153)
#EC83A4
(236,131,164)
#EE92AF
(238,146,175)
#F0A1BA
(240,161,186)
#F2B0C5
(242,176,197)
#F4BFD0
(244,191,208)
#F6CEDB
(246,206,219)
#F8DDE6
(248,221,230)
#FAECF1
(250,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65683 color. Also use rgb(230,86,131) instead hex code.

Text Font Color

.myTextColor { color: #E65683; }

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

This text font color is #E65683.

Background Color

.myBgColor { background-color: #E65683; }

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

This div background color is #E65683.

Border color

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

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

This div border color is #E65683.

Opacity

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

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

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

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

This text has shadow with #E65683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E65683.

Preview

Color preview on black background

This text has color #E65683 on black background.


Color preview on white background

This text has color #E65683 on white background.


Black color preview on #E65683 background

This text has black color on #E65683 background.


White color preview on #E65683 background

This text has white color on #E65683 background.


Related colors

Complementary color

Complementary color for #E65683 is #19A97C.


I love getcolorcode.com

Triadic colors

1 #83E656 and #5683E6 with #E65683 are triadic colors.

2 #8356E6 and #56E683 with #E65683 are triadic colors.