COLOR #E6638B

HEX: #E6638B RGB: (230,99,139)

Color info

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

RGB color model

#E6638B color RGB value is (230,99,139).

RGB: (230,99,139) (90%, 39%, 55%)

RGB channels and saturation

R 230 of 255 = 90%
G 99 of 255 = 39%
B 139 of 255 = 55%

230
99
139

R + G + B ~ 61%. #E6638B is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 99 + 139 = 468 (100%)
R 230 of 468 ~ 49.15%
G 99 of 468 ~ 21.15%
B 139 of 468 ~ 29.7'%

%49.15
%21.15
%29.7

CMYK color model

#E6638B color CMYK value is (0,57,40,10).

  • cyan value is 0.00%
  • magenta value is 56.96%
  • yellow value is 39.57%
  • key color value is 9.80%

CMYK: (0,57,40,10)
C0M57Y40K10 (0%, 57%, 40%, 10%)
(0.00 / 0.57 / 0.40 / 0.10)

CMYK percentages

%0
%56.96
%39.57
%9.8

Codes

Color #E6638B in popluar color models

E6 63 8B
RGB 230 99 139
HSL 342° 72.38% 64.51%
HSB/HSV 342° 56.96% 90.20%
CMYK 0.00% 56.96% 39.57%
9.80%

Color #E6638B in popluar number systems.

HEX E6 63 8B
Decimal 230 99 139
Binary 11100110 1100011 10001011
Octal 346 143 213

Shades and tints

Shades of #E6638B

#E6638B
(230,99,139)
#D25A7F
(210,90,127)
#BE5173
(190,81,115)
#AA4867
(170,72,103)
#963F5B
(150,63,91)
#82364F
(130,54,79)
#6E2D43
(110,45,67)
#5A2437
(90,36,55)
#461B2B
(70,27,43)
#32121F
(50,18,31)
#1E0913
(30,9,19)
#000000
(0,0,0)

Tints of #E6638B

#E6638B
(230,99,139)
#E87195
(232,113,149)
#EA7F9F
(234,127,159)
#EC8DA9
(236,141,169)
#EE9BB3
(238,155,179)
#F0A9BD
(240,169,189)
#F2B7C7
(242,183,199)
#F4C5D1
(244,197,209)
#F6D3DB
(246,211,219)
#F8E1E5
(248,225,229)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6638B color. Also use rgb(230,99,139) instead hex code.

Text Font Color

.myTextColor { color: #E6638B; }

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

This text font color is #E6638B.

Background Color

.myBgColor { background-color: #E6638B; }

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

This div background color is #E6638B.

Border color

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

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

This div border color is #E6638B.

Opacity

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

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

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

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

This text has shadow with #E6638B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6638B.

Preview

Color preview on black background

This text has color #E6638B on black background.


Color preview on white background

This text has color #E6638B on white background.


Black color preview on #E6638B background

This text has black color on #E6638B background.


White color preview on #E6638B background

This text has white color on #E6638B background.


Related colors

Complementary color

Complementary color for #hex is #199C74.


I love getcolorcode.com

Triadic colors

1 #8BE663 and #638BE6 with #E6638B are triadic colors.

2 #8B63E6 and #63E68B with #E6638B are triadic colors.