COLOR #E772AF

HEX: #E772AF RGB: (231,114,175)

Color info

#E772AF contains mainly red and blue colors. Web safe color of #E772AF is #FF6699 (or #F69).

RGB color model

#E772AF color RGB value is (231,114,175).

RGB: (231,114,175) (91%, 45%, 69%)

RGB channels and saturation

R 231 of 255 = 91%
G 114 of 255 = 45%
B 175 of 255 = 69%

231
114
175

R + G + B ~ 68%. #E772AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 114 + 175 = 520 (100%)
R 231 of 520 ~ 44.42%
G 114 of 520 ~ 21.92%
B 175 of 520 ~ 33.65'%

%44.42
%21.92
%33.65

CMYK color model

#E772AF color CMYK value is (0,51,24,9).

  • cyan value is 0.00%
  • magenta value is 50.65%
  • yellow value is 24.24%
  • key color value is 9.41%

CMYK: (0,51,24,9)
C0M51Y24K9 (0%, 51%, 24%, 9%)
(0.00 / 0.51 / 0.24 / 0.09)

CMYK percentages

%0
%50.65
%24.24
%9.41

Codes

Color #E772AF in popluar color models

E7 72 AF
RGB 231 114 175
HSL 329° 70.91% 67.65%
HSB/HSV 329° 50.65% 90.59%
CMYK 0.00% 50.65% 24.24%
9.41%

Color #E772AF in popluar number systems.

HEX E7 72 AF
Decimal 231 114 175
Binary 11100111 1110010 10101111
Octal 347 162 257

Shades and tints

Shades of #E772AF

#E772AF
(231,114,175)
#D268A0
(210,104,160)
#BD5E91
(189,94,145)
#A85482
(168,84,130)
#934A73
(147,74,115)
#7E4064
(126,64,100)
#693655
(105,54,85)
#542C46
(84,44,70)
#3F2237
(63,34,55)
#2A1828
(42,24,40)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #E772AF

#E772AF
(231,114,175)
#E97EB6
(233,126,182)
#EB8ABD
(235,138,189)
#ED96C4
(237,150,196)
#EFA2CB
(239,162,203)
#F1AED2
(241,174,210)
#F3BAD9
(243,186,217)
#F5C6E0
(245,198,224)
#F7D2E7
(247,210,231)
#F9DEEE
(249,222,238)
#FBEAF5
(251,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E772AF color. Also use rgb(231,114,175) instead hex code.

Text Font Color

.myTextColor { color: #E772AF; }

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

This text font color is #E772AF.

Background Color

.myBgColor { background-color: #E772AF; }

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

This div background color is #E772AF.

Border color

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

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

This div border color is #E772AF.

Opacity

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

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

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

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

This text has shadow with #E772AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E772AF.

Preview

Color preview on black background

This text has color #E772AF on black background.


Color preview on white background

This text has color #E772AF on white background.


Black color preview on #E772AF background

This text has black color on #E772AF background.


White color preview on #E772AF background

This text has white color on #E772AF background.


Related colors

Complementary color

Complementary color for #hex is #188D50.


I love getcolorcode.com

Triadic colors

1 #AFE772 and #72AFE7 with #E772AF are triadic colors.

2 #AF72E7 and #72E7AF with #E772AF are triadic colors.