COLOR #E07ABC

HEX: #E07ABC RGB: (224,122,188)

Color info

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

RGB color model

#E07ABC color RGB value is (224,122,188).

RGB: (224,122,188) (88%, 48%, 74%)

RGB channels and saturation

R 224 of 255 = 88%
G 122 of 255 = 48%
B 188 of 255 = 74%

224
122
188

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

Portions of RGB colors in percentages

R + G + B = 224 + 122 + 188 = 534 (100%)
R 224 of 534 ~ 41.95%
G 122 of 534 ~ 22.85%
B 188 of 534 ~ 35.21'%

%41.95
%22.85
%35.21

CMYK color model

#E07ABC color CMYK value is (0,46,16,12).

  • cyan value is 0.00%
  • magenta value is 45.54%
  • yellow value is 16.07%
  • key color value is 12.16%

CMYK: (0,46,16,12)
C0M46Y16K12 (0%, 46%, 16%, 12%)
(0.00 / 0.46 / 0.16 / 0.12)

CMYK percentages

%0
%45.54
%16.07
%12.16

Codes

Color #E07ABC in popluar color models

E0 7A BC
RGB 224 122 188
HSL 321° 62.20% 67.84%
HSB/HSV 321° 45.54% 87.84%
CMYK 0.00% 45.54% 16.07%
12.16%

Color #E07ABC in popluar number systems.

HEX E0 7A BC
Decimal 224 122 188
Binary 11100000 1111010 10111100
Octal 340 172 274

Shades and tints

Shades of #E07ABC

#E07ABC
(224,122,188)
#CC6FAB
(204,111,171)
#B8649A
(184,100,154)
#A45989
(164,89,137)
#904E78
(144,78,120)
#7C4367
(124,67,103)
#683856
(104,56,86)
#542D45
(84,45,69)
#402234
(64,34,52)
#2C1723
(44,23,35)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #E07ABC

#E07ABC
(224,122,188)
#E286C2
(226,134,194)
#E492C8
(228,146,200)
#E69ECE
(230,158,206)
#E8AAD4
(232,170,212)
#EAB6DA
(234,182,218)
#ECC2E0
(236,194,224)
#EECEE6
(238,206,230)
#F0DAEC
(240,218,236)
#F2E6F2
(242,230,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07ABC color. Also use rgb(224,122,188) instead hex code.

Text Font Color

.myTextColor { color: #E07ABC; }

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

This text font color is #E07ABC.

Background Color

.myBgColor { background-color: #E07ABC; }

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

This div background color is #E07ABC.

Border color

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

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

This div border color is #E07ABC.

Opacity

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

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

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

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

This text has shadow with #E07ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E07ABC.

Preview

Color preview on black background

This text has color #E07ABC on black background.


Color preview on white background

This text has color #E07ABC on white background.


Black color preview on #E07ABC background

This text has black color on #E07ABC background.


White color preview on #E07ABC background

This text has white color on #E07ABC background.


Related colors

Complementary color

Complementary color for #hex is #1F8543.


I love getcolorcode.com

Triadic colors

1 #BCE07A and #7ABCE0 with #E07ABC are triadic colors.

2 #BC7AE0 and #7AE0BC with #E07ABC are triadic colors.