COLOR #E372AA

HEX: #E372AA RGB: (227,114,170)

Color info

#E372AA contains mainly red and blue colors. Web safe color of #E372AA is #CC6699 (or #C69).

RGB color model

#E372AA color RGB value is (227,114,170).

RGB: (227,114,170) (89%, 45%, 67%)

RGB channels and saturation

R 227 of 255 = 89%
G 114 of 255 = 45%
B 170 of 255 = 67%

227
114
170

R + G + B ~ 67%. #E372AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 114 + 170 = 511 (100%)
R 227 of 511 ~ 44.42%
G 114 of 511 ~ 22.31%
B 170 of 511 ~ 33.27'%

%44.42
%22.31
%33.27

CMYK color model

#E372AA color CMYK value is (0,50,25,11).

  • cyan value is 0.00%
  • magenta value is 49.78%
  • yellow value is 25.11%
  • key color value is 10.98%

CMYK: (0,50,25,11)
C0M50Y25K11 (0%, 50%, 25%, 11%)
(0.00 / 0.50 / 0.25 / 0.11)

CMYK percentages

%0
%49.78
%25.11
%10.98

Codes

Color #E372AA in popluar color models

E3 72 AA
RGB 227 114 170
HSL 330° 66.86% 66.86%
HSB/HSV 330° 49.78% 89.02%
CMYK 0.00% 49.78% 25.11%
10.98%

Color #E372AA in popluar number systems.

HEX E3 72 AA
Decimal 227 114 170
Binary 11100011 1110010 10101010
Octal 343 162 252

Shades and tints

Shades of #E372AA

#E372AA
(227,114,170)
#CF689B
(207,104,155)
#BB5E8C
(187,94,140)
#A7547D
(167,84,125)
#934A6E
(147,74,110)
#7F405F
(127,64,95)
#6B3650
(107,54,80)
#572C41
(87,44,65)
#432232
(67,34,50)
#2F1823
(47,24,35)
#1B0E14
(27,14,20)
#000000
(0,0,0)

Tints of #E372AA

#E372AA
(227,114,170)
#E57EB1
(229,126,177)
#E78AB8
(231,138,184)
#E996BF
(233,150,191)
#EBA2C6
(235,162,198)
#EDAECD
(237,174,205)
#EFBAD4
(239,186,212)
#F1C6DB
(241,198,219)
#F3D2E2
(243,210,226)
#F5DEE9
(245,222,233)
#F7EAF0
(247,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E372AA color. Also use rgb(227,114,170) instead hex code.

Text Font Color

.myTextColor { color: #E372AA; }

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

This text font color is #E372AA.

Background Color

.myBgColor { background-color: #E372AA; }

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

This div background color is #E372AA.

Border color

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

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

This div border color is #E372AA.

Opacity

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

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

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

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

This text has shadow with #E372AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E372AA.

Preview

Color preview on black background

This text has color #E372AA on black background.


Color preview on white background

This text has color #E372AA on white background.


Black color preview on #E372AA background

This text has black color on #E372AA background.


White color preview on #E372AA background

This text has white color on #E372AA background.


Related colors

Complementary color

Complementary color for #hex is #1C8D55.


I love getcolorcode.com

Triadic colors

1 #AAE372 and #72AAE3 with #E372AA are triadic colors.

2 #AA72E3 and #72E3AA with #E372AA are triadic colors.