COLOR #E07DBB

HEX: #E07DBB RGB: (224,125,187)

Color info

#E07DBB contains mainly red and blue colors. Web safe color of #E07DBB is #CC66CC (or #C6C).

RGB color model

#E07DBB color RGB value is (224,125,187).

RGB: (224,125,187) (88%, 49%, 73%)

RGB channels and saturation

R 224 of 255 = 88%
G 125 of 255 = 49%
B 187 of 255 = 73%

224
125
187

R + G + B ~ 70%. #E07DBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 125 + 187 = 536 (100%)
R 224 of 536 ~ 41.79%
G 125 of 536 ~ 23.32%
B 187 of 536 ~ 34.89'%

%41.79
%23.32
%34.89

CMYK color model

#E07DBB color CMYK value is (0,44,17,12).

  • cyan value is 0.00%
  • magenta value is 44.20%
  • yellow value is 16.52%
  • key color value is 12.16%

CMYK: (0,44,17,12)
C0M44Y17K12 (0%, 44%, 17%, 12%)
(0.00 / 0.44 / 0.17 / 0.12)

CMYK percentages

%0
%44.2
%16.52
%12.16

Codes

Color #E07DBB in popluar color models

E0 7D BB
RGB 224 125 187
HSL 322° 61.49% 68.43%
HSB/HSV 322° 44.20% 87.84%
CMYK 0.00% 44.20% 16.52%
12.16%

Color #E07DBB in popluar number systems.

HEX E0 7D BB
Decimal 224 125 187
Binary 11100000 1111101 10111011
Octal 340 175 273

Shades and tints

Shades of #E07DBB

#E07DBB
(224,125,187)
#CC72AA
(204,114,170)
#B86799
(184,103,153)
#A45C88
(164,92,136)
#905177
(144,81,119)
#7C4666
(124,70,102)
#683B55
(104,59,85)
#543044
(84,48,68)
#402533
(64,37,51)
#2C1A22
(44,26,34)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #E07DBB

#E07DBB
(224,125,187)
#E288C1
(226,136,193)
#E493C7
(228,147,199)
#E69ECD
(230,158,205)
#E8A9D3
(232,169,211)
#EAB4D9
(234,180,217)
#ECBFDF
(236,191,223)
#EECAE5
(238,202,229)
#F0D5EB
(240,213,235)
#F2E0F1
(242,224,241)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07DBB color. Also use rgb(224,125,187) instead hex code.

Text Font Color

.myTextColor { color: #E07DBB; }

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

This text font color is #E07DBB.

Background Color

.myBgColor { background-color: #E07DBB; }

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

This div background color is #E07DBB.

Border color

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

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

This div border color is #E07DBB.

Opacity

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

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

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

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

This text has shadow with #E07DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E07DBB.

Preview

Color preview on black background

This text has color #E07DBB on black background.


Color preview on white background

This text has color #E07DBB on white background.


Black color preview on #E07DBB background

This text has black color on #E07DBB background.


White color preview on #E07DBB background

This text has white color on #E07DBB background.


Related colors

Complementary color

Complementary color for #hex is #1F8244.


I love getcolorcode.com

Triadic colors

1 #BBE07D and #7DBBE0 with #E07DBB are triadic colors.

2 #BB7DE0 and #7DE0BB with #E07DBB are triadic colors.