COLOR #E5ACFA

HEX: #E5ACFA RGB: (229,172,250)

Color info

#E5ACFA contains mainly red and blue colors. Web safe color of #E5ACFA is #CC99FF (or #C9F).

RGB color model

#E5ACFA color RGB value is (229,172,250).

RGB: (229,172,250) (90%, 67%, 98%)

RGB channels and saturation

R 229 of 255 = 90%
G 172 of 255 = 67%
B 250 of 255 = 98%

229
172
250

R + G + B ~ 85%. #E5ACFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 172 + 250 = 651 (100%)
R 229 of 651 ~ 35.18%
G 172 of 651 ~ 26.42%
B 250 of 651 ~ 38.4'%

%35.18
%26.42
%38.4

CMYK color model

#E5ACFA color CMYK value is (8,31,0,2).

  • cyan value is 8.40%
  • magenta value is 31.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,31,0,2)
C8M31Y0K2 (8%, 31%, 0%, 2%)
(0.08 / 0.31 / 0.00 / 0.02)

CMYK percentages

%8.4
%31.2
%0
%1.96

Codes

Color #E5ACFA in popluar color models

E5 AC FA
RGB 229 172 250
HSL 284° 88.64% 82.75%
HSB/HSV 284° 31.20% 98.04%
CMYK 8.40% 31.20% 0.00%
1.96%

Color #E5ACFA in popluar number systems.

HEX E5 AC FA
Decimal 229 172 250
Binary 11100101 10101100 11111010
Octal 345 254 372

Shades and tints

Shades of #E5ACFA

#E5ACFA
(229,172,250)
#D19DE4
(209,157,228)
#BD8ECE
(189,142,206)
#A97FB8
(169,127,184)
#9570A2
(149,112,162)
#81618C
(129,97,140)
#6D5276
(109,82,118)
#594360
(89,67,96)
#45344A
(69,52,74)
#312534
(49,37,52)
#1D161E
(29,22,30)
#000000
(0,0,0)

Tints of #E5ACFA

#E5ACFA
(229,172,250)
#E7B3FA
(231,179,250)
#E9BAFA
(233,186,250)
#EBC1FA
(235,193,250)
#EDC8FA
(237,200,250)
#EFCFFA
(239,207,250)
#F1D6FA
(241,214,250)
#F3DDFA
(243,221,250)
#F5E4FA
(245,228,250)
#F7EBFA
(247,235,250)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ACFA color. Also use rgb(229,172,250) instead hex code.

Text Font Color

.myTextColor { color: #E5ACFA; }

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

This text font color is #E5ACFA.

Background Color

.myBgColor { background-color: #E5ACFA; }

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

This div background color is #E5ACFA.

Border color

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

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

This div border color is #E5ACFA.

Opacity

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

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

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

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

This text has shadow with #E5ACFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ACFA.

Preview

Color preview on black background

This text has color #E5ACFA on black background.


Color preview on white background

This text has color #E5ACFA on white background.


Black color preview on #E5ACFA background

This text has black color on #E5ACFA background.


White color preview on #E5ACFA background

This text has white color on #E5ACFA background.


Related colors

Complementary color

Complementary color for #hex is #1A5305.


I love getcolorcode.com

Triadic colors

1 #FAE5AC and #ACFAE5 with #E5ACFA are triadic colors.

2 #FAACE5 and #ACE5FA with #E5ACFA are triadic colors.