COLOR #E0759B

HEX: #E0759B RGB: (224,117,155)

Color info

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

RGB color model

#E0759B color RGB value is (224,117,155).

RGB: (224,117,155) (88%, 46%, 61%)

RGB channels and saturation

R 224 of 255 = 88%
G 117 of 255 = 46%
B 155 of 255 = 61%

224
117
155

R + G + B ~ 65%. #E0759B is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 117 + 155 = 496 (100%)
R 224 of 496 ~ 45.16%
G 117 of 496 ~ 23.59%
B 155 of 496 ~ 31.25'%

%45.16
%23.59
%31.25

CMYK color model

#E0759B color CMYK value is (0,48,31,12).

  • cyan value is 0.00%
  • magenta value is 47.77%
  • yellow value is 30.80%
  • key color value is 12.16%

CMYK: (0,48,31,12)
C0M48Y31K12 (0%, 48%, 31%, 12%)
(0.00 / 0.48 / 0.31 / 0.12)

CMYK percentages

%0
%47.77
%30.8
%12.16

Codes

Color #E0759B in popluar color models

E0 75 9B
RGB 224 117 155
HSL 339° 63.31% 66.86%
HSB/HSV 339° 47.77% 87.84%
CMYK 0.00% 47.77% 30.80%
12.16%

Color #E0759B in popluar number systems.

HEX E0 75 9B
Decimal 224 117 155
Binary 11100000 1110101 10011011
Octal 340 165 233

Shades and tints

Shades of #E0759B

#E0759B
(224,117,155)
#CC6B8D
(204,107,141)
#B8617F
(184,97,127)
#A45771
(164,87,113)
#904D63
(144,77,99)
#7C4355
(124,67,85)
#683947
(104,57,71)
#542F39
(84,47,57)
#40252B
(64,37,43)
#2C1B1D
(44,27,29)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #E0759B

#E0759B
(224,117,155)
#E281A4
(226,129,164)
#E48DAD
(228,141,173)
#E699B6
(230,153,182)
#E8A5BF
(232,165,191)
#EAB1C8
(234,177,200)
#ECBDD1
(236,189,209)
#EEC9DA
(238,201,218)
#F0D5E3
(240,213,227)
#F2E1EC
(242,225,236)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0759B color. Also use rgb(224,117,155) instead hex code.

Text Font Color

.myTextColor { color: #E0759B; }

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

This text font color is #E0759B.

Background Color

.myBgColor { background-color: #E0759B; }

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

This div background color is #E0759B.

Border color

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

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

This div border color is #E0759B.

Opacity

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

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

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

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

This text has shadow with #E0759B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0759B.

Preview

Color preview on black background

This text has color #E0759B on black background.


Color preview on white background

This text has color #E0759B on white background.


Black color preview on #E0759B background

This text has black color on #E0759B background.


White color preview on #E0759B background

This text has white color on #E0759B background.


Related colors

Complementary color

Complementary color for #hex is #1F8A64.


I love getcolorcode.com

Triadic colors

1 #9BE075 and #759BE0 with #E0759B are triadic colors.

2 #9B75E0 and #75E09B with #E0759B are triadic colors.